-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.87 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
{
"name": "react-native-f2",
"version": "0.0.1",
"description": "React Native项目中以静态HTML的形式集成F2报表",
"main": "index.js",
"scripts": {
"init": "node script/init.js",
"build": "webpack --config config/webpack.prod.js",
"dev": "node script/createMap.js && webpack-dev-server --config config/webpack.dev.js",
"exportNpmDev": "webpack --config config/webpack.prod.js && node script/exportNpmDev.js",
"exportNpm": "node script/exportNpm.js",
"exportProject": "node script/exportProject.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cxk0831/react-native-f2.git"
},
"author": "竹雨",
"license": "ISC",
"bugs": {
"url": "https://github.com/cxk0831/react-native-f2/issues"
},
"homepage": "https://github.com/cxk0831/react-native-f2#readme",
"devDependencies": {
"@antv/f2": "^3.7.6",
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/react": "^16.9.48",
"@types/react-dom": "^16.9.8",
"antd-mobile": "^2.3.3",
"axios": "^0.20.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"clean-webpack-plugin": "^3.0.0",
"colors-console": "^1.0.3",
"css-loader": "3.4.2",
"fs-extra": "^9.0.1",
"html-webpack-plugin": "^4.3.0",
"less": "3.9.0",
"less-loader": "5.0.0",
"mini-css-extract-plugin": "0.11.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-hot-loader": "^4.12.21",
"style-ext-html-webpack-plugin": "^4.1.2",
"style-loader": "0.23.1",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"webpack": "4.19.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.2"
}
}