-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.63 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.63 KB
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
54
55
56
{
"name": "chatfaq-widget",
"version": "0.2.17",
"private": false,
"main": "./dist/chatfaq-widget.umd.cjs",
"module": "./dist/chatfaq-widget.mjs",
"exports": {
".": {
"import": "./dist/chatfaq-widget.mjs",
"require": "./dist/chatfaq-widget.umd.cjs"
}
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"start": "nuxt start",
"generate": "nuxt generate",
"preview": "nuxt preview",
"package": "vite build && vue-tsc"
},
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@intlify/unplugin-vue-i18n": "^11.0.1",
"@vue/compiler-sfc": "^3.5.21",
"cross-env": "^10.0.0",
"nuxt": "^3.17.x",
"typescript": "^5.9.2",
"vite-bundle-analyzer": "^1.2.3",
"vue-i18n": "^11.1.12",
"vue-tsc": "^3.0.7"
},
"dependencies": {
"@babel/traverse": "^7.28.4",
"@gtm-support/vue-gtm": "^3.1.0",
"@vitejs/plugin-vue": "^6.0.1",
"browserify-sign": "^4.2.3",
"ejs": "^3.1.10",
"form-data": "^4.0.4",
"highlight.js": "^11.11.1",
"json5": "^2.2.3",
"loader-utils": "^3.3.1",
"markdown-it": "^14.1.0",
"node-forge": "^1.3.1",
"pinia": "^3.0.3",
"postcss": "^8.5.6",
"sass": "^1.92.1",
"sass-loader": "^16.0.5",
"selfsigned": "^3.0.1",
"tough-cookie": "^6.0.0",
"undici": "^7.16.0",
"vite": "^7.1.6",
"vite-plugin-css-injected-by-js": "^3.5.2",
"webpack": "^5.101.3"
}
}