-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathpackage.json
36 lines (36 loc) · 862 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
36
{
"name": "api-party",
"version": "3.0.0",
"private": true,
"license": "MIT",
"author": {
"name": "Santosh Bhandari",
"email": "bsantosh909@gmail.com",
"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": "^2.0.0-beta.26",
"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": "^6.2.0",
"@tailwindcss/typography": "^0.5.7",
"nuxt": "^3.0.0",
"prettier": "^2.8.1"
},
"engines": {
"node": ">=16.0.0"
}
}