-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nlx nuxi build --dot-env .env.example && nr scripts/post-build.ts",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@fontsource-variable/montserrat": "^5.1.0",
"@mreal/digest-auth": "^2.0.0",
"@nuxt/kit": "^3.15.0",
"@nuxt/schema": "^3.15.0",
"@vueuse/core": "^12.2.0",
"@vueuse/integrations": "^12.2.0",
"fuse.js": "^7.0.0",
"jwt-decode": "^4.0.0",
"micromark": "^4.0.1",
"nuxt": "^3.15.0",
"tsdav": "^2.1.3",
"vue": "latest",
"vue-router": "latest"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@nuxt/test-utils": "^3.15.1",
"@unocss/nuxt": "^0.65.3",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^16.0.1",
"playwright-core": "^1.49.1",
"prettier": "^3.4.2",
"sass": "^1.83.0",
"unocss": "^0.65.3",
"vitest": "^2.1.8",
"wrangler": "^3.99.0"
},
"simple-git-hooks": {
"commit-msg": "nlx commitlint --edit ${1}"
}
}