-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
49
50
51
52
53
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port 5400",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test:unit": "vitest run --dir packages"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/vue-fontawesome": "^3.0.3",
"@nuxtjs/router": "^1.2.1",
"@nuxtjs/tailwindcss": "^6.2.0",
"@pinia/nuxt": "^0.4.6",
"@types/bcryptjs": "^2.4.2",
"@types/crypto-js": "^4.1.1",
"@types/request-ip": "^0.0.37",
"ant-design-vue": "^3.2.15",
"axios": "^1.3.4",
"bcryptjs": "^2.4.3",
"crypto-js": "^4.1.1",
"device-detector-js": "^3.0.3",
"flowbite": "^1.6.4",
"form-data": "^4.0.0",
"h3": "^1.5.0",
"moment": "^2.29.4",
"nuxt": "^3.0.0",
"nuxt-csurf": "^1.2.0",
"pinia": "^2.0.28",
"request-ip": "^3.3.0",
"swiper": "^8.4.5",
"ua-parser-js": "^1.0.33",
"unplugin-vue-components": "^0.22.12",
"vue-advanced-cropper": "^2.8.8",
"vue3-google-map": "^0.15.0",
"vue3-highlightjs": "^1.0.5"
},
"devDependencies": {
"@babel/runtime": "^7.20.13",
"@element-plus/nuxt": "^1.0.3",
"@nuxt/test-utils": "^3.2.0",
"@vant/nuxt": "^1.0.0",
"nuxt-security": "^0.13.0",
"playwright": "^1.30.0",
"sass": "^1.57.1",
"vitest": "^0.28.5"
}
}