-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 828 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
34
{
"name": "binary",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"story:dev": "histoire dev --port 6007 --open",
"story:build": "histoire build",
"story:preview": "histoire preview --port 6008"
},
"dependencies": {
"@histoire/plugin-vue": "^0.17.12",
"@vueuse/core": "^10.8.0",
"autoprefixer": "^10.4.17",
"dayjs": "^1.11.10",
"histoire": "^0.17.9",
"pinia": "^2.1.7",
"postcss": "^8.4.35",
"sass": "^1.71.1",
"tailwindcss": "^3.4.1",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"ts-node": "^10.4.0",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vue-tsc": "^1.8.27"
}
}