-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "@decentree/web",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"minify": "html-minifier-terser --file-ext html -c minify.conf.json --input-dir ./dist/ --output-dir ./dist/",
"build": "astro build && workbox generateSW workbox-config.js && npm run minify",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/partytown": "^0.1.9",
"@astrojs/sitemap": "^0.1.2",
"@astrojs/svelte": "^0.1.5",
"@astrojs/turbolinks": "^0.1.4",
"@beyonk/gdpr-cookie-consent-banner": "^9.0.3",
"astro": "^1.0.6",
"astro-seo": "^0.5.1",
"html-minifier-terser": "^7.0.0",
"sass": "^1.54.4",
"svelte": "^3.49.0",
"vite-plugin-windicss": "^1.8.7",
"windicss": "^3.5.6"
},
"dependencies": {
"aos": "^2.3.4",
"flamethrower-router": "0.0.0-meme.6",
"node-sass": "^7.0.1",
"prettier": "^2.7.1",
"prettier-plugin-svelte": "^2.7.0",
"smoothscroll-polyfill": "^0.4.4",
"svelte-simple-modal": "^1.4.1",
"swiper": "^8.3.2",
"workbox-build": "^6.5.4",
"workbox-cli": "^6.5.4"
}
}