-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.43 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "memory-block",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build-check": "run-p type-check build",
"type-check": "vue-tsc --noEmit --composite false",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
},
"dependencies": {
"@headlessui/vue": "^1.7.19",
"@iconify-json/game-icons": "^1.1.7",
"@vueuse/core": "^10.9.0",
"canvas-confetti": "^1.9.2",
"date-fns": "^3.5.0",
"localforage": "^1.10.0",
"pinia": "^2.1.7",
"ts-pattern": "^5.0.8",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.8.3",
"@egoist/tailwindcss-icons": "^1.7.4",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/solar": "^1.1.9",
"@types/canvas-confetti": "^1.6.4",
"@types/node": "^20.11.28",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"lightningcss": "^1.24.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"sass": "^1.72.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "~5.4.2",
"unplugin-auto-import": "^0.17.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.1.7",
"vite-plugin-pages": "^0.32.0",
"vue-tsc": "^1.8.27"
}
}