-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 884 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 884 Bytes
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
{
"name": "arthur-portfolio",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json",
"deploy": "npm run build && npx gh-pages -d dist"
},
"devDependencies": {
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/vite-plugin-svelte": "^6.0.0",
"@tsconfig/svelte": "^5.0.4",
"gh-pages": "^6.3.0",
"svelte": "^5.35.5",
"svelte-check": "^4.2.2",
"terser": "^5.43.1",
"typescript": "~5.8.3",
"vite": "^7.0.4"
},
"dependencies": {
"@fontsource/fraunces": "^5.2.7",
"@fontsource/inter": "^5.2.6",
"@fontsource/jetbrains-mono": "^5.2.6",
"motion": "^12.23.5",
"svelte-gestures": "^5.1.4",
"svelte-intersection-observer": "^1.0.0"
}
}