-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.07 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
{
"name": "vocacolle-player",
"displayName": "Vocaloid Collection Player",
"version": "0.6.3",
"description": "Vocaloid Collection Player (2026 Winter Edition)",
"license": "MIT",
"author": "Su-Yong",
"scripts": {
"dev": "vite build -w",
"build": "vite build",
"lint": "eslint . --fix -c .eslintrc --ext js,ts --ignore-pattern='!.*'",
"dev:nodemon": "nodemon",
"build:noemit": "tsc --noEmit && vite build",
"test": "jest"
},
"type": "module",
"dependencies": {
"@vanilla-extract/css": "1.17.4",
"@vanilla-extract/dynamic": "2.1.5",
"lucide-solid": "0.541.0",
"solid-flip": "0.5.2",
"solid-js": "1.9.11"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.2.0",
"@types/chrome": "0.1.4",
"@types/node": "24.3.0",
"@vanilla-extract/vite-plugin": "5.1.1",
"babel-preset-solid": "1.9.9",
"fs-extra": "11.3.1",
"nodemon": "2.0.22",
"prettier": "3.6.2",
"tsx": "4.20.4",
"typescript": "5.9.2",
"vite": "6.3.5",
"vite-plugin-solid": "2.11.8",
"vite-plugin-solid-svg": "0.8.1"
}
}