-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 920 Bytes
/
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
{
"name": "gib-potato",
"type": "module",
"private": true,
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"preview": "vite preview"
},
"dependencies": {
"@sentry/vite-plugin": "^3.0.0",
"@sentry/vue": "^9.0.0-alpha.0",
"axios": "^1.7.9",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue-select": "^4.0.0-beta.6",
"vuex": "^4.1.0"
},
"devDependencies": {
"@codecov/vite-plugin": "^1.8.0",
"@rushstack/eslint-patch": "^1.10.5",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-prettier": "^10.2.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^9.32.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"vite": "^6.0.11"
},
"overrides": {
"@sentry/core": "^9.0.0-alpha.0"
}
}