-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.51 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": "@purista/voyage",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint . --cache . --fix",
"surreal": "docker run --rm -u \":\" --pull always -p 8000:8000 -v $(pwd)/surrealData:/mydata surrealdb/surrealdb:latest start --log trace --auth --user root --pass root file:mydatabase.db"
},
"dependencies": {
"@dargmuesli/nuxt-cookie-control": "^7.4.0",
"@element-plus/icons-vue": "^2.3.1",
"@element-plus/nuxt": "^1.0.7",
"@nuxt/content": "^2.12.0",
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.6",
"@sidebase/nuxt-auth": "^0.6.7",
"@vue-flow/controls": "^1.1.1",
"@vue-flow/core": "^1.33.4",
"@vue-flow/minimap": "^1.4.0",
"@vueuse/nuxt": "^10.9.0",
"element-plus": "^2.6.0",
"fast-jwt": "^4.0.0",
"highlight.js": "^11.9.0",
"next-auth": "4.22.5",
"nuxt": "^3.10.3",
"nuxt-gtag": "^2.0.5",
"surrealdb.node": "^0.3.0",
"vue": "^3.4.19",
"vue-router": "^4.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.7.2",
"@vue-flow/background": "^1.3.0",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier-vue": "^5.0.0",
"eslint-plugin-vue": "^9.22.0",
"jsonc-eslint-parser": "^2.4.0",
"openapi3-ts": "^4.2.2",
"prettier": "^3.2.5"
}
}