UNPKG

2.35 kBJSONView Raw
1{
2 "name": "zaro",
3 "version": "0.1.1",
4 "dependencies": {
5 "commander": "^2.9.0",
6 "moment": ">=2.16.0",
7 "object-assign": "^3.0.0",
8 "prop-types": "^15.5.8",
9 "react": "^15.5.4",
10 "react-addons-css-transition-group": "^15.5.2",
11 "react-dom": "^15.5.4",
12 "react-onclickoutside": "^5.9.0",
13 "simditor": "^2.3.6"
14 },
15 "bin": {
16 "zaro": "./bin/zaro-cli.js"
17 },
18 "scripts": {
19 "init": "sh tools/init.sh",
20 "start": "webpack-dev-server --config example/webpack.local.js",
21 "pack": "webpack --config example/webpack.production.js",
22 "example": "webpack --config webpack.local.js -p && webpack-dev-server --config example/webpack.example.js -p ",
23 "dev2": "webpack --config example/webpack.production.js --env dev2",
24 "postdev2": "node ./example/tools/QINIU/upload.js --file QINIU_DEV2_APP.json",
25 "test2": "webpack --config example/webpack.production.js --env test2",
26 "posttest2": "node ./example/tools/QINIU/upload.js --file QINIU_TEST2_APP.json",
27 "compile": "webpack --config webpack.production.js -p",
28 "lib": "webpack --config webpack.local.js -p && webpack --config example/webpack.local.js -p ",
29 "build": "webpack --config webpack.production.js",
30 "test": "react-scripts test --env=jsdom",
31 "eject": "react-scripts eject",
32 "lint": "eslint src",
33 "zero": "zero"
34 },
35 "devDependencies": {
36 "babel-core": "^6.24.1",
37 "babel-eslint": "^7.2.2",
38 "babel-loader": "^6.4.1",
39 "babel-plugin-syntax-decorators": "^6.13.0",
40 "babel-plugin-transform-class-properties": "^6.24.1",
41 "babel-plugin-transform-object-assign": "^6.22.0",
42 "babel-plugin-transform-object-rest-spread": "^6.23.0",
43 "babel-preset-es2015": "^6.24.1",
44 "babel-preset-react": "^6.24.1",
45 "babel-preset-react-hmre": "^1.1.1",
46 "chalk": "^1.1.3",
47 "clean-webpack-plugin": "^0.1.16",
48 "connect": "^3.6.1",
49 "css-loader": "^0.28.0",
50 "eslint": "^3.19.0",
51 "eslint-config-airbnb": "^14.1.0",
52 "eslint-plugin-import": "^2.2.0",
53 "eslint-plugin-jsx-a11y": "^4.0.0",
54 "eslint-plugin-react": "^6.10.3",
55 "file-loader": "^0.11.1",
56 "html-webpack-plugin": "^2.28.0",
57 "open-browser-webpack-plugin": "0.0.5",
58 "style-loader": "^0.16.1",
59 "webpack": "^2.4.1",
60 "webpack-dev-server": "^2.4.5",
61 "webpack-sftp-client": "^1.2.1"
62 }
63}