-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.73 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.73 KB
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
{
"name": "Solid",
"scripts": {
"dev": "vinxi dev",
"build": "vinxi build",
"start": "vinxi start",
"lint": "eslint --fix \"**/*.{ts,tsx,js,jsx}\"",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage"
},
"author": {
"name": "Benoist Bouteiller",
"email": "b@bouteiller.contact"
},
"type": "module",
"devDependencies": {
"@solidjs/testing-library": "^0.8.10",
"@testing-library/jest-dom": "^6.8.0",
"@types/node": "^20.11.26",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.56.0",
"eslint-plugin-solid": "^0.14.3",
"jsdom": "^27.0.0",
"typescript": "^5.6.2",
"vite-plugin-solid": "^2.11.8",
"vitest": "^3.2.4"
},
"dependencies": {
"@auth/core": "0.38.0",
"@discordjs/rest": "^2.6.0",
"@editorjs/code": "^2.9.3",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/editorjs": "^2.31.0",
"@editorjs/header": "^2.8.8",
"@editorjs/image": "^2.10.3",
"@editorjs/link": "^2.6.2",
"@editorjs/list": "^2.0.8",
"@editorjs/marker": "^1.4.0",
"@editorjs/quote": "^2.7.6",
"@paralleldrive/cuid2": "^2.2.2",
"@solid-primitives/event-listener": "^2.4.3",
"@solid-primitives/websocket": "^1.3.1",
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.1",
"@solidjs/start": "^1.1.0",
"@tailwindcss/vite": "^4.1.13",
"autoprefixer": "^10.4.19",
"discord-api-types": "^0.38.24",
"dotenv": "^17.2.3",
"editorjs-html": "^4.0.5",
"postcss": "^8.4.40",
"qrcode-reader": "^1.0.4",
"solid-js": "^1.9.5",
"tailwindcss": "^4.1.13",
"vinxi": "^0.5.7",
"zod": "^3.22.4"
},
"engines": {
"node": ">=22"
}
}