-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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": "the-dojo-website-ejected",
"version": "1.0.0",
"description": "the dojo website",
"main": "index.js",
"scripts": {
"start": "webpack serve --open",
"watch": "webpack --watch",
"build": "webpack --mode production"
},
"author": "ski",
"license": "ISC",
"dependencies": {
"antd": "^4.16.6",
"eslint-loader": "^4.0.2",
"html-webpack-plugin": "^5.3.2",
"path": "^0.12.7",
"react-app-rewire-antd-theme": "^1.1.4",
"react-dom": "^17.0.2",
"react-parallax": "^3.3.0",
"react-router-dom": "^5.2.0",
"url-loader": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"babel-eslint": "^7.2.3",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.6",
"eslint-plugin-react": "^7.24.0",
"file-loader": "^6.2.0",
"json-loader": "^0.5.7",
"less": "^4.1.1",
"less-loader": "^10.0.1",
"react": "^17.0.2",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"simple-flexbox": "^2.3.2",
"style-loader": "^3.0.0",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}