-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.65 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
52
53
54
55
56
57
58
59
60
61
{
"name": "@bicou/color-space-stack",
"version": "0.0.0",
"private": true,
"license": "MIT",
"author": {
"name": "Benjamin VIELLARD",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/gbicou/color-space-stack.git"
},
"homepage": "https://gbicou.github.io/color-space-stack/",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"type-check": "vue-tsc -b",
"lint": "eslint",
"test": "vitest run"
},
"dependencies": {
"@fontsource-variable/nunito-sans": "5.2.5",
"colorjs.io": "0.5.2",
"vue": "3.5.13"
},
"devDependencies": {
"@eslint/js": "9.25.1",
"@fontsource-utils/scss": "0.2.1",
"@stylistic/eslint-plugin": "4.2.0",
"@tailwindcss/vite": "^4.0.0",
"@tsconfig/node22": "22.0.1",
"@types/node": "22.15.2",
"@vitejs/plugin-vue": "5.2.3",
"@vitest/eslint-plugin": "1.1.43",
"@vue/eslint-config-typescript": "14.5.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "0.7.0",
"autoprefixer": "10.4.21",
"eslint": "9.25.1",
"eslint-plugin-tailwindcss": "3.18.0",
"eslint-plugin-vue": "10.0.0",
"happy-dom": "^17.0.0",
"sass": "1.87.0",
"tailwindcss": "4.1.4",
"typescript": "5.8.3",
"typescript-eslint": "8.31.0",
"vite": "6.3.3",
"vitest": "^3.0.0",
"vue-tsc": "2.2.10"
},
"packageManager": "[email protected]+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
}
}