-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.54 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
{
"name": "edt-iut-info-limoges-website",
"private": true,
"license": "MIT",
"scripts": {
"dev": "solid-start dev",
"lint": "eslint --ext .ts,.tsx .",
"build": "solid-start build"
},
"type": "module",
"devDependencies": {
"@iconify-json/mdi": "^1.1.55",
"@types/luxon": "^3.3.4",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/utils": "^6.12.0",
"@unocss/eslint-config": "^0.57.7",
"eslint": "^8.54.0",
"eslint-plugin-solid": "^0.13.0",
"solid-start-node": "^0.3.10",
"solid-start-vercel": "^0.3.10",
"typescript": "^5.2.2",
"unocss": "^0.57.4",
"unocss-preset-primitives": "0.0.1-beta.13",
"unplugin-icons": "^0.17.4",
"vite": "^4.5.5",
"vite-plugin-pwa": "^0.16.7",
"workbox-window": "^7.0.0"
},
"dependencies": {
"@fontsource/poppins": "^5.0.8",
"@kobalte/core": "^0.11.2",
"@solid-primitives/media": "^2.2.5",
"@solid-primitives/resize-observer": "^2.0.22",
"@solidjs/meta": "^0.29.1",
"@solidjs/router": "^0.8.4",
"@thednp/solid-color-picker": "^0.0.7",
"@unocss/reset": "^0.57.4",
"edt-iut-info-limoges": "workspace:*",
"ics": "^3.5.0",
"localforage": "^1.10.0",
"luxon": "^3.4.4",
"mongoose": "^8.8.3",
"solid-js": "^1.8.5",
"solid-start": "^0.3.10",
"swiper": "^11.0.4"
},
"author": "Mikkel RINGAUD <[email protected]> (https://github.com/Vexcited)",
"repository": "github:Vexcited/EDT-IUT-Info-Limoges"
}