-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 859 Bytes
/
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
{
"name": "colorspaces",
"version": "0.0.0",
"description": "Interactive color space explorer",
"scripts": {
"dev": "vite",
"build": "vite build",
"build.public": "vite build --base ./",
"preview": "vite preview",
"typecheck": "vue-tsc --noEmit",
"test:unit": "vitest"
},
"author": "",
"license": "GPLv3",
"type": "module",
"browserslist": [
"since 2018"
],
"devDependencies": {
"@types/seedrandom": "^3.0.8",
"@vitejs/plugin-vue": "^4.6.2",
"@vue/compiler-sfc": "^3.4.19",
"require-json5": "^1.3.0",
"sass": "^1.70.0",
"vite": "^4.5.2",
"vitest": "^0.34.6",
"vue-tsc": "^0.34.17"
},
"dependencies": {
"@vaie/drag-listener": "^0.0.0",
"@vaie/listen": "^0.0.2",
"marked": "^4.0.16",
"mathjs": "^10.5.3",
"seedrandom": "^3.0.5",
"vue": "^3.3.4"
}
}