-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.35 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
{
"name": "msdb-frontend",
"version": "0.0.0",
"private": true,
"scripts": {
"lint": "eslint . --ext .ts,.js,.vue",
"lint:fix": "eslint . --ext .ts,.js,.vue --fix",
"dev": "vite",
"build": "vite build"
},
"dependencies": {
"@bundled-es-modules/axios": "^0.21.1",
"@mdi/font": "^5.8.55",
"@sentry-internal/eslint-config-sdk": "^5.30.0",
"@sentry/browser": "^5.29.2",
"@sentry/integrations": "^5.29.2",
"@types/chart.js": "^2.9.29",
"chart.js": "^2.9.4",
"date-fns": "^2.16.1",
"vue": "^3.0.4",
"vue-browserupdate": "^1.2.0",
"vue-router": "^4.0.2"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@vue/compiler-sfc": "^3.0.4",
"cypress": "^6.2.1",
"eslint": "^7.17.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-cypress": "^2.11.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-typescript": "^0.14.0",
"eslint-plugin-unused-imports": "^1.0.1",
"eslint-plugin-vue": "^7.4.1",
"sass": "^1.32.2",
"typescript": "^4.1.3",
"vite": "^1.0.0-rc.13"
}
}