-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.56 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": "ambo",
"type": "module",
"version": "0.1.2",
"private": true,
"scripts": {
"build": "nuxi build",
"dev": "nuxi dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"clean": "nuxi cleanup && nuxi prepare",
"typecheck": "nuxi typecheck",
"changelog": "changelogen --release",
"lighthouse": "unlighthouse --site ambo.nuxt.dev",
"ci": "bun run lint && bun run typecheck && bun run test",
"test": "vitest --run",
"lint": "eslint --cache .",
"lint:fix": "eslint --cache --fix ."
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@iconify-json/lucide": "^1.2.20",
"@nuxt/image": "1.8.1",
"@nuxt/ui": "3.0.0-alpha.10",
"@nuxthub/core": "0.8.10",
"@nuxtjs/i18n": "9.1.1",
"@nuxtjs/seo": "2.0.2",
"@pinia/nuxt": "0.9.0",
"@vite-pwa/nuxt": "0.10.6",
"@vueuse/nuxt": "12.2.0",
"@vueuse/router": "^12.2.0",
"dinero.js": "^1.9.1",
"nuxt": "^3.15.0",
"nuxt-lodash": "2.5.3",
"pinia": "^2.3.0",
"uncrypto": "^0.1.3",
"unenv": "^1.10.0"
},
"devDependencies": {
"@antfu/eslint-config": "^3.12.1",
"@iconify-json/tabler": "^1.2.13",
"@nuxt/devtools": "latest",
"@nuxt/eslint": "^0.7.4",
"@tailwindcss/typography": "^0.5.15",
"@types/dinero.js": "^1.9.4",
"@vite-pwa/assets-generator": "^0.2.6",
"changelogen": "^0.5.7",
"eslint": "^9.17.0",
"typescript": "^5.7.2",
"unlighthouse": "^0.14.1",
"vitest": "^2.1.8",
"vue-tsc": "^2.2.0",
"wrangler": "^3.99.0"
}
}