-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.77 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
57
58
59
60
61
62
63
64
{
"name": "web-business",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .js,.ts . --ignore-path ./.gitignore",
"lint-fix": "eslint --ext .js,.ts . --ignore-path ./.gitignore --fix",
"format": "prettier --write components/ pages/ styles utils/ templates/ server/ plugins/ middleware/ layouts/ db/"
},
"devDependencies": {
"@nuxt/image-edge": "1.0.0-rc.1-28115526.1a8c782",
"@types/marked": "^5.0.0",
"@types/node": "^18.16.18",
"@typescript-eslint/parser": "^5.59.11",
"@unocss/nuxt": "^0.53.1",
"@vueuse/core": "^10.2.0",
"@vueuse/nuxt": "^10.2.0",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"nuxt": "^3.6.2",
"nuxt-headlessui": "^1.1.4",
"nuxt-security": "^0.13.0",
"nuxt-seo-kit": "^1.3.8",
"prettier": "^2.8.8",
"typescript": "^5.1.3",
"vite-plugin-node-polyfills": "^0.9.0"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.354.0",
"@codemirror/lang-json": "^6.0.1",
"@formkit/nuxt": "^0.17.3",
"@headlessui/vue": "^1.7.14",
"@julr/unocss-preset-forms": "^0.0.5",
"@nuxtjs/robots": "^3.0.0",
"codemirror": "^6.0.1",
"dotenv": "^16.3.0",
"isomorphic-dompurify": "^1.6.0",
"jsonwebtoken": "^9.0.1",
"jwks-rsa": "^3.0.1",
"marked": "^5.1.0",
"nanoid": "^4.0.2",
"nuxt-icon": "^0.4.1",
"oidc-client-ts": "^2.2.4",
"pg": "^8.11.0",
"reflect-metadata": "^0.1.13",
"smol-toml": "^1.1.1",
"sqlite3": "^5.1.6",
"typeorm": "0.3.16",
"uuid": "^9.0.0",
"vue-codemirror": "^6.1.1",
"vue-tilt.js": "^1.1.1",
"vue3-carousel": "^0.3.1",
"webp-converter-browser": "^1.0.3"
},
"overrides": {
"rollup": "3.20.3-0"
}
}