-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.49 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.49 KB
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
49
50
51
{
"name": "collective-times",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:clean": "rimraf ./public/assets/js",
"dev": "NODE_ENV=development webpack-dev-server --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^12.11.7",
"@types/react": "^16.9.11",
"@types/react-beautiful-dnd": "^11.0.3",
"@types/react-dom": "^16.9.2",
"@types/react-infinite-scroller": "^1.2.1",
"@types/react-redux": "^7.1.5",
"@types/react-router": "^5.1.2",
"@types/react-router-dom": "^5.1.0",
"@types/styled-components": "^4.1.19",
"@types/webpack": "^4.39.4",
"@types/webpack-env": "^1.14.1",
"ts-loader": "^6.2.1",
"ts-protoc-gen": "^0.12.0",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0",
"webpack-manifest-plugin": "^2.2.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@material-ui/core": "^4.7.2",
"@material-ui/styles": "^4.7.1",
"axios": "^0.19.0",
"connected-react-router": "^6.5.2",
"moment": "^2.24.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-infinite-scroller": "^1.2.4",
"react-redux": "^7.1.1",
"react-router": "^5.0.1",
"react-router-dom": "^5.1.2",
"redux": "^4.0.4",
"redux-saga": "^1.1.1",
"styled-components": "^4.3.2",
"styled-reset": "^4.0.3"
}
}