-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 883 Bytes
/
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
{
"name": "portfolio-site-v2",
"version": "3.1.3",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"validate": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.5.0",
"@roxi/routify": "^3.0.0-next.233",
"@tormak/vite-plugin-sitemap": "^1.1.18",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.12",
"svelte-check": "^3.6.7",
"svelte-preprocess": "^5.1.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"firebase": "^10.13.0"
},
"dependencies": {
"editorjs-html": "^3.4.3",
"simplex-noise": "^4.0.1",
"svelte-gesture": "^0.1.4"
}
}