-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 875 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 875 Bytes
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
{
"name": "wpp",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "bunx --bun vite",
"test": "vitest --ui",
"build": "bunx --bun vite build",
"preview": "bunx --bun vite preview",
"lint": "bunx --bun eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"@fontsource-variable/fira-code": "^5.1.1",
"pinia": "^2.3.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@headlessui/vue": "^1.7.23",
"@tabler/icons-vue": "^3.30.0",
"@tailwindcss/vite": "^4.0.7",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/ui": "^1.6.1",
"axios": "^1.7.9",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.32.0",
"tailwindcss": "^4.0.7",
"vite": "^5.4.14",
"vite-plugin-vue-devtools": "^7.7.2",
"vitest": "^1.6.1"
}
}