-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.09 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
{
"name": "epi-mmb-ocp",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"test": "vitest",
"test:watch": "vitest watch",
"coverage": "vitest run --coverage",
"build:pages": "npm run build"
},
"dependencies": {
"@headlessui/vue": "^1.6.4",
"@heroicons/vue": "^1.0.6",
"@types/file-saver": "^2.0.5",
"file-saver": "^2.0.5",
"highcharts": "^10.0.0",
"highcharts-vue": "^1.4.0",
"lodash-es": "^4.17.21",
"vue": "^3.2.25",
"vue3-popper": "^1.4.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"@types/lodash-es": "^4.17.6",
"@vitejs/plugin-vue": "^2.2.0",
"@vitest/ui": "^0.7.7",
"@vue/test-utils": "^2.0.0-rc.18",
"autoprefixer": "^10.4.4",
"happy-dom": "^2.49.0",
"postcss": "^8.4.12",
"prettier": "^2.6.0",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vitest": "^0.7.7",
"vue-tsc": "^0.29.8"
}
}