generated from logue/vite-vuetify-ts-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "frontend",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"lint": "eslint . --fix --ignore-path .gitignore"
},
"dependencies": {
"@mdi/font": "7.0.96",
"@popperjs/core": "^2.11.7",
"@types/babel__core": "^7.20.0",
"axios": "^1.3.4",
"core-js": "^3.8.3",
"fuzzysort": "^2.0.4",
"mavon-editor": "^2.10.4",
"md-editor-v3": "^2.11.0",
"moment": "^2.29.4",
"pdf-viewer-vue": "^0.2.7",
"pinia": "^2.0.34",
"roboto-fontface": "*",
"scrollreveal": "^4.0.9",
"v-calendar": "^3.0.3",
"vue": "^3.2.13",
"vue-file-picker": "^0.0.2",
"vue-file-selector": "^2.0.2",
"vue-router": "^4.0.0",
"vue-scroll-reveal": "github:tserkov/vue-scroll-reveal#v2",
"vuetify": "^3.0.0",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@types/marked": "^4.0.8",
"@types/node": "^18.11.9",
"@types/webfontloader": "^1.6.35",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/eslint-config-typescript": "^11.0.0",
"eslint": "^8.22.0",
"eslint-plugin-vue": "^9.3.0",
"sass": "^1.55.0",
"typescript": "^4.0.0",
"vite": "^3.1.9",
"vite-plugin-vuetify": "^1.0.0-alpha.12",
"vue-tsc": "^1.0.9"
}
}