-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "wordware",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"shadcn:init": "npx shadcn-vue@latest init",
"shadcn:add": "npx shadcn-vue@latest add",
"lint": "eslint .",
"format": "eslint . --fix",
"gen:exports": "bun ./scripts/gen-wordlist-exports.ts",
"gen:map": "bun ./scripts/gen-wordlist-map.ts"
},
"dependencies": {
"@nuxt/image": "^1.7.0",
"nuxt": "^3.11.2",
"uncrypto": "^0.1.3",
"vue": "^3.4.27",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.19.1",
"@nuxtjs/color-mode": "^3.4.1",
"@nuxtjs/tailwindcss": "^6.12.0",
"@tailwindcss/typography": "^0.5.13",
"@vueuse/core": "^10.10.0",
"@vueuse/nuxt": "^10.10.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"decimal.js-light": "^2.5.1",
"destr": "^2.0.3",
"eslint": "^9.3.0",
"eslint-plugin-format": "^0.1.1",
"magicast": "^0.3.4",
"nuxt-icon": "^0.6.10",
"ohash": "^1.1.3",
"radix-vue": "^1.8.2",
"scule": "^1.3.0",
"shadcn-nuxt": "^0.10.4",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.4.5"
}
}