-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.56 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
50
51
52
53
54
55
56
57
58
{
"author": "design-boilerplate",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/SimonDEvans/design-boilerplate"
},
"scripts": {
"build": "yarn && gulp",
"lint": "eslint .",
"start": "gulp --dev",
"validate": "npm ls",
"deploy": "yarn build && dploy"
},
"engines": {
"node": "^4",
"npm": "^2"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-2": "^6.11.0",
"browser-sync": "^2.8.0",
"del": "^2.2.0",
"dploy": "^1.2.0",
"eslint": "3.19.0",
"eslint-config-airbnb-base": "^11.1.3",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"fabricator-assemble": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-cssnano": "^2.1.1",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.0.1",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.2.0",
"gulp-sass": "^2.0.4",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.1",
"handlebars-loader": "^1.1.4",
"imports-loader": "^0.6.4",
"istanbul-instrumenter-loader": "^1.0.0",
"jasmine-core": "^2.5.2",
"node-notifier": "^5.0.2",
"postcss-cssnext": "^2.8.0",
"postcss-import": "^8.1.2",
"precommit-hook-eslint": "^3.0.0",
"precss": "^1.4.0",
"run-sequence": "^1.0.2",
"scripts-loader": "^0.1.3",
"webpack": "^1.10.5"
}
}