-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 932 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "NUXT_APP_BASE_URL=/ nuxt dev",
"serve": "NUXT_APP_BASE_URL=/ nuxt dev",
"start": "NUXT_APP_BASE_URL=/ nuxt dev",
"generate": "NUXT_APP_BASE_URL=/chat-appstore/ nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@headlessui/vue": "^1.7.12",
"@heroicons/vue": "^1.0.6",
"@nuxtjs/tailwindcss": "^6.6.1",
"@types/node": "^18.15.6",
"element-plus": "^2.3.1",
"node-sass": "^8.0.0",
"nuxt": "^3.3.1",
"sass": "^1.59.3"
},
"__npminstall_done": false,
"dependencies": {
"@nuxt/content": "^2.5.2",
"@pinia/nuxt": "^0.4.7",
"axios": "^1.3.4",
"lodash.pick": "^4.4.0",
"lodash.throttle": "^4.1.1",
"markdown-it": "^13.0.1",
"markdown-it-attrs": "^4.1.6",
"event-source-polyfill": "^1.0.31",
"highlight.js": "^10.4.1"
}
}