-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.31 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
69
70
71
72
{
"name": "phizone-ui",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"build:cf": "sh adapt-cf.sh && sh player-worker.sh && vite build",
"build:vc": "sh adapt-vercel.sh && vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"pret": "prettier --check ./**/*.{js,cjs,ts,html,css,svelte,md,json}",
"pret:fix": "prettier --write ./**/*.{js,cjs,ts,html,css,svelte,md,json}"
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/kit": "^2.16.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@sveltekit-i18n/base": "^1.3.7",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/eslint-plugin-query": "^5.66.0",
"autoprefixer": "^10.4.20",
"cropperjs": "^1.6.2",
"daisyui": "^4.12.23",
"eslint": "^9.19.0",
"eslint-config-flat-gitignore": "^2.0.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-perfectionist": "^4.7.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-svelte": "^2.46.1",
"glob": "^11.0.1",
"highlight.js": "^11.11.1",
"jiti": "^2.4.2",
"katex": "^0.16.21",
"micromark": "^4.0.1",
"micromark-extension-math": "^3.1.0",
"postcss": "^8.5.1",
"postcss-load-config": "^6.0.1",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"svelecte": "^5.1.4",
"svelte": "^5.19.6",
"svelte-check": "^4.1.4",
"svelte-dnd-action": "^0.9.57",
"svelte-eslint-parser": "^0.43.0",
"svelte-highlight": "^7.8.2",
"svelte-preprocess": "^6.0.3",
"svelte-range-slider-pips": "^3.1.4",
"sveltekit-i18n": "^2.4.2",
"sveltekit-superforms": "^2.23.1",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vite": "^6.0.11"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@tanstack/svelte-query": "^5.65.0",
"camelcase-keys": "^9.1.3",
"chart.js": "^4.4.7",
"dompurify": "^3.2.4",
"escape-goat": "^4.0.0",
"object-to-formdata": "^4.5.1",
"query-string": "^9.1.1",
"zod": "^3.24.1"
}
}