-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.33 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
{
"name": "thadmin",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"fmt": "prettier ./*.{js,json} src/**/*.{ts,vue} --write"
},
"dependencies": {
"@babel/core": "7.28.5",
"@popperjs/core": "2.11.8",
"@sentry/tracing": "7.120.4",
"@sentry/vue": "7.120.4",
"axios": "0.27.2",
"bootstrap": "5.3.8",
"core-js": "3.47.0",
"npm-check-updates": "16.3.25",
"qrcode.vue": "3.6.0",
"vue": "3.5.25",
"vue-class-component": "8.0.0-rc.1",
"vue-property-decorator": "9.1.2",
"vue-router": "4.6.4",
"vuex": "4.1.0",
"vuex-module-decorators": "2.0.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.42.1",
"@typescript-eslint/parser": "5.42.1",
"@vue/cli-plugin-babel": "5.0.9",
"@vue/cli-plugin-eslint": "5.0.9",
"@vue/cli-plugin-router": "5.0.9",
"@vue/cli-plugin-typescript": "5.0.9",
"@vue/cli-service": "5.0.9",
"@vue/compiler-sfc": "3.5.25",
"@vue/eslint-config-prettier": "7.1.0",
"@vue/eslint-config-typescript": "11.0.3",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.2",
"eslint-plugin-prettier": "4.2.5",
"eslint-plugin-vue": "8.7.1",
"prettier": "2.8.8",
"typescript": "4.9.5"
}
}