-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 3.04 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 3.04 KB
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
{
"name": "QuestionCollection",
"version": "0.0.1",
"description": "前端工程师体系题集",
"engines": {
"node": "0.12.2",
"npm": "2.7.4"
},
"homepage": "https://github.com/testxin/QuestionCollection",
"repository": {
"type": "git",
"url": "git@github:testxin/QuestionCollection.git"
},
"scripts": {
"production": "gulp production",
"demo": "gulp production && gulp server",
"gulp": "gulp",
"development": "gulp",
"test": "gulp production && karma start --single-run"
},
"dependencies": {
"babel-runtime": "^6.3.19",
"history": "^1.17.0",
"react-router": "^0.13.5",
"redux-router": "^1.0.0-beta3"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"browser-sync": "^2.9.11",
"classnames": "^2.2.3",
"compression": "^1.5.1",
"connect-history-api-fallback": "^1.1.0",
"css-loader": "^0.23.1",
"del": "^2.0.2",
"es6-promise": "^3.0.2",
"express": "^4.13.1",
"extract-text-webpack-plugin": "^1.0.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-changed": "^1.2.1",
"gulp-data": "^1.2.0",
"gulp-filesize": "0.0.6",
"gulp-gh-pages": "^0.5.2",
"gulp-htmlmin": "~1.1.3",
"gulp-iconfont": "^5.0.1",
"gulp-if": "~1.2.5",
"gulp-imagemin": "^2.4.0",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-nunjucks-render": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^5.1.0",
"gulp-rev-napkin": "^0.1.0",
"gulp-rev-replace": "^0.4.2",
"gulp-sass": "^2.1.1",
"gulp-sequence": "^0.4.0",
"gulp-sizereport": "^1.1.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-svgstore": "^5.0.3",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.3",
"history": "^1.17.0",
"html-webpack-plugin": "^1.7.0",
"isomorphic-fetch": "^2.2.1",
"karma": "0.13.2",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "0.1.0",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.2.0",
"karma-nyan-reporter": "0.2.1",
"karma-sinon-chai": "^1.0.0",
"karma-webpack": "1.7.0",
"lodash": "^3.10.1",
"material-ui": "^0.14.2",
"merge-stream": "^0.1.8",
"mocha": "^2.2.5",
"morgan": "^1.6.1",
"node-sass": "^3.4.2",
"object-assign": "^3.0.0",
"open": "0.0.5",
"pretty-hrtime": "~1.0.0",
"react": "^0.14.5",
"react-dom": "^0.14.6",
"react-redux": "^4.0.6",
"react-router": "^1.0.3",
"react-tap-event-plugin": "^0.2.1",
"redux": "^3.0.5",
"redux-devtools": "^3.0.1",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.2",
"redux-logger": "^2.3.2",
"redux-promise": "^0.5.1",
"redux-router": "^1.0.0-beta7",
"redux-thunk": "^1.0.3",
"require-dir": "^0.3.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"vinyl-source-stream": "~1.1.0",
"webpack": "^1.10.1"
},
"license": "MIT"
}