-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 979 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
34
35
{
"name": "bookstore-web-dev",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.3.0",
"antd": "^3.4.3",
"bootstrap": "^4.0.0",
"font-awesome": "^4.7.0",
"jquery": "^3.3.1",
"json2csv": "^4.0.2",
"mdbreact": "git+https://github.com/mdbootstrap/React-Bootstrap-with-Material-Design.git",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-bootstrap-inputs": "0.0.2",
"react-dom": "^16.2.0",
"react-error-overlay": "^4.0.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-select": "^1.2.1",
"react-stickky": "^3.0.2",
"react-sticky": "^6.0.1",
"universal-cookie": "^2.1.2"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-plugin-import": "^1.7.0",
"react-app-rewired": "^1.5.2"
}
}