generated from the-pudding/svelte-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 1.89 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
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "matrix-explorable",
"version": "1.0.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": {
"@melt-ui/pp": "^0.1.0",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@rollup/plugin-dsv": "^3.0.2",
"@sveltejs/adapter-static": "2.0.2",
"@sveltejs/kit": "1.21.0",
"@tailwindcss/typography": "^0.5.9",
"@tweakpane/core": "^1.1.9",
"autoprefixer": "^10.4.14",
"d3": "^7.8.5",
"daisyui": "^3.5.0",
"layercake": "^7.6.0",
"lodash.debounce": "^4.0.8",
"postcss": "^8.4.27",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"prettier-plugin-tailwindcss": "^0.4.1",
"rollup": "^3.26.2",
"rollup-plugin-svg": "^2.0.0",
"style-dictionary": "^3.8.0",
"svelte": "^4.0.5",
"svelte-copy": "^1.4.1",
"svelte-preprocess": "^5.0.4",
"svelte-sequential-preprocessor": "^2.0.1",
"tailwindcss": "^3.3.3",
"vite": "^4.4.2",
"vite-plugin-svgstring": "^1.0.0"
},
"type": "module",
"engines": {
"node": ">= 18.12.0"
},
"browserslist": "> 0.5%, last 4 versions, not ie <= 11, not ie_mob <= 11",
"dependencies": {
"@fontsource-variable/chivo": "^5.0.9",
"@fontsource/bungee-hairline": "^5.0.8",
"@fontsource/bungee-outline": "^5.0.8",
"@fontsource/old-standard-tt": "^5.0.5",
"@melt-ui/svelte": "^0.32.0",
"@threlte/core": "^6.0.0-next.11",
"@threlte/extras": "^5.0.0-next.16",
"camera-controls": "^2.7.0",
"canvas-sketch-util": "^1.10.0",
"gsap": "^3.12.2",
"katex": "^0.16.8",
"lucide-svelte": "^0.265.0",
"mathbox": "^2.3.2-rc1",
"ml-matrix": "^6.10.4",
"svelte-loading-spinners": "^0.3.4",
"svelte-number-spinner": "^0.8.0",
"three": "github:yizhe-ang/three.js",
"tweakpane": "^3.1.10"
}
}