-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.56 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.56 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
63
64
65
66
{
"name": "boilerplate",
"version": "1.0.0",
"description": "Boiler Plate",
"main": "main.js",
"scripts": {
"babel": "babel -w app/ -d build/ -s",
"eslint": "esw -w app/",
"sass": "node-sass -w stylesheets/scss/ -o stylesheets/css/",
"start": "http-server -p 3005"
},
"keywords": [],
"author": "",
"license": "ISC",
"babel": {
"presets": [
"stage-0",
"es2015"
]
},
"eslintConfig": {
"extends": [
"zavatta"
]
},
"dependencies": {
"angular": "^1.6.1",
"angular-ui-router": "^0.4.2",
"babel": "^6.5.2",
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-stage-0": "^6.22.0",
"body-parser": "^1.17.1",
"bootstrap": "^3.3.7",
"browser-sync": "^2.18.7",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-config-zavatta": "^4.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-watch": "^2.1.14",
"express": "^4.15.2",
"gulp": "^3.9.1",
"gulp-livereload": "^3.8.1",
"gulp-sass": "^3.1.0",
"gulp-util": "^3.0.8",
"http-server": "^0.9.0",
"jquery": "^3.1.1",
"ngstorage": "^0.3.11",
"node-sass": "^4.5.0",
"supervisor": "^0.12.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"fs": "^0.0.1-security",
"gulp-babel": "^6.1.2",
"http": "^0.0.0",
"https": "^1.0.0",
"mysql": "^2.13.0",
"rand-token": "^0.3.0",
"request": "^2.81.0",
"serve-static": "^1.12.1",
"sha1": "^1.1.1"
}
}