forked from raisch/ligerbots-website-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.25 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": "ligerbots-website-frontend",
"version": "0.0.4",
"private": true,
"scripts": {
"env": "env",
"dev": "npx vite dev",
"build": "npx vite build",
"preview": "npx vite preview",
"check": "npx svelte-kit sync && npx svelte-check --tsconfig ./tsconfig.json",
"check:watch": "npx svelte-kit sync && npx svelte-check --tsconfig ./tsconfig.json --watch",
"doc:build": "npx jsdoc -c jsdoc.json --readme ./README.md lib/* -r -d docs",
"doc:clean": "rm -rf docs",
"doc:open": "open docs/index.html"
},
"comment": "https://kit.svelte.dev/docs/adapter-auto",
"devDependencies": {
"@sveltejs/adapter-node": "^5.2.2",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/node": "^22.5.5",
"axios": "^1.7.7",
"eslint": "^8.57.1",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-n": "^15.7.0",
"svelte": "^4.2.7",
"svelte-check": "^4.0.0",
"svelte-icons-pack": "^3.1.3",
"typescript": "^5.0.0",
"vite": "^5.0.3",
"vite-plugin-url-redirect": "^0.1.0"
},
"type": "module",
"dependencies": {
"@directus/sdk": "^17.0.1",
"@types/debug": "^4.1.12",
"debug": "^4.3.7",
"dotenv": "^16.4.5"
}
}