-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.25 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.25 KB
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
{
"name": "svelte-starter",
"version": "6.19.0",
"scripts": {
"gdoc": "node tasks/fetch-google.js",
"style": "node tasks/style-dictionary.js",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@lucide/svelte": "^0.575.0",
"@rollup/plugin-dsv": "^3.0.5",
"@sveltejs/adapter-cloudflare": "^7.2.6",
"@sveltejs/adapter-static": "^3.0.9",
"@sveltejs/kit": "^2.50.1",
"@sveltejs/vite-plugin-svelte": "^6.2.4",
"archieml": "^0.5.0",
"autoprefixer": "^10.4.21",
"bits-ui": "^2.15.4",
"culori": "^4.0.2",
"d3": "^7.9.0",
"embla-carousel-svelte": "^9.0.0-rc02",
"lodash.debounce": "^4.0.8",
"postcss": "^8.5.6",
"prettier": "^3.8.1",
"prettier-plugin-svelte": "^3.4.1",
"rollup": "^4.57.0",
"rollup-plugin-svg": "^2.0.0",
"runed": "^0.37.1",
"style-dictionary": "^5.2.0",
"svelte": "^5.53.0",
"svelte-preprocess": "^6.0.3",
"svelteplot": "^0.13.0",
"typescript": "^5.9.2",
"vite": "^7.3.1",
"vite-plugin-svgstring": "^1.0.0"
},
"type": "module",
"engines": {
"node": ">= 22.22.0"
},
"browserslist": "> 0.5%, last 4 versions, not ie <= 11, not ie_mob <= 11"
}