-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·53 lines (53 loc) · 1.6 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
{
"name": "tomkyle/webapp-boilerplate",
"author": "Carsten Witt <tomkyle@posteo.de>",
"private": true,
"devDependencies": {
"@babel/core": "^7.22",
"@babel/preset-env": "^7.22",
"@exampledev/new.css": "^1.1",
"@lhci/cli": "^0.12",
"@materializecss/materialize": "~1.2.2",
"apache-server-configs": "^6.0.0",
"babel-loader": "^9.1",
"bootstrap": "^5.3.0",
"css-loader": "^6.8",
"cssnano": "^6.0",
"exports-loader": "^4.0",
"getenv": "^1.0.0",
"gulp": "^4.0",
"gulp-autoprefixer": "^8.0",
"gulp-jshint": "^2.1",
"gulp-postcss": "^9.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0",
"gulp-terser": "^2.1.0",
"imagemagick": "^0.1.3",
"imports-loader": "^4.0",
"jshint": "^2.13",
"jshint-stylish": "^2.2",
"sass": "^1.63",
"sass-loader": "^13.3",
"style-loader": "^3.3",
"svgexport": "^0.4",
"terser-webpack-plugin": "^5.3",
"webpack-cli": "^5.1",
"webpack-stream": "^7.0",
"workbox-cacheable-response": "^7.0.0",
"workbox-cli": "^7.0.0",
"workbox-expiration": "^7.0.0",
"workbox-navigation-preload": "^7.0.0",
"workbox-precaching": "^7.0.0",
"workbox-recipes": "^7.0.0",
"workbox-routing": "^7.0.0",
"workbox-strategies": "^7.0.0",
"workbox-webpack-plugin": "^7.0.0",
"workbox-window": "^7.0.0"
},
"scripts": {
"dev": "npx gulp && npx workbox-cli injectManifest",
"build": "NODE_ENV=production npx gulp && NODE_ENV=production npx workbox-cli injectManifest",
"lighthouse": "npx lhci autorun --config lighthouserc.js"
}
}