-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 KB
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
{
"name": "gravitalia",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "prettier . --write && eslint . --fix"
},
"devDependencies": {
"@heroicons/vue": "^2.2.0",
"@types/node": "^24.10.1",
"buffer": "^6.0.3",
"clsx": "^2.1.1",
"prettier": "^3.6.2",
"rollup-plugin-node-polyfills": "^0.2.1",
"std-env": "^3.9.0",
"tailwind-merge": "^3.3.1",
"wrangler": "^4.49.0"
},
"dependencies": {
"@nuxt/eslint": "1.9.0",
"@nuxt/image": "1.11.0",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/i18n": "npm:@nuxtjs/i18n-edge@10.1.0-29294852.62499c6",
"@nuxtjs/tailwindcss": "^6.14.0",
"@simplewebauthn/server": "^13.2.2",
"@vueuse/core": "^13.9.0",
"eslint": "^9.36.0",
"jose": "^6.1.1",
"motion-v": "^1.7.1",
"nuxt": "^4.1.2",
"nuxt-security": "^2.4.0",
"vue": "^3.5.21",
"vue-router": "^4.5.1"
}
}