-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.7 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
53
54
55
56
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "yarn lint:eslint && yarn lint:prettier",
"lint:eslint": "eslint .",
"lint:prettier": "prettier . --check",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@iconify-json/solar": "^1.2.2",
"@nuxt/eslint": "0.7.4",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/tailwindcss": "6.12.2",
"@pinia/nuxt": "0.9.0",
"@radix-icons/vue": "^1.0.0",
"@vueuse/components": "^12.4.0",
"@vueuse/core": "^12.3.0",
"@vueuse/motion": "^2.2.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "^8.57.0 || ^9.0.0",
"fabric": "^6.5.4",
"lucide-vue-next": "^0.471.0",
"nuxt": "^3.15.0",
"pinia": "^2.3.0",
"radix-vue": "^1.9.12",
"shadcn-nuxt": "0.11.3",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"vue": "latest",
"vue-router": "latest"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"devDependencies": {
"@egoist/tailwindcss-icons": "^1.8.2",
"@iconify-json/lineicons": "^1.2.4",
"@iconify-json/mdi": "^1.2.2",
"@iconify-json/ph": "^1.2.2",
"@types/fontfaceobserver": "^2.1.3",
"@types/uuid": "^10.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"fontfaceobserver": "^2.3.0",
"prettier": "^3.4.2",
"sass-embedded": "^1.83.1",
"typescript": "^5.7.2"
}
}