-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 2.04 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
62
63
64
65
66
67
68
69
70
71
72
{
"name": "blaupause",
"version": "3.5.0",
"description": "hugo + webpack + sass starter kit",
"main": "package.json",
"author": "Felix Spöttel",
"license": "MIT",
"homepage": "https://github.com/fspoettel/blaupause",
"bugs": {
"url": "https://github.com/fspoettel/blaupause/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/fspoettel/blaupause.git"
},
"dependencies": {
"@babel/polyfill": "^7.0.0-beta.42",
"@glidejs/glide": "^3.2.3",
"flag-icon-css": "^3.0.0",
"jqvmap": "^1.5.1",
"npm": "^6.1.0",
"nps": "^5.9.0",
"sanitize.css": "^5.0.0",
"to": "^0.2.9",
"update": "^0.7.4"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.42",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.42",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.42",
"@babel/plugin-transform-modules-commonjs": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"autoprefixer": "^8.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^22.4.1",
"babel-loader": "^8.0.0-beta.2",
"browser-sync": "^2.24.5",
"chokidar-cli": "^1.2.0",
"compression": "^1.7.2",
"concurrently": "^3.5.0",
"cross-env": "^5.1.4",
"cssnano": "^3.10.0",
"cssnano-preset-default": "^4.0.0-rc.2",
"eslint": "^4.19.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-plugin-import": "^2.9.0",
"hugo-bin": "^0.29.0",
"jest-cli": "^22.4.2",
"node-sass": "^4.9.0",
"postcss-cli": "^5.0.1",
"postcss-import": "^11.1.0",
"stylelint": "^9.3.0",
"stylelint-config-standard": "^18.2.0",
"svg-sprite": "^1.4.0",
"webpack": "^4.14.0",
"webpack-cli": "^2.0.12",
"workbox-cli": "^3.3.1"
},
"scripts": {
"build": "npm start build",
"build:clean": "npm run start build.clean",
"lint": "npm start lint",
"start": "nps",
"start:staging": "npm run start start.staging",
"test": "npm start test"
},
"browserslist": [
"last 2 versions",
"not ie <= 11",
"not android <= 4.4.3"
]
}