-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 2.08 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
{
"name": "form-presenter",
"version": "3.0.15",
"description": "FormPresenter",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "https://github.com/zlx362211854/form-presenter",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "./node_modules/.bin/webpack-dev-server --mode development --config webpack.config.js",
"build": "babel --extensions '.ts,.js,.tsx' src --out-dir lib --ignore \"node_modules\" && copyfiles -f 'src/**/*.d.ts' './lib' && tsc -p ./",
"build-tsc": "tsc -p ./",
"copy": "copyfiles -f 'src/**/*.d.ts' './lib'"
},
"dependencies": {
"@ant-design/compatible": "^1.0.8",
"axios": "^0.20.0",
"core-js": "^2.6.11",
"lodash": "^4.17.21",
"mobx": "^6.3.6",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/node": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-decorators": "^7.16.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-named-capturing-groups-regex": "~7.7.4",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-stage-0": "^7.8.3",
"@babel/preset-typescript": "^7.10.4",
"antd": "^4",
"babel-loader": "^8.0.5",
"babel-plugin-import": "^1.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"copyfiles": "^2.4.1",
"css-loader": "^4.3.0",
"customize-cra": "^1.0.0",
"html-webpack-plugin": "^4.5.0",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"react-app-rewired": "^2.1.8",
"react-hot-loader": "^4.12.21",
"style-loader": "^1.2.1",
"webpack": "^4.44.2"
},
"repository": {
"type": "git",
"url": "https://github.com/zlx362211854/form-presenter.git"
},
"author": "zlx",
"license": "ISC"
}