-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 888 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": "react-django",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.21.1",
"handy-notification": "^1.2.8",
"js-cookie": "^2.2.1",
"materialize-css": "^1.0.0-rc.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.2.2",
"react-image-crop": "^8.6.6",
"react-materialize": "^3.9.6",
"react-mentions": "^4.1.1",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "1.0.17",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"postinstall": "npm run build"
},
"engines": {
"node": "8.9.4",
"npm": "5.6.0"
},
"homepage": "/assets"
}