-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
104 lines (104 loc) · 2.97 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
{
"name": "react_run",
"version": "1.0.0",
"description": "React.run - The fastest way to create React components, right in the browser",
"repository": {
"type": "git",
"url": "https://github.com/RinconStrategies/react-run.git"
},
"scripts": {
"pretest": "npm install",
"build": "gulp build:production",
"prestart": "npm run build",
"start": "node server.js",
"develop": "NODE_ENV='development' && node server.js | gulp build:development"
},
"dependencies": {
"assets-webpack-plugin": "^3.2.0",
"axios": "^0.12.0",
"babel": "^6.3.26",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-detective": "^1.0.1",
"babel-plugin-transform-runtime": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
"babel-preset-react": "^6.3.13",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-1": "^6.3.13",
"bluebird": "^3.0.1",
"brace": "^0.8.0",
"browser-sync": "^2.0.0",
"bundle-loader": "^0.5.4",
"classnames": "^2.1.3",
"co": "^4.6.0",
"co-fs": "^1.2.0",
"co-fs-plus": "^0.3.1",
"co-views": "^2.1.0",
"compression": "^1.4.1",
"del": "^2.0.2",
"dotenv": "^2.0.0",
"fs-extra": "^0.30.0",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.3.0",
"gulp-filesize": "0.0.6",
"gulp-filter": "^4.0.0",
"gulp-gzip": "^1.2.0",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.0",
"gulp-rev": "^7.1.0",
"gulp-sass": "^2.0.4",
"gulp-sequence": "^0.4.1",
"gulp-sizereport": "^1.0.2",
"gulp-sourcemaps": "^1.2.8",
"gulp-swig": "^0.8.0",
"gulp-token-replace": "^1.0.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.1.1",
"history": "1.17.0",
"json-loader": "^0.5.2",
"kerberos": "0.0.21",
"koa": "^1.1.2",
"koa-lusca": "^2.1.0",
"koa-mount": "^1.3.0",
"koa-router": "^5.3.0",
"koa-static": "^2.0.0",
"koa-static-cache": "^3.1.4",
"koa-views": "^4.1.0",
"lodash": "^4.0.0",
"lodash.defaultsdeep": "^4.0.1",
"lodash.difference": "^4.0.1",
"lodash.intersection": "^4.0.1",
"lodash.isequal": "^4.0.0",
"lodash.union": "^4.0.1",
"lodash.uniq": "^4.0.1",
"merge-stream": "^1.0.0",
"moment": "^2.11.1",
"mongoose": "^4.3.5",
"morgan": "^1.5.1",
"object-assign": "^4.0.1",
"open": "0.0.5",
"react": "^15.1.0",
"react-ace": "^3.0.0",
"react-addons-css-transition-group": "^15.1.0",
"react-component-tree": "^0.3.1",
"react-dom": "^15.1.0",
"react-kit": "^0.1.6",
"react-router": "1.0.3",
"react-slider": "^0.6.0",
"require-dir": "^0.3.0",
"shelljs": "^0.7.0",
"shortid": "^2.2.4",
"socket.io": "^1.4.3",
"socket.io-client": "^1.4.3",
"swig": "^1.4.2",
"webpack": "^1.12.1",
"webpack-stream": "^3.1.0",
"wiredep": "^4.0.0"
},
"devDependencies": {}
}