16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"name": "caremyway",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"react": "^15.6.1",
|
|
"react-dom": "^15.6.1",
|
|
"react-scripts": "1.0.12"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test --env=jsdom",
|
|
"eject": "react-scripts eject"
|
|
}
|
|
} |