-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.7 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": "project_kpi",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite --port 8095",
"build": "run-p type-check build-only",
"preview": "vite preview --host --port 443",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --ignore-path .gitignore"
},
"dependencies": {
"@azure/core-http": "^3.0.3",
"@azure/msal-browser": "^2.38.3",
"@azure/storage-blob": "^12.17.0",
"@floating-ui/vue": "^1.0.2",
"@fluentui/web-components": "^2.5.16",
"@headlessui/vue": "^1.7.16",
"@microsoft/fast-element": "^1.12.0",
"@vitejs/plugin-basic-ssl": "^1.0.1",
"@vuepic/vue-datepicker": "^7.1.0",
"@vueuse/core": "^10.6.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"pinia": "^2.1.7",
"vue": "^3.3.2",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@babel/types": "^7.23.3",
"@rushstack/eslint-patch": "^1.5.1",
"@tsconfig/node18": "^2.0.1",
"@types/lodash": "^4.14.201",
"@types/node": "^18.18.9",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.4.1",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.18.1",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"typescript": "~5.0.4",
"vite": "^4.5.0",
"vue-eslint-parser": "^9.3.2",
"vue-tsc": "^1.8.22"
}
}