generated from kouts/vue3-ts-vite-starter-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.66 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
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "vue3-ts-vite-starter-template",
"description": "Vue.js 3 TypeScript / Vite starter template with Pinia, Vue Router, Bootstrap and more.",
"version": "0.0.0-semantic-release",
"license": "MIT",
"repository": "https://github.com/kouts/vue3-ts-vite-starter-template",
"packageManager": "pnpm@8.9.2",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint \"**/*.{vue,ts,js}\"",
"lint-fix": "eslint --fix \"**/*.{vue,ts,js}\"",
"test:unit": "jest",
"typecheck": "vue-tsc --noEmit",
"prepare": "husky install"
},
"dependencies": {
"bootstrap": "^5.3.2",
"pinia": "^2.1.7",
"vue": "^3.3.6",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@fullhuman/postcss-purgecss": "^5.0.0",
"@fullhuman/vue-cli-plugin-purgecss": "^5.0.0",
"@kouts/eslint-config": "^0.0.14",
"@types/jest": "^29.5.6",
"@types/jsdom": "^21.1.4",
"@types/node": "^20.8.7",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-sfc": "^3.3.6",
"@vue/test-utils": "^2.4.1",
"@vue/vue3-jest": "^29.2.6",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.7.0",
"eslint": "^8.52.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"sass": "^1.69.4",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-html": "^3.2.0",
"vue-tsc": "^1.8.19"
}
}