-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "technickel-dev.github.io",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"deploy": "npx gh-pages -d build"
},
"devDependencies": {
"@sveltejs/adapter-netlify": "^4.3.3",
"@sveltejs/kit": "^2.5.22",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@tailwindcss/typography": "^0.5.10",
"@types/matter-js": "^0.19.0",
"@types/tmi.js": "^1.8.4",
"autoprefixer": "^10.4.14",
"gh-pages": "^5.0.0",
"mdsvex": "^0.11.0",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.3",
"shiki": "^0.14.4",
"svelte": "^4.2.19",
"tailwindcss": "^3.3.3",
"vite": "^5.4.1"
},
"type": "module",
"dependencies": {
"@fontsource/dseg14-modern": "^5.0.7",
"@fontsource/inknut-antiqua": "^5.0.8",
"@fontsource/teko": "^5.0.9",
"cheerio": "^1.0.0",
"dexie": "^4.0.8",
"matter-js": "^0.19.0",
"svelte-french-toast": "^1.2.0"
}
}