-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 757 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 757 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
{
"name": "nonogram",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vitest",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.33"
},
"devDependencies": {
"@iconify-json/carbon": "^1.1.3",
"@iconify-json/mdi": "^1.1.9",
"@iconify-json/ph": "^1.1.1",
"@types/seedrandom": "^3.0.2",
"@vitejs/plugin-vue": "^2.3.1",
"@vueuse/core": "^8.2.6",
"@vueuse/router": "^8.2.6",
"seedrandom": "^3.0.5",
"typescript": "^4.6.3",
"unocss": "^0.31.5",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.5",
"vite-plugin-pages": "^0.23.0",
"vitest": "^0.9.3",
"vue-router": "^4.0.14",
"vue-tsc": "^0.34.7"
}
}