forked from Whispers-ai/whispers-bed-allocation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.21 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
{
"name": "whispers-bed-allocation",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit",
"build:prod": "vite build --mode production",
"build:test": "vite build --mode test"
},
"dependencies": {
"@looker/embed-sdk": "^1.8.5",
"@primevue/themes": "^4.0.7",
"@tabler/icons-vue": "^3.7.0",
"amazon-cognito-identity-js": "^6.3.12",
"axios": "^0.25.0",
"global": "^4.4.0",
"pinia": "^2.0.23",
"primeicons": "^7.0.0",
"primevue": "^4.0.7",
"process": "^0.11.10",
"tom-select": "^2.3.1",
"vite-plugin-commonjs": "^0.10.3",
"vue": "^3.2.41",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@types/node": "^16.18.112",
"@vitejs/plugin-vue": "^3.2.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vue/tsconfig": "^0.1.3",
"babel-loader": "^9.1.3",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"vite": "^3.1.8",
"vue-tsc": "^1.0.8"
}
}