-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 916 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 916 Bytes
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
{
"name": "kpsh.github.io",
"version": "2.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"overrides": {
"vue": "latest"
},
"devDependencies": {
"@iconify-json/flag": "^1.2.5",
"@nuxt/devtools": "^2.4.1",
"@nuxt/eslint": "^1.4.0",
"@nuxt/ui": "^2.21.0",
"@nuxtjs/i18n": "^9.5.4",
"@nuxtjs/seo": "^3.0.3",
"@nuxtjs/sitemap": "^7.2.10",
"@pinia/nuxt": "^0.11.0",
"@vueuse/nuxt": "^13.2.0",
"nuxt": "^3.17.3",
"nuxt-appwrite": "^1.2.0"
},
"dependencies": {
"@vue-flow/background": "^1.3.2",
"@vue-flow/controls": "^1.1.2",
"@vue-flow/core": "^1.43.2",
"@vue-flow/minimap": "^1.5.3",
"gsap": "^3.13.0"
}
}