-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
32 lines (32 loc) · 896 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
{
"name": "cargo-bikes-size-comparator",
"version": "2.19.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"version": "npm run build && git add -f dist",
"postversion": "git push && git push --tags"
},
"dependencies": {
"vue": "^3.5.13",
"vue-i18n": "^10.0.4",
"vue-matomo": "^4.2.0",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-prettier": "^10.1.0",
"eslint": "^9.15.0",
"eslint-plugin-vue": "^9.31.0",
"prettier": "^3.3.3",
"sass": "^1.81.0",
"vite": "^5.4.11",
"vite-imagetools": "^7.0.4",
"vite-plugin-vue-devtools": "^7.6.4"
}
}