-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.08 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
{
"browserslist": "ie 11",
"scripts": {
"dev": "NODE_ENV=development snowpack dev --polyfill-node",
"optimize-fonts": "subfont $(find build -name '*.html') --in-place --no-fallbacks --inline-fonts --inline-css --font-display block",
"build": "NODE_ENV=production snowpack build --polyfill-node && yarn optimize-fonts",
"format": "prettier --write \"**/*.js\" *.js \"**/*.css\"",
"lint": "prettier --check \"**/*.js\" *.js \"**/*.css\""
},
"dependencies": {
"icecast-metadata-player": "1.1.1",
"mopidy-es6": "^0.0.5"
},
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@snowpack/plugin-postcss": "^1.1.0",
"@snowpack/plugin-run-script": "^2.3.0",
"@snowpack/plugin-webpack": "^2.3.0",
"autoprefixer": "^10.2.4",
"cssnano": "^4.1.10",
"eleventy-plugin-lazyimages": "^2.1.0",
"glob": "^7.1.6",
"postcss": "^8.2.6",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.0",
"prettier": "^2.2.1",
"snowpack": "^3.0.13",
"snowpack-plugin-hash": "^0.14.2",
"subfont": "^5.3.0",
"tailwindcss": "^2.0.3"
}
}