UNPKG

2.67 kBJSONView Raw
1{
2 "name": "open-combine-design",
3 "version": "1.0.78",
4 "description": "基于 Antd(2.13) 组件的组合设计",
5 "main": "dist/index.js",
6 "scripts": {
7 "packlibs": "rm -rf ./dist && webpack --config ./config/webpack.config.libs.js",
8 "start": "NODE_ENV=development && node scripts/start.js",
9 "build": "node scripts/build.js",
10 "test": "node scripts/test.js --env=jsdom",
11 "upload": "npm run build && rsync -avz --delete build/ test@192.168.4.191::open_combine_design",
12 "pub": "npm version patch && npm run packlibs && npm publish"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git@code.admaster.co:xieweiting/open-combine-design.git"
17 },
18 "author": "Witee",
19 "license": "ISC",
20 "devDependencies": {
21 "babel-cli": "^6.26.0",
22 "babel-core": "^6.26.3",
23 "babel-eslint": "^7.2.3",
24 "babel-loader": "^7.1.4",
25 "babel-plugin-import": "^1.7.0",
26 "babel-plugin-transform-class-properties": "^6.24.1",
27 "babel-polyfill": "^6.26.0",
28 "babel-preset-env": "^1.7.0",
29 "babel-preset-react": "^6.24.1",
30 "babel-preset-stage-2": "^6.24.1",
31 "case-sensitive-paths-webpack-plugin": "2.1.1",
32 "chalk": "^2.4.1",
33 "copy-webpack-plugin": "^4.5.2",
34 "css-loader": "^0.28.11",
35 "dotenv": "^6.1.0",
36 "dotenv-expand": "^4.2.0",
37 "eslint": "^4.19.1",
38 "eslint-config-airbnb": "^17.0.0",
39 "eslint-loader": "^2.0.0",
40 "eslint-plugin-import": "^2.12.0",
41 "eslint-plugin-jsx-a11y": "^6.0.3",
42 "eslint-plugin-react": "^7.9.1",
43 "eslint-watch": "^3.1.5",
44 "extract-text-webpack-plugin": "^2.1.2",
45 "file-loader": "^2.0.0",
46 "glob": "^7.1.2",
47 "html-webpack-plugin": "^2.22.0",
48 "normalize.css": "^8.0.1",
49 "postcss-flexbugs-fixes": "^4.1.0",
50 "postcss-loader": "^3.0.0",
51 "prop-types": "^15.6.1",
52 "react-dev-utils": "^5.0.1",
53 "react-redux": "4.4.6",
54 "react-router-dom": "^4.2.2",
55 "react-router-redux": "^4.0.8",
56 "redux": "3.6.0",
57 "redux-logger": "^3.0.6",
58 "redux-thunk": "^2.3.0",
59 "style-loader": "^0.21.0",
60 "sw-precache-webpack-plugin": "^0.11.5",
61 "url-loader": "^1.1.2",
62 "watch": "^1.0.2",
63 "webpack": "2.6.1",
64 "webpack-dev-server": "2.9.4",
65 "webpack-manifest-plugin": "1.3.2",
66 "webpack-node-externals": "^1.7.2"
67 },
68 "peerDependencies": {
69 "react": "^15.6.2",
70 "react-dom": "^15.6.2"
71 },
72 "dependencies": {
73 "antd": "^2.13.14",
74 "echarts": "^4.2.0-rc.2",
75 "echarts-for-react": "^2.0.14",
76 "lodash": "^4.17.10",
77 "moment": "^2.22.2",
78 "react": "^15.6.2",
79 "react-color": "^2.14.1",
80 "react-dom": "^15.6.2",
81 "react-markdown": "^4.0.3"
82 },
83 "files": [
84 "dist"
85 ]
86}