-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.43 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write .",
"lint": "eslint .",
"lint:type": "vue-tsc --noEmit"
},
"dependencies": {
"@vueuse/core": "^9.9.0",
"@vueuse/head": "^1.0.22",
"nprogress": "^0.2.0",
"pinia": "^2.0.28",
"vue": "^3.2.45",
"vue-i18n": "^9.2.2",
"vue-router": "^4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.34.0",
"@iconify/json": "^2.1.158",
"@intlify/unplugin-vue-i18n": "^0.8.1",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.8",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.11.18",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.0.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.6",
"markdown-it-attrs": "^4.1.6",
"markdown-it-prism": "^2.3.0",
"markdown-it-prism-backticks": "^1.3.0",
"postcss": "^8.4.20",
"postcss-import": "^15.1.0",
"prettier": "2.8.1",
"prettier-plugin-tailwindcss": "^0.2.1",
"prismjs": "^1.29.0",
"slugify": "^1.6.5",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"unplugin-icons": "^0.14.15",
"unplugin-vue-components": "^0.22.12",
"vite": "^4.0.3",
"vite-plugin-vue-markdown": "^0.22.1",
"vue-tsc": "^1.0.18"
}
}