-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.47 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.47 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
{
"name": "lekkersicko",
"version": "2.3.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host --port 4242",
"build": "vite build",
"preview": "vite preview --host",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix",
"prettier:check": "prettier --check '**/*.{vue,ts,tsx,js,md,mdx,css,scss,yaml,json}'",
"prettier:format": "prettier --write '**/*.{vue,ts,tsx,js,md,mdx,css,scss,yaml,json}'",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^14.2.1",
"bootstrap": "^5.3.8",
"lodash.debounce": "^4.0.8",
"npm-check-updates": "^19.6.0",
"pathe": "^2.0.3",
"pinia": "^3.0.4",
"vue": "^3.5.29",
"vue-gtag": "^3.7.0",
"vue-router": "^5.0.3",
"vue3-toastify": "^0.2.8"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.16.1",
"@vitejs/plugin-vue": "^6.0.4",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/tsconfig": "^0.8.1",
"eslint": "^10.0.2",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-vue": "^10.8.0",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"sass": "^1.97.3",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-pwa": "^1.2.0",
"vue-tsc": "^3.2.5",
"vue-eslint-parser": "^10.4.0"
}
}