-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.49 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.49 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
{
"name": "timer_app",
"version": "1.0.0",
"author": "Fullstack.io",
"scripts": {
"go": "open http://localhost:3000; npm run server",
"server": "babel-node server.js",
"watch": "gulp watch"
},
"babel": {
"presets": [
"es2015"
]
},
"private": true,
"dependencies": {
"babel-cli": "6.6.5",
"babel-core": "^6.7.6",
"babel-plugin-syntax-class-properties": "^6.8.0",
"babel-plugin-transform-async-functions": "^6.8.0",
"babel-plugin-transform-class-properties": "^6.9.1",
"babel-plugin-transform-regenerator": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "^6.5.0",
"babel-register": "^6.7.2",
"babelify": "^7.2.0",
"body-parser": "1.14.1",
"browser-sync": "^2.11.2",
"browserify": "^12.0.1",
"eslint": "^2.7.0",
"eslint-plugin-react": "^4.2.3",
"exorcist": "^0.4.0",
"express": "4.13.3",
"fs": "0.0.2",
"gulp": "^3.9.0",
"gulp-eslint": "^2.0.0",
"gulp-if-else": "^1.0.3",
"gulp-uglify": "^1.5.3",
"jquery": "^2.2.2",
"path": "0.12.7",
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react-router": "^2.0.1",
"uuid": "^2.0.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-eslint": "^6.0.4",
"esdoc": "^0.4.8",
"esdoc-es7-plugin": "0.0.3",
"gulp-esdoc": "^0.2.0",
"gulp-gh-pages": "^0.5.4"
}
}