-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 912 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": "soracard",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"analyze": "nuxi analyze"
},
"devDependencies": {
"@nuxt/image": "^1.8.1",
"@nuxtjs/i18n": "^8.5.5",
"@nuxtjs/sitemap": "^6.1.1",
"@types/markdown-it": "^14.1.2",
"@types/nodemailer": "^6.4.16",
"nuxt": "^3.13.2",
"nuxt-aos": "^1.2.5",
"typescript": "^5.6.3",
"vue": "^3.5.11",
"vue-router": "^4.4.5"
},
"dependencies": {
"@nuxt/content": "^2.13.2",
"googleapis": "^144.0.0",
"gsap": "^3.12.5",
"ip": "^2.0.1",
"markdown-it": "^14.1.0",
"mouse-follower": "^1.1.2",
"nodemailer": "^6.9.15",
"ogl": "^1.0.8"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}