-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
110 lines (110 loc) · 3.29 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "react",
"version": "1.0.0",
"description": "burnish react seed",
"scripts": {
"start": "node ./webpack/server.js",
"build": "webpack --progress --config webpack/common.js",
"lintjs": "eslint -c .eslintrc src/static || true",
"lintscss": "sass-lint --verbose --no-exit || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BurnishTechCN/react.git"
},
"author": "xiongyj <xiongyj@burnish.cn>",
"license": "MIT",
"dependencies": {
"animate.css": "^3.5.1",
"bootstrap-notify": "^3.1.3",
"bootstrap-sass": "^3.3.7",
"burnish-icon": "^1.0.4",
"classnames": "2.2.4",
"dotenv": "2.0.0",
"errorhandler": "1.4.3",
"font-awesome": "^4.6.1",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.0.0",
"js-cookie": "^2.1.1",
"loaders.css": "^0.1.2",
"lodash": "^4.12.0",
"moment": "^2.13.0",
"postcss-import": "8.1.0",
"query-string": "^4.1.0",
"react": "^15.3.2",
"react-bootstrap": "^0.29.4",
"react-date-picker": "^5.3.9",
"react-dom": "15.3.2",
"react-progress": "0.0.12",
"react-redux": "4.4.5",
"react-router": "^3.0.0",
"react-router-redux": "4.0.6",
"redux": "^3.6.0",
"redux-form": "^6.1.1",
"redux-thunk": "2.0.1"
},
"devDependencies": {
"autoprefixer": "6.3.6",
"babel": "6.5.2",
"babel-core": "6.7.7",
"babel-eslint": "6.0.4",
"babel-loader": "6.2.4",
"babel-plugin-react-display-name": "2.0.0",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-undeclared-variables-check": "6.7.2",
"babel-polyfill": "6.7.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-es2015-loose": "7.0.0",
"babel-preset-react": "6.5.0",
"babel-preset-stage-1": "6.5.0",
"babel-runtime": "6.6.1",
"body-parser": "1.15.0",
"clean-webpack-plugin": "^0.1.13",
"css-loader": "^0.23.1",
"cz-conventional-changelog": "^1.1.6",
"eslint": "^3.8.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-loader": "^1.6.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.4.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.16.0",
"ignore-styles": "1.2.0",
"imports-loader": "^0.6.5",
"istanbul": "1.0.0-alpha.2",
"js-cookie": "^2.1.1",
"jsdom": "8.5.0",
"node-sass": "^3.8.0",
"postcss-loader": "^0.9.1",
"precss": "^1.4.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-transform-catch-errors": "1.0.2",
"react-transform-hmr": "1.0.4",
"redbox-react": "1.2.3",
"redux-devtools": "3.2.0",
"redux-devtools-dock-monitor": "1.1.1",
"redux-devtools-log-monitor": "1.0.11",
"redux-logger": "2.6.1",
"redux-mock-store": "1.0.2",
"resolve-url-loader": "^1.4.3",
"sass-lint": "1.7.0",
"sass-loader": "^3.2.0",
"sinon": "1.17.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.8.4",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.13.0",
"webpack-merge": "^0.12.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}