-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.1 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "daisy-svetlte-starter",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --cache --write --plugin-search-dir=. \"**/*.{cjs, js, ts, svelte}\"",
"lint": "eslint . --fix --ext .cjs,.js,.ts,.svelte",
"test": "vitest",
"test:browser": "playwright test",
"coverage": "vitest run --coverage",
"check:all": "yarn format && yarn lint"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@fontsource/poppins": "^4.5.10",
"@inlang/sdk-js": "^0.6.3",
"@playwright-testing-library/test": "^4.5.0",
"@playwright/test": "^1.30.0",
"@poppanator/sveltekit-svg": "^3.0.1l",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.5.3",
"@sveltejs/vite-plugin-svelte": "^2.0.2",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/svelte": "^3.2.2",
"@types/cookie": "^0.5.1",
"@types/jest": "^29.4.0",
"@typescript-eslint/eslint-plugin": "~5.51.0",
"@typescript-eslint/parser": "~5.51.0",
"autoprefixer": "^10.4.14",
"c8": "^7.12.0",
"daisyui": "^2.50.0",
"eslint": "~8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte": "^2.30.0",
"eslint-plugin-svelte3": "^4.0.0",
"jsdom": "^21.1.0",
"playwright-testing-library": "^4.5.0",
"postcss": "^8.4.23",
"postcss-load-config": "^4.0.1",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^3.55.1",
"svelte-check": "^3.0.3",
"svelte-preprocess": "^5.0.3",
"typescript": "^5.0.0",
"vite": "^4.3.0",
"vitest": "^0.28.4"
},
"type": "module",
"dependencies": {
"@sveltejs/adapter-vercel": "^2.4.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.4",
"@tailwindcss/typography": "^0.5.9",
"@tanstack/svelte-query": "^4.24.4",
"@threlte/core": "^6.0.0-next.7",
"@threlte/extras": "^5.0.0-next.13",
"aos": "^2.3.4",
"carbon-icons-svelte": "^12.6.0",
"siema": "^1.5.1",
"tailwindcss": "^3.3.1"
}
}