-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "svelted-obsidian",
"private": true,
"version": "0.1.1",
"main": "main.js",
"type": "module",
"scripts": {
"dev": "vite build --mode development --watch",
"build": "vite build --mode production",
"lint": "rome check --apply-unsafe .",
"format": "rome format --write .",
"check": "svelte-check --tsconfig ./tsconfig.json",
"test": "npx playwright test",
"vitest": "vitest"
},
"devDependencies": {
"@playwright/test": "^1.41.0",
"@tsconfig/svelte": "^4.0.1",
"@types/node": "^20.11.0",
"autoprefixer": "^10.4.16",
"builtin-modules": "^3.3.0",
"dotenv": "^16.3.1",
"obsidian": "^1.4.11",
"postcss": "^8.4.33",
"rome": "^12.1.3",
"selenium-webdriver": "^4.16.0",
"svelte": "^4.2.8",
"svelte-check": "^3.6.3",
"tailwindcss": "^3.4.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vitest": "^1.2.2",
"yaml": "^2.3.4"
},
"dependencies": {
"@sveltejs/vite-plugin-svelte": "^3.0.1",
"bits-ui": "^0.14.0",
"lucide-svelte": "^0.279.0",
"vite": "^5.0.11",
"zod": "^3.22.4"
}
}