generated from yizhe-ang/svelte-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
47 lines (47 loc) · 1.37 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
{
"name": "k-means-explorable",
"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": {
"@fontsource/hahmlet": "4.5.10",
"@fontsource/inter": "4.5.7",
"@rgossiaux/svelte-headlessui": "github:jangxyz/svelte-headlessui#package",
"@rollup/plugin-dsv": "2.0.3",
"@sveltejs/adapter-auto": "1.0.0-next.83",
"@sveltejs/kit": "1.0.0-next.515",
"archieml": "0.5.0",
"autoprefixer": "10.4.7",
"d3": "7.4.4",
"feather-icons": "4.28.0",
"gsap": "3.11.1",
"intersection-observer": "0.12.0",
"layercake": "7.0.0",
"lodash.debounce": "4.0.8",
"ml-kmeans": "5.0.0",
"node-fetch": "3.2.6",
"postcss": "8.4.13",
"prettier": "2.7.1",
"prettier-plugin-svelte": "2.7.0",
"rollup": "2.79.1",
"rollup-plugin-svg": "2.0.0",
"scrollama": "3.1.1",
"style-dictionary": "3.7.1",
"svelte": "3.50.1",
"svelte-loading-spinners": "0.1.7",
"svelte-preprocess": "4.10.7",
"vite": "3.1.3",
"vite-plugin-svgstring": "1.0.0"
},
"type": "module",
"engines": {
"node": "18.x"
},
"browserslist": "> 0.5%, last 4 versions, not ie <= 11, not ie_mob <= 11"
}