-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
35 lines (35 loc) · 915 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
33
34
35
{
"name": "vue-next",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"core-js": "^3.21.1",
"github-markdown-css": "^5.1.0",
"mobx": "^6.4.2",
"tocbot": "^4.18.2",
"virtual-scroll": "^2.2.1",
"vue": "^3.2.31",
"vue-class-component": "^7.2.6",
"vue-property-decorator": "^9.1.2",
"vue-router": "^4"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vue/eslint-config-typescript": "^10.0.0",
"eslint": "^8.10.0",
"eslint-plugin-vue": "^8.5.0",
"typescript": "^4.5.5",
"@vitejs/plugin-vue": "^2.2.2",
"vite-plugin-env-compatible": "^1.1.1",
"vite-plugin-html": "3.0.6",
"vite": "^2.8.4",
"vue-tsc": "^0.32.0",
"sass": "^1.49.9"
}
}