-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 KB
/
package.json
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
47
48
{
"name": "store_app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"scripts": {
"create": "webpack",
"start": "webpack-dev-server --open --host 0.0.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/janamano/store-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/janamano/store-app/issues"
},
"homepage": "https://github.com/janamano/store-app#readme",
"dependencies": {
"carbon-components": "^10.21.0",
"carbon-components-react": "^7.21.0",
"carbon-icons": "^7.0.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"babel-loader": "^8.1.0",
"css-loader": "^4.3.0",
"html-webpack-plugin": "^4.5.0",
"style-loader": "^1.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"proxy": "http://backend:5000"
}