-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.5 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.5 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
57
{
"name": "react-falsework",
"version": "1.0.0",
"description": "",
"main": "index.js",
"devDependencies": {
"@babel/preset-react": "^7.13.13",
"autoprefixer": "^10.2.5",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"css-loader": "^5.2.4",
"customize-cra": "^1.0.0",
"eslint": "^7.25.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.23.2",
"html-webpack-plugin": "^5.3.1",
"less": "^4.1.1",
"less-loader": "^8.1.1",
"path": "^0.12.7",
"postcss-loader": "^5.2.0",
"postcss-normalize": "^10.0.0",
"postcss-preset-env": "^6.7.0",
"pre-commit": "^1.2.2",
"style-loader": "^2.0.0",
"webpack": "^5.36.2",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"start": "webpack serve --config webpack.config.js",
"build": "webpack --mode production",
"lint": "eslint --ext .js --ext .jsx src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangyong315/react-falsework.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wangyong315/react-falsework/issues"
},
"homepage": "https://github.com/wangyong315/react-falsework#readme",
"dependencies": {
"@ant-design/icons": "^4.6.2",
"antd": "^4.15.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0"
},
"pre-commit": [
"lint"
]
}