forked from alibaba/beidou
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.96 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
59
60
61
62
63
64
65
66
67
{
"name": "beidou-example-performance",
"version": "2.2.0",
"private": true,
"description": "beidou example of performance",
"scripts": {
"start": "NODE_ENV=local node ./bin/server.js",
"start-prod": "NODE_ENV=production node ./bin/server.js",
"reinstall": "lerna bootstrap",
"lint": "./node_modules/.bin/eslint --fix --ext .jsx --ext .js app client config webpack",
"build": "webpack --config ./webpack/webpack.config.prod.js"
},
"author": "",
"devDependencies": {
"autoprefixer": "^6.5.3",
"babel-eslint": "^7.1.1",
"babel-preset-env": "^1.6.0",
"eslint": "^3.4.0",
"eslint-config-beidou": "^0.0.1",
"eslint-plugin-react": "^6.2.0",
"globby": "^6.1.0",
"husky": "^0.13.4",
"node-sass": "^4.7.2",
"pixrem": "^3.0.2",
"pleeease-filters": "^3.0.0",
"sass-loader": "^6.0.6"
},
"dependencies": {
"babel": "^6.5.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-node-env-inline": "^0.2.0",
"babel-plugin-transform-react-constant-elements": "^6.23.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-polyfill": "^6.20.0",
"babel-preset-beidou-client": "^0.0.5",
"babel-preset-beidou-server": "^0.0.5",
"beidou-core": "^0.2.0",
"beidou-plugin-isomorphic": "^0.2.0",
"beidou-plugin-react": "^0.2.0",
"beidou-plugin-webpack": "^0.2.0",
"classnames": "^2.2.3",
"co": "^4.6.0",
"create-react-class": "^15.5.0",
"css-loader": "~0.23.1",
"electrode-react-ssr-caching": "^0.1.6",
"enums": "^1.0.0",
"extend": "^3.0.0",
"react": "~15.4.0",
"react-dom": "~15.4.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.0",
"style-loader": "~0.13.0",
"whatwg-fetch": "^1.0.0",
"xhr2": "^0.1.3"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"engines": {
"node": ">= 8.0.0"
},
"license": "MIT"
}