-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.7 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
{
"name": "degabut-web",
"version": "1.8.5",
"description": "",
"scripts": {
"start": "vite",
"dev": "vite",
"start:dev": "concurrently --kill-others \"vite\" \"tsc --noEmit -W\"",
"build": "vite build --mode prod",
"serve": "vite preview",
"lint": "prettier --write src && eslint . --fix"
},
"license": "MIT",
"devDependencies": {
"@interactjs/types": "^1.10.28",
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",
"@types/dom-to-image": "^2.6.7",
"@types/lodash": "^4.17.25",
"@types/node": "^26.2.0",
"@types/uuid": "^11.0.0",
"@types/youtube": "^0.3.0",
"@typescript-eslint/eslint-plugin": "^8.67.0",
"@typescript-eslint/parser": "^8.67.0",
"concurrently": "^10.0.5",
"eslint": "^10.8.1",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-solid": "^0.15.0",
"prettier": "^3.9.6",
"typed-emitter": "^2.1.0",
"typescript": "^7.0.2",
"unplugin-icons": "^23.0.1",
"vite": "^8.2.1",
"vite-plugin-pwa": "^1.3.0",
"vite-plugin-solid": "^2.11.14"
},
"dependencies": {
"@discord/embedded-app-sdk": "^2.5.0",
"@iconify-json/mdi": "^1.2.3",
"@interactjs/actions": "^1.10.28",
"@interactjs/auto-start": "^1.10.28",
"@interactjs/inertia": "^1.10.28",
"@interactjs/interact": "^1.10.28",
"@solidjs/router": "^1.0.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/vite": "^4.3.3",
"@thisbeyond/solid-dnd": "^0.7.5",
"autoprefixer": "^10.5.4",
"axios": "^1.19.0",
"axios-retry": "^4.5.0",
"dayjs": "^1.11.21",
"dom-to-image": "^2.6.0",
"events": "^3.3.0",
"lodash": "^4.18.1",
"solid-js": "^1.9.14",
"solid-transition-group": "^0.3.0",
"tailwindcss": "^4.3.3",
"uuid": "^14.0.1"
}
}