generated from the-pudding/svelte-starter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.79 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
{
"name": "svelte-starter",
"version": "6.3.1",
"scripts": {
"gdoc": "node tasks/fetch-google.js",
"style": "node tasks/style-dictionary.js",
"fetch-og-images": "node tasks/fetch-og-images.js",
"thumbnail-og": "node tasks/thumbnail-og.js",
"thumbnail-color": "node tasks/thumbnail-color.js",
"footer": "node tasks/footer.js",
"search": "node tasks/search.js",
"postbuild": "svelte-sitemap --domain https://pudding.cool --ignore 404.html",
"update": "npm run gdoc && npm run fetch-og-images && npm run thumbnail-og && npm run thumbnail-color && npm run search && npm run footer && npm run build",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@rollup/plugin-dsv": "^3.0.5",
"@sveltejs/adapter-static": "^3.0.6",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"archieml": "^0.5.0",
"autoprefixer": "^10.4.20",
"bits-ui": "^0.21.16",
"color": "^4.2.3",
"d3": "^7.9.0",
"jimp": "^1.6.0",
"jsdom": "^25.0.1",
"lodash.debounce": "^4.0.8",
"lodash.deburr": "^4.1.0",
"lucide-svelte": "^0.453.0",
"mkdirp": "^3.0.1",
"node-vibrant": "3.2.1-alpha.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"rollup": "^4.24.1",
"rollup-plugin-svg": "^2.0.0",
"style-dictionary": "^4.1.4",
"svelte": "5.1.3",
"svelte-preprocess": "^6.0.3",
"svelte-sitemap": "^2.6.0",
"vite": "^5.4.10",
"vite-plugin-svgstring": "^1.0.0"
},
"type": "module",
"engines": {
"node": ">= 18.20.4"
},
"browserslist": "> 0.5%, last 4 versions, not ie <= 11, not ie_mob <= 11"
}