-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.51 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
54
55
56
57
58
{
"name": "cs-dispatcher",
"private": true,
"version": "0.0.0",
"engines": {
"node": ">=16",
"pnpm": ">=7"
},
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "pnpm run build && vite preview"
},
"dependencies": {
"@crfd/cs-models": "^0.1.4",
"@sentry/tracing": "^7.2.0",
"@sentry/vue": "^7.2.0",
"@vueuse/core": "^8.7.4",
"@vueuse/firebase": "^8.7.4",
"@zhuowenli/vue-feather-icons": "^5.0.2",
"crypto-js": "^4.1.1",
"file-select-dialog": "^1.5.4",
"firebase": "^9.8.3",
"hotkeys-js": "^3.9.4",
"joi": "^17.6.0",
"legally": "^3.5.10",
"pinia": "^2.0.14",
"pinia-plugin-firestore-sync": "^1.1.0",
"sass": "^1.52.3",
"snarkdown": "^2.0.0",
"uuid": "^8.3.2",
"vee-validate": "^4.5.11",
"vue": "^3.2.37",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.16",
"vue-use": "^0.2.0"
},
"devDependencies": {
"@types/crypto-js": "^4.1.1",
"@types/tailwindcss": "^3.0.10",
"@types/uuid": "^8.3.4",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-jsdoc": "^0.3.38",
"prettier-plugin-tailwindcss": "^0.1.11",
"rollup": "^2.75.6",
"rollup-plugin-visualizer": "^5.6.0",
"tailwindcss": "^3.1.3",
"typescript": "^4.7.4",
"unplugin-icons": "^0.14.5",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.12",
"vite-plugin-md": "^0.14.2",
"vue-tsc": "^0.34.17"
}
}