UNPKG

1.31 kBJSONView Raw
1{
2 "name": "fan-standard-comp",
3 "version": "2.2.2",
4 "description": "FZ standard-comp,basic of antd or other comp",
5 "main": "lib/index.js",
6 "module": "es/index.js",
7 "files": [
8 "es",
9 "lib",
10 "dist"
11 ],
12 "scripts": {
13 "build": "npx father build && webpack",
14 "build:publish": "npm run build && npm version patch && npm publish"
15 },
16 "keywords": [],
17 "author": "shomychen",
18 "license": "ISC",
19 "peerDependencies": {
20 "react": ">=16.8.0",
21 "react-dom": ">=16.8.0"
22 },
23 "devDependencies": {
24 "@ant-design/compatible": "^1.0.2",
25 "@ant-design/icons": "^4.0.6",
26 "@babel/core": "^7.8.4",
27 "@babel/plugin-proposal-class-properties": "^7.8.3",
28 "@babel/plugin-transform-arrow-functions": "^7.8.3",
29 "@babel/preset-env": "^7.8.4",
30 "@babel/preset-react": "^7.8.3",
31 "babel-loader": "^8.0.6",
32 "babel-plugin-import": "^1.13.0",
33 "css-loader": "^3.4.2",
34 "father": "^2.29.2",
35 "file-loader": "^5.0.2",
36 "html-webpack-plugin": "^3.2.0",
37 "less": "^3.10.3",
38 "less-loader": "^5.0.0",
39 "lodash": "^4.17.15",
40 "style-loader": "^1.1.3",
41 "webpack": "^4.41.5",
42 "webpack-cli": "^3.3.12",
43 "webpack-dev-server": "^3.10.3"
44 },
45 "dependencies": {
46 "antd": "4.8.0",
47 "react": "16.8.0",
48 "react-dom": "16.8.0"
49 }
50}