-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1014 Bytes
/
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
{
"name": "react_es6",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"babelify": "^6.4.0",
"body-parser": "^1.14.1",
"browser-sync": "^2.9.11",
"browserify": "^11.2.0",
"classnames": "^2.2.1",
"eslint": "^1.8.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-stylus": "^2.1.0",
"immutable": "^3.7.5",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"marked": "^0.3.5",
"moment": "^2.10.6",
"node-dev": "^2.6.2",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.2",
"react-component-resizable": "^0.3.0",
"react-dom": "^0.14.1",
"react-resizable": "^1.0.1",
"stylint": "^1.3.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}