-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.18 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.18 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
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "react-antdfrom",
"version": "1.0.0",
"description": "A project name react-antdfrom",
"main": "index.js",
"keywords": [
"react-form",
"react",
"form",
"ui",
"web",
"antd"
],
"author": "xiongjian",
"scripts": {
"start": "NODE_ENV=development node ./scripts/start.js",
"build": "rm -rf ./build && NODE_ENV=production node ./scripts/build.js",
"lint": "eslint ./ --cache --ignore-pattern .gitignore",
"test": "jest --config jest.config.js"
},
"license": "MIT",
"pre-commit": [
// "lint"
],
"dependencies": {
"antd": "^3.11.6",
"eslint": "^5.12.1",
"extend": "^3.0.2",
"pre-commit": "^1.2.2",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-decorators": "^7.2.3",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.2.0",
"@types/react": "^16.7.18",
"autoprefixer": "^9.4.3",
"babel-loader": "^8.0.4",
"css-loader": "^2.1.0",
"eslint-config-alloy": "^1.4.2",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"inquirer": "^6.2.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0",
"prop-types": "^15.6.2",
"react-dev-utils": "^7.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-import-plugin": "^1.5.5",
"ts-loader": "^5.3.2",
"tslint": "^5.12.0",
"typescript": "^3.2.2",
"typescript-eslint-parser": "^21.0.2",
"webpack": "^4.28.2",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-middleware": "^3.4.0",
"webpack-dev-server": "^3.1.14",
"webpack-hot-middleware": "^2.24.3"
}
}