-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.39 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
{
"name": "reqbaz",
"version": "2.6.1",
"scripts": {
"dev": "vite --port 3000",
"dev-local-api": "vite --mode dev-local-api --port 3000",
"build": "vite build",
"build-dev": "vite build --mode development",
"build-beta": "vite build --mode beta",
"build-prod": "vite build --mode production",
"serve": "vite preview"
},
"dependencies": {
"@appnest/masonry-layout": "^2.0.8",
"@intlify/unplugin-vue-i18n": "^0.8.1",
"@vuelidate/core": "^2.0.0-alpha.16",
"@vuelidate/validators": "^2.0.0-alpha.22",
"dayjs": "^1.10.4",
"js-cookie": "^3.0.1",
"jspdf": "^2.5.1",
"markdown-it": "^12.3.2",
"oidc-client-ts": "^2.2.4",
"pdfmake": "^0.2.7",
"primeflex": "^2.0.0",
"primeicons": "^6.0.1",
"primevue": "^3.23.0",
"puppeteer": "^19.4.1",
"quill": "^1.3.7",
"turndown": "^7.0.0",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.4",
"vue3-autocounter": "^1.0.6",
"vue3-markdown-it": "^1.0.7",
"vuex": "^4.0.0",
"vuex-oidc": "^3.10.2"
},
"devDependencies": {
"@types/node": "^14.14.31",
"@types/pdfmake": "^0.2.2",
"@vitejs/plugin-vue": "^4.0.0",
"@vuedx/typecheck": "^0.7.6",
"@vuedx/typescript-plugin-vue": "^0.7.6",
"sass": "^1.32.8",
"typescript": "^4.2.3",
"vite": "^4.0.5",
"vite-plugin-pwa": "^0.14.0",
"workbox-precaching": "^6.5.3"
}
}