-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.71 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.71 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
52
53
54
55
56
{
"name": "reiwa-client",
"version": "1.0.0",
"description": "client for cyberagent 2222hackathon teamA",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyberagent-2222hackathon-teamA/reiwa-client.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cyberagent-2222hackathon-teamA/reiwa-client/issues"
},
"homepage": "https://github.com/cyberagent-2222hackathon-teamA/reiwa-client#readme",
"dependencies": {
"@loadable/component": "^5.12.0",
"react": "^16.12.0",
"react-calendar-heatmap": "^1.8.1",
"react-cookie": "^4.0.3",
"react-dom": "^16.12.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@types/history": "^4.7.5",
"@types/loadable__component": "^5.10.0",
"@types/react-calendar-heatmap": "^1.6.2",
"@types/react-dom": "^16.9.5",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/styled-components": "^4.4.3",
"@whatasoda/eslint-config": "^1.3.3",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.0",
"css-loader": "^3.4.2",
"file-loader": "^5.0.2",
"history": "^4.10.1",
"html-webpack-plugin": "^3.2.0",
"img-loader": "^3.0.1",
"style-loader": "^1.1.3",
"styled-components": "^5.0.1",
"terser-webpack-plugin": "^2.3.4",
"ts-loader": "^6.2.1",
"typescript": "^3.7.5",
"typescript-eslint-parser": "^22.0.0",
"url-loader": "^3.0.0",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}