-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.16 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "react-shop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js",
"build": "webpack -w",
"flow": "flow check"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Plataforma5/react-shop.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Plataforma5/react-shop/issues"
},
"homepage": "https://github.com/Plataforma5/react-shop#readme",
"dependencies": {
"axios": "^0.17.0",
"body-parser": "^1.18.2",
"eslint-config-airbnb": "^16.1.0",
"express": "^4.16.2",
"faker": "^4.1.0",
"pg": "^7.4.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"sequelize": "^4.22.5"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^4.10.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-react": "^7.4.0",
"flow-bin": "^0.59.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
}
}