-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 981 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": "odds-web-calc",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"build:wasm": "wasm-pack build --target web --release --out-dir wasm",
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@stdlib/math-base-special-erfc": "^0.2.3",
"@tanstack/vue-query": "^5.51.9",
"@unovis/ts": "^1.4.3",
"@unovis/vue": "^1.4.3",
"@vueuse/core": "^10.11.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.408.0",
"radix-vue": "^1.9.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.4.31",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@types/node": "^22.10.5",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.6",
"typescript": "^5.2.2",
"vite": "^6.0.7",
"vue-tsc": "^2.0.24"
}
}