-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 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
{
"name": "django-react-todo2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack --mode development --watch ./frontend/src/index.js --output ./frontend/static/frontend/main.js",
"build": "webpack --mode production ./frontend/src/index.js --output ./frontend/static/frontend/main.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"css-loader": "^3.5.1",
"ts-loader": "^6.2.2",
"webpack": "4.28.4",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^3.6.4",
"lodash": "^4.17.15",
"lodash-es": "^4.17.15",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-geolocated": "^3.0.1",
"react-icons": "^3.9.0",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-star-ratings": "^2.3.0",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-form": "^8.2.6",
"redux-thunk": "^2.3.0",
"semantic-ui-react": "^0.88.2",
"serialize-javascript": "^2.1.2",
"survey-react": "^1.5.17",
"typescript": "^3.8.3"
}
}