-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
53 lines (53 loc) · 1.63 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
{
"name": "hubleys",
"version": "0.0.0",
"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:check": "eslint .",
"lint:fix": "eslint . --fix",
"format:check": "prettier --check src",
"format:fix": "prettier --write src"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/kit": "^2.16.0",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tsparticles/svelte": "^3.1.1",
"@types/cookie": "^0.6.0",
"@types/js-yaml": "^4.0.9",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.19.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"lodash.debounce": "^4.0.8",
"mrmime": "^2.0.0",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.10",
"svelte": "^4.2.19",
"svelte-check": "^4.1.4",
"svelte-fa": "^4.0.3",
"sveltekit-i18n": "^2.4.2",
"tailwindcss": "^3.4.16",
"tslib": "^2.7.0",
"typescript": "^5.7.3",
"vite": "^5.4.14"
},
"dependencies": {
"@victorioberra/trianglify-browser": "^4.1.1",
"ical.js": "^2.0.1",
"js-yaml": "^4.1.0",
"tsparticles": "^3.5.0"
},
"type": "module"
}