-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
35 lines (35 loc) · 975 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
34
35
{
"name": "sveltekit-pixel-art",
"version": "0.0.1",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier src --write"
},
"devDependencies": {
"@sveltejs/adapter-auto": "next",
"@sveltejs/kit": "next",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.8",
"svelte": "^3.46.0",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.10.1",
"tailwindcss": "^3.0.23",
"tslib": "^2.3.1",
"typescript": "~4.5.4"
},
"type": "module",
"dependencies": {
"@liveblocks/client": "^1.8.1",
"@liveblocks/node": "^1.8.1",
"@shoelace-style/shoelace": "^2.12.0",
"canvg": "^4.0.0",
"panzoom": "^9.4.2"
}
}