-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
45 lines (45 loc) · 1.56 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && vite build --ssr",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check . && eslint .",
"format": "prettier --write .",
"test:integration": "playwright test",
"test:unit": "vitest"
},
"devDependencies": {
"@inertiajs/svelte": "^1.3.0-beta.2",
"@sveltejs/vite-plugin-svelte": "^4.0.0-next.6",
"@tailwindcss/forms": "^0.5.7",
"@tsconfig/svelte": "^5.0.2",
"@types/eslint": "^8.56.2",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"autoprefixer": "^10.4.17",
"axios": "^1.7.6",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.35.1",
"laravel-vite-plugin": "^1.0.1",
"momentum-trail": "^0.4.0",
"postcss": "^8.4.33",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.5.14",
"svelte": "^5.0.0-next.263",
"svelte-check": "^3.6.3",
"svelte-portal": "^2.2.1",
"svelte-preprocess": "^5.1.3",
"svelte-transition": "^0.0.17",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-plugin-run": "^0.6.0",
"vitest": "^1.2.1"
}
}