-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.6 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.6 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
{
"name": "app",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "NODE_ENV=production node ./start",
"build": " NODE_ENV=production gulp build",
"start-dev": "NODE_ENV=development gulp",
"test": "jest"
},
"dependencies": {
"axios": "^0.15.3",
"bluebird": "^3.5.0",
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "~2.5.2",
"express": "~4.14.0",
"gulp-if": "^2.0.2",
"morgan": "~1.7.0",
"npm": "^4.1.1",
"openweather-apis": "^3.0.2",
"prop-types": "^15.5.10",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"serve-favicon": "~2.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-jest": "^19.0.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.16.0",
"babelify": "^7.3.0",
"bootstrap-sass": "^3.3.7",
"browserify": "^13.3.0",
"chai": "^3.5.0",
"enzyme": "^2.8.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^3.0.4",
"gulp-develop-server": "^0.5.2",
"gulp-if": "^2.0.2",
"gulp-load-plugins": "^1.5.0",
"gulp-refresh": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"jest": "^19.0.2",
"jstify": "^0.14.0",
"normalize-scss": "^6.0.0",
"react-addons-test-utils": "^15.4.2",
"react-test-renderer": "^15.4.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}