-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.06 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
{
"name": "museum-landmark",
"version": "1.0.0",
"description": "Landmark Page for ACGN Stock (https://github.com/mrbigmouth/acgn-stock)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webp": "node image-to-webp.mjs",
"dev": "webpack serve --config webpack.dev.js",
"build": "webpack --config webpack.prod.js --progress",
"lh:mobile": "lhci autorun --config=./lighthouserc-mobile.yml",
"lh:desktop": "lhci autorun --config=./lighthouserc-desktop.yml"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/preset-env": "^7.16.11",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@lhci/cli": "^0.9.0",
"autoprefixer": "^10.4.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.4",
"browserslist": "^4.20.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"cssnano": "^5.1.5",
"eslint": "7.12.1",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-tailwindcss": "^3.5.0",
"favicons": "6",
"favicons-webpack-plugin": "^5.0.2",
"html-webpack-harddisk-plugin": "^2.0.0",
"html-webpack-plugin": "^5.5.0",
"image-webpack-loader": "^8.1.0",
"imagemin": "^8.0.1",
"imagemin-gif2webp": "^3.0.0",
"imagemin-webp": "^7.0.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.12",
"postcss-import": "^14.1.0",
"postcss-loader": "^6.2.1",
"style-loader": "^3.3.1",
"stylelint": "^14.6.1",
"stylelint-config-standard": "^25.0.0",
"tailwindcss": "^3.0.23",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"yarn-audit-fix": "^9.2.1"
},
"dependencies": {
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.2.1",
"flowbite": "^1.4.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"ie >= 10"
],
"resolutions": {
"favicons/**/mkdirp": "^0.5.6",
"favicons/**/jpeg-js": ">=0.4.0",
"image-webpack-loader/**/semver-regex": ">= 3.1.3"
}
}