-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 749 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 749 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
{
"name": "css-tools",
"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"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/vite": "^4.1.3",
"@tsconfig/svelte": "^5.0.4",
"@types/chrome": "^0.0.326",
"@types/node": "^22.14.0",
"svelte": "^5.25.11",
"svelte-check": "^4.1.5",
"tailwindcss": "^4.1.3",
"typescript": "~5.8.3",
"vite": "^6.2.6"
},
"dependencies": {
"tailwind-merge": "^3.2.0"
}
}