UNPKG

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