-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.83 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.83 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
67
{
"name": "frontend-template",
"version": "0.1.1",
"scripts": {
"build": "gulp build --production",
"start": "gulp",
"precommit": "gulp lint"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-runtime": "^5.0.0",
"bemto.pug": "^2.1.0",
"browser-sync": "^2.10.0",
"css-mqpacker": "^5.0.1",
"del": "^2.2.0",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"gulp": "^3.9.1",
"gulp-changed": "^1.3.0",
"gulp-cheerio": "^0.6.2",
"gulp-consolidate": "^0.1.2",
"gulp-filter": "^4.0.0",
"gulp-front-matter": "^1.3.0",
"gulp-git": "^2.0.1",
"gulp-git-staged": "^0.0.1",
"gulp-htmlhint": "^0.3.1",
"gulp-if": "^2.0.0",
"gulp-include": "^2.0.3",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.2.0",
"gulp-prettier": "^1.1.0",
"gulp-prettify": "^0.4.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.0",
"gulp-svgstore": "^5.0.5",
"gulp-util": "^3.0.7",
"jquery": "^3.1.1",
"lodash": "^4.3.0",
"lost": "^7.1.0",
"postcss-csso": "^2.0.0",
"prettier-webpack-plugin": "^0.0.2",
"require-dir": "^0.3.0",
"require-yaml": "^0.0.1",
"run-sequence": "^1.1.5",
"slick-carousel": "^1.7.1",
"through2": "^2.0.1",
"webpack": "^2.2.1",
"webpack-bundle-analyzer": "^1.5.3"
},
"dependencies": {
"bootstrap": "^3.3.7",
"exports-loader": "^0.6.4"
}
}