You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
659 B
JSON
27 lines
659 B
JSON
{
|
|
"name": "sf-food",
|
|
"version": "0.0.1",
|
|
"description": "SF food app",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "webpack --progress --colors --watch",
|
|
"build": "NODE_ENV='production' webpack -p",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Prakhar Srivastav",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"superagent": "^5.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^6.3.26",
|
|
"babel-loader": "^6.2.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-preset-react": "^6.3.13",
|
|
"webpack": "^1.12.9"
|
|
}
|
|
}
|