-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 KB
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
{
"name": "arcgisjsai",
"private": true,
"version": "0.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",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"devDependencies": {
"@arcgis/core": "^4.33.13",
"@lucide/svelte": "^0.544.0",
"@sveltejs/vite-plugin-svelte": "^6.1.1",
"@tsconfig/svelte": "^5.0.4",
"@types/prettier": "^2.7.3",
"bits-ui": "^2.9.8",
"clsx": "^2.1.1",
"prettier": "^3.6.2",
"svelte": "^5.38.1",
"svelte-check": "^4.3.1",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0",
"tw-animate-css": "^1.3.8",
"typescript": "~5.8.3",
"vite": "^7.1.2"
},
"dependencies": {
"@ai-sdk/groq": "^2.0.19",
"@ai-sdk/svelte": "^3.0.44",
"@tailwindcss/vite": "^4.0.0",
"ai": "^5.0.44",
"autoprefixer": "^10.4.21",
"mode-watcher": "^1.1.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"zod": "^4.1.9"
}
}