-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "framework",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"node-sass": "^3.7.0"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.12.10",
"del": "^3.0.0",
"eslint": "^4.6.1",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.7.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^1.1.0",
"gulp-inject": "^4.2.0",
"gulp-postcss": "^6.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-svg-sprite": "^1.3.1",
"gulp-uglify": "^1.5.3",
"postcss": "^6.0.11",
"pump": "^1.0.2",
"stylelint": "^8.1.1",
"stylelint-config-standard": "^17.0.0",
"stylelint-scss": "^2.1.0"
}
}