-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.36 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "web-00-team",
"version": "1.0.0",
"description": "00 Team Page on Firebase",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/00-team/web-00-team.git"
},
"author": "00 Team",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/00-team/web-00-team/issues"
},
"homepage": "https://web-00-team.web.app/",
"dependencies": {
"@loadable/component": "^5.15.0",
"@react-icons/all-files": "^4.1.0",
"graphql": "^15.6.0",
"graphql-request": "^3.5.0",
"markdown-to-jsx": "^7.1.3",
"master-video": "^1.2.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.4",
"react-router-dom": "^5.3.0",
"redux": "^4.1.1",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@types/copy-webpack-plugin": "^8.0.1",
"@types/loadable__component": "^5.13.4",
"@types/mini-css-extract-plugin": "^2.4.0",
"@types/node": "^16.10.2",
"@types/react": "^17.0.26",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.4",
"@types/react-redux": "^7.1.18",
"@types/react-router": "^5.1.16",
"@types/react-router-dom": "^5.3.0",
"@types/webpack": "^5.28.0",
"@types/webpack-dev-server": "^4.1.0",
"autoprefixer": "^10.3.5",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.4.5",
"postcss-loader": "^6.1.1",
"sass": "^1.41.0",
"sass-loader": "^12.1.0",
"ts-loader": "^9.2.6",
"ts-node": "^10.2.1",
"typescript": "^4.4.3",
"webpack": "^5.76.0",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.2.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}