-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "idolmaster-image-color-palette",
"version": "1.1.0",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"generate": "tsx src/generate.ts",
"serve": "vite preview",
"lint": "eslint --ext .ts,vue --ignore-path .gitignore .",
"test": "vitest",
"coverage": "vitest --coverage"
},
"dependencies": {
"chroma.ts": "^1.0.10",
"ramda": "^0.28.0",
"vue": "^3.2.47",
"xml-js": "^1.6.11"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.4.2",
"@types/node": "^18.15.1",
"@types/ramda": "0.28.23",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-xo": "^0.43.1",
"eslint-config-xo-typescript": "^0.56.0",
"eslint-plugin-vue": "^9.9.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.4",
"tailwindcss": "^3.2.7",
"tsx": "^4.16.2",
"typescript": "^5.0.0",
"vite": "^5.3.3",
"vite-plugin-pwa": "^0.20.0",
"vitest": "^1.6.0",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^2.0.24",
"workbox-window": "^7.1.0"
}
}