-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.38 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
59
60
61
{
"name": "init",
"version": "1.1.0",
"description": "Init",
"main": "index.html",
"proxy": "domain.dev",
"folders": {
"devDir": ".tmp",
"srcDir": "src",
"distDir": "dist",
"sassDir": "css",
"cssDir": "css",
"imgDir": "img",
"jsDir": "js",
"templateDir": "templates",
"fontsDir": "fonts"
},
"browserslist": [
"last 2 versions",
"ie >= 11",
"Android >= 4.4",
"iOS > 9",
"Firefox ESR",
"> 2%",
"not bb < 10"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Sven Wolfermann & Robert Weber",
"license": "BSD-2-Clause",
"devDependencies": {
"autoprefixer": "^9.6.1",
"grunt": "^1.0.4",
"grunt-assemble": "^0.6.3",
"grunt-browser-sync": "^2.2.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-includes": "^1.1.0",
"grunt-newer": "^1.3.0",
"grunt-postcss": "^0.9.0",
"grunt-processhtml": "^0.4.2",
"grunt-sass": "^3.1.0",
"grunt-svgstore": "^2.0.0",
"grunt-sync": "^0.8.1",
"postcss-assets": "^5.0.0",
"postcss-svg": "^3.0.0",
"sass": "^1.22.10",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.3.0"
},
"dependencies": {
"imagemin-mozjpeg": "^8.0.0",
"imagemin-pngcrush": "^6.0.0",
"imagemin-pngquant": "^8.0.0"
}
}