forked from bsantosh909/api-party
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 836 Bytes
/
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
{
"name": "api-party",
"version": "3.0.0",
"private": true,
"author": {
"name": "Santosh Bhandari",
"email": "[email protected]",
"url": "https://santoshb.com.np"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@vueuse/motion": "beta",
"fuse.js": "^6.6.2"
},
"devDependencies": {
"@nuxt/content": "^2.1.1",
"@nuxt/image-edge": "^1.0.0-27719579.87dcdf2",
"@nuxtjs/color-mode": "^3.1.5",
"@nuxtjs/tailwindcss": "^5.3.3",
"@tailwindcss/typography": "^0.5.7",
"nuxt": "3.0.0-rc.10",
"prettier": "2.7.1"
},
"engines": {
"node": ">=16.0.0"
}
}