This repository was archived by the owner on Nov 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.81 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.81 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
{
"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.2.5",
"sanitize.css": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"autoprefixer": "^9.4.4",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.5",
"browser-sync": "^2.26.3",
"chokidar-cli": "^1.2.1",
"compression": "^1.7.3",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"cssnano": "^4.1.8",
"cssnano-preset-default": "^4.0.6",
"eslint": "^5.12.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"hugo-bin": "^0.41.0",
"jest-cli": "^23.6.0",
"nps": "^5.9.3",
"postcss-cli": "^6.1.1",
"postcss-import": "^12.0.1",
"stylelint": "^9.9.0",
"stylelint-config-standard": "^18.2.0",
"svg-sprite": "^1.5.0",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1",
"workbox-cli": "^3.6.3"
},
"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"
]
}