forked from BurnishTechCN/react
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
126 lines (126 loc) · 4.05 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "burnish-react",
"version": "1.0.0",
"description": "burnish react project seed",
"scripts": {
"start": "node ./webpack/server.js",
"build": "webpack --progress --config webpack/common.js",
"mocha": "NODE_PATH=./src NODE_ENV=localTest mocha --require tests/require --recursive --compilers js:babel-core/register tests/js",
"mocha:watch": "npm run mocha -- --watch tests/js",
"coverage": "NODE_PATH=./src NODE_ENV=localTest istanbul cover node_modules/mocha/bin/_mocha -- --require tests/require --recursive --compilers js:babel-core/register --colors --reporter dot tests/js/",
"lintjs": "eslint -c .eslintrc src/static tests/js || 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",
"autoprefixer": "6.3.6",
"babel": "6.5.2",
"babel-core": "6.7.7",
"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",
"bootstrap-notify": "^3.1.3",
"burnish-styles": "^1.0.8",
"classnames": "2.2.4",
"clean-webpack-plugin": "^0.1.9",
"css-loader": "0.23.1",
"dotenv": "2.0.0",
"errorhandler": "1.4.3",
"es6-promise": "^3.1.2",
"exports-loader": "0.6.3",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.5",
"font-awesome": "^4.6.1",
"history": "2.1.1",
"html-webpack-plugin": "2.16.0",
"imports-loader": "0.6.5",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.0.0",
"js-cookie": "^2.1.1",
"loaders.css": "^0.1.2",
"lodash": "^4.12.0",
"method-override": "2.3.5",
"moment": "^2.13.0",
"node-sass": "3.6.0",
"postcss-import": "8.1.0",
"postcss-loader": "0.9.1",
"query-string": "^4.1.0",
"react": "15.0.2",
"react-addons-linked-state-mixin": "15.0.2",
"react-bootstrap": "^0.29.4",
"react-date-picker": "^5.3.9",
"react-dom": "15.0.2",
"react-mixin": "3.0.5",
"react-progress": "0.0.12",
"react-redux": "4.4.5",
"react-router": "2.4.0",
"react-router-redux": "4.0.4",
"redux": "3.5.2",
"redux-form": "^5.2.3",
"redux-thunk": "2.0.1",
"resolve-url-loader": "1.4.3",
"sass-loader": "3.2.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "^1.12.14",
"webpack-merge": "0.12.0",
"yargs": "4.6.0"
},
"devDependencies": {
"babel-eslint": "6.0.4",
"chai": "3.5.0",
"chai-as-promised": "5.3.0",
"cz-conventional-changelog": "^1.1.6",
"enzyme": "2.2.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^1.6.1",
"eslint-plugin-jsx-a11y": "0.6.2",
"eslint-plugin-react": "5.0.1",
"expect": "1.18.0",
"ignore-styles": "1.2.0",
"istanbul": "1.0.0-alpha.2",
"js-cookie": "^2.1.1",
"jsdom": "8.5.0",
"mocha": "2.4.5",
"mocha-junit-reporter": "1.11.1",
"nock": "8.0.0",
"precss": "^1.4.0",
"react-addons-test-utils": "^15.0.2",
"react-hot-loader": "^1.3.0",
"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",
"sass-lint": "1.7.0",
"sinon": "1.17.3",
"webpack-dev-middleware": "1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "2.10.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}