-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.68 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.68 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
62
{
"name": "skybreak",
"version": "0.7.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"start": "npm run develop",
"develop": "gulp develop",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build:server && gulp build:client",
"lint": "eslint src",
"start-server": "./bin/run",
"clean": "gulp clean"
},
"author": "Le Hoang <particle4dev@gmail.com>",
"license": "MIT",
"dependencies": {
"axios": "^0.5.4",
"body-parser": "^1.13.2",
"cors": "^2.7.1",
"express": "^4.13.1",
"handlebars": "^3.0.3",
"lodash": "^3.10.0",
"moment": "^2.10.6",
"nconf": "^0.7.1",
"node-dir": "^0.1.8",
"react": "^0.13.3",
"react-doc-meta": "^0.2.0",
"react-router": "^0.13.3",
"transducers.js": "^0.3.2"
},
"devDependencies": {
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.9",
"babel-loader": "^5.1.2",
"css-loader": "^0.15.6",
"del": "^1.2.0",
"eslint-plugin-react": "^2.3.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"glob": "^5.0.14",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-ejs": "^1.1.1",
"gulp-notify": "^2.2.0",
"gulp-util": "^3.0.6",
"js-yaml": "^3.3.1",
"json-loader": "^0.5.2",
"markdown-with-front-matter-loader": "^0.1.0",
"node-sass": "^3.2.0",
"nodemon": "^1.3.7",
"react-hot-loader": "^1.2.7",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.1",
"sass-loader": "^1.0.3",
"style-loader": "^0.12.3",
"webpack": "^1.10.1",
"webpack-dev-server": "^1.8.2",
"yaml-config-loader": "git://github.com/particle4dev/yaml-config-loader#master"
}
}