-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.25 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
{
"name": "zhinenggo",
"version": "1.0.0",
"description": "ZhiNengGo",
"main": "index.js",
"scripts": {
"build": "browserify -t [ babelify --presets [ react ] ] app/src/js/router.js -o public/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/syltaxue/zhiNengGo.git"
},
"author": "Kenneth Song",
"license": "ISC",
"bugs": {
"url": "https://github.com/syltaxue/zhiNengGo/issues"
},
"homepage": "https://github.com/syltaxue/zhiNengGo#readme",
"dependencies": {
"babel-core": "^6.0.20",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.1.2",
"babelify": "^7.2.0",
"better-console": "^0.2.4",
"del": "^2.1.0",
"express": "^4.13.3",
"express-handlebars": "^2.0.1",
"extend": "^3.0.0",
"flux": "^2.1.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-chmod": "^1.3.0",
"gulp-clone": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-copy": "0.0.2",
"gulp-dedupe": "0.0.2",
"gulp-flatten": "^0.2.0",
"gulp-header": "^1.7.1",
"gulp-help": "^1.6.1",
"gulp-if": "^2.0.0",
"gulp-less": "^3.0.5",
"gulp-minify-css": "^1.2.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-print": "^2.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rtlcss": "^0.1.4",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"map-stream": "0.0.6",
"mongoose": "^4.3.6",
"mysql": "^2.10.2",
"node-mysql": "^0.4.2",
"react": "^0.14.2",
"react-bootstrap": "^0.29.4",
"react-dom": "^0.14.2",
"reflux": "^0.4.1",
"require-dot-file": "^0.4.0",
"run-sequence": "^1.1.4",
"semantic-ui": "^2.1.6",
"socket.io": "^1.4.5",
"webpack": "^1.12.2",
"yamljs": "^0.2.4"
},
"devDependencies": {
"babel": "^6.0.15",
"babel-core": "^6.0.20",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.1.2",
"history": "^1.13.0",
"material-ui": "^0.13.2",
"react-hot-loader": "^1.3.0",
"react-router": "^1.0.0-rc4",
"react-tap-event-plugin": "^0.2.1",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
}
}