-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 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
{
"name": "tabasca",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"author": "tabasca",
"license": "MIT",
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"jade": "~1.6.0",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3"
},
"devDependencies": {
"babel-core": "^4.7.0",
"babel-loader": "^4.2.0",
"classnames": "^2.2.3",
"del": "^2.1.0",
"eslint-plugin-react": "^2.6.4",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-eslint": "^1.0.0",
"gulp-image": "^2.7.5",
"gulp-load-plugins": "^1.1.0",
"gulp-notify": "^3.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglifyjs": "^0.6.2",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"gulp-webpack": "^1.3.0",
"history": "^1.13.1",
"nodemon": "^1.8.1",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"react-redux": "^4.0.6",
"react-router": "^0.13.3",
"react-tools": "^0.13.3",
"redux": "^3.0.5",
"webpack": "^1.7.3"
}
}