-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
42
43
44
45
46
47
48
49
{
"name": "piecesvelte",
"version": "0.1.2",
"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",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@pieces.app/pieces-os-client": "^4.0.1",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^4.0.4",
"@tailwindcss/typography": "^0.5.16",
"@testing-library/svelte": "^5.2.6",
"@types/ws": "^8.5.13",
"eslint-config-prettier": "^9.1.0",
"jsdom": "^25.0.1",
"postcss": "^8.5.1",
"postcss-load-config": "^6.0.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte-check": "^4.1.4",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^5.4.14",
"vitest": "^3.0.4"
},
"type": "module",
"dependencies": {
"@fontsource/fira-mono": "^5.1.1",
"bits-ui": "^0.21.16",
"clsx": "^2.1.1",
"dompurify": "^3.2.3",
"global": "^4.4.0",
"marked": "^15.0.4",
"piecesvelte": "link:",
"svelte": "^5.19.2",
"ws": "^8.18.0",
"yaml": "^2.7.0"
}
}