forked from thebjorn/pdd-svelte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 923 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": "pdd-svelte",
"version": "0.0.1",
"private": true,
"license": "MIT",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.2.4",
"@sveltejs/kit": "^2.5.26",
"@sveltejs/vite-plugin-svelte": "4.0.0-next.7",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"prettier": "^3.3.3",
"svelte": "5.0.0-next.244",
"svelte-check": "^4.0.1",
"tailwindcss": "^3.4.10",
"typescript": "^5.6.2",
"vite": "^5.4.3"
},
"dependencies": {
"@atlaskit/pragmatic-drag-and-drop": "^1.3.0",
"@atlaskit/pragmatic-drag-and-drop-flourish": "^1.1.1",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.3",
"tiny-invariant": "^1.3.3"
},
"type": "module"
}