forked from J-Daniel-S/Shopper-helper-gui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 788 Bytes
/
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
{
"name": "react-hello-world",
"version": "1.0.0",
"description": "React Hello World",
"main": "index.js",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"stop": "taskkill -F -IM node.exe"
},
"author": "CodeMix",
"license": "ISC",
"dependencies": {
"axios": "^0.20.0",
"bootstrap": "^4.5.2",
"mdbootstrap": "^4.19.1",
"mdbreact": "^4.27.0",
"react": "^16.2.0",
"react-advanced-form": "^1.7.2",
"react-bootstrap": "^1.3.0",
"react-dom": "^16.2.0",
"react-scripts": "^2.1.5",
"styled-components": "^5.1.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}