-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.9 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
56
57
58
59
60
61
62
63
64
{
"name": "vue3-ts-happysooner-web",
"version": "0.0.0",
"license": "MIT",
"author": {
"name": "unliar",
"email": "[email protected]",
"url": "https://happysooner.com/about"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "pretty-quick --staged",
"wlint": "prettier --write ./src",
"postinstall": "husky install",
"test": "jest --coverage"
},
"dependencies": {
"@geist-ui/themes": "^1.1.0",
"@geist-ui/typography": "^1.0.1",
"@vueuse/head": "^0.2.3",
"axios": "^0.21.4",
"dayjs": "^1.11.10",
"highlight.js": "^10.7.3",
"js-cookie": "^2.2.1",
"markdown-it": "^12.3.2",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-global-api": "^0.2.4",
"vue-router": "^4.3.0",
"vue-toastification": "2.0.0-rc.5",
"vuex": "^4.1.0"
},
"devDependencies": {
"@babel/preset-env": "^7.24.3",
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@types/jest": "^25.2.3",
"@types/js-cookie": "^2.2.7",
"@types/markdown-it": "^12.2.3",
"@types/node": "^14.18.63",
"@types/nprogress": "^0.2.3",
"@vitejs/plugin-legacy": "^1.8.2",
"@vitejs/plugin-vue": "^1.10.2",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vue/compiler-sfc": "^3.4.21",
"@vue/test-utils": "^2.4.5",
"@vuedx/typecheck": "^0.6.3",
"@vuedx/typescript-plugin-vue": "^0.6.3",
"husky": "^5.2.0",
"jest": "^25.5.4",
"prettier": "2.2.1",
"pretty-quick": "^3.3.1",
"typescript": "^4.9.5",
"vite": "^2.9.17",
"vue-jest": "5.0.0-alpha.10"
},
"volta": {
"node": "16.20.2",
"pnpm": "8.15.1"
}
}