-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"private": true,
"packageManager": "pnpm@7.11.0",
"scripts": {
"build": "vite build",
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview",
"test": "vitest",
"up": "taze major -I"
},
"dependencies": {
"@github/markdown-toolbar-element": "^2.1.1",
"@vueuse/core": "^9.3.1",
"markdown-it": "^13.0.1",
"sass": "^1.55.0",
"simplemde": "^1.11.2",
"vue": "^3.2.41",
"vue-router": "^4.1.5",
"vue-simplemde": "^2.1.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.27.0",
"@iconify-json/carbon": "^1.1.9",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.11.0",
"@unocss/reset": "^0.45.29",
"@vitejs/plugin-vue": "^3.1.2",
"@vue/test-utils": "^2.1.0",
"eslint": "^8.25.0",
"jsdom": "^20.0.1",
"pnpm": "^7.13.5",
"taze": "^0.8.2",
"typescript": "^4.8.4",
"unocss": "^0.45.29",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.8",
"vite": "^3.1.8",
"vite-plugin-pages": "^0.26.0",
"vitest": "^0.24.3",
"vue-tsc": "^1.0.8"
},
"eslintConfig": {
"extends": "@antfu"
}
}