-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "que-toca",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "vite --port 3333 --open",
"build": "vite build",
"preview": "vite preview",
"preview-https": "serve dist"
},
"dependencies": {
"@vueuse/core": "^4.11.2",
"@vueuse/head": "^0.5.1",
"axios": "^0.21.1",
"netlify-cli": "^3.37.37",
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.2.2",
"vue": "^3.0.11",
"vue-i18n": "^9.1.6",
"vue-router": "^4.0.8"
},
"devDependencies": {
"@antfu/eslint-config": "^0.6.5",
"@iconify/json": "^1.1.351",
"@intlify/vite-plugin-vue-i18n": "^2.1.2",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@vitejs/plugin-vue": "^1.2.3",
"@vue/compiler-sfc": "^3.0.11",
"cross-env": "^7.0.3",
"eslint": "^7.27.0",
"https-localhost": "^4.6.5",
"markdown-it-prism": "^2.1.6",
"pnpm": "^6.6.2",
"typescript": "^4.3.2",
"vite": "^2.3.5",
"vite-plugin-components": "^0.10.4",
"vite-plugin-icons": "^0.6.0",
"vite-plugin-md": "^0.6.7",
"vite-plugin-pages": "^0.12.2",
"vite-plugin-pwa": "^0.7.3",
"vite-plugin-vue-layouts": "^0.3.1",
"vite-plugin-windicss": "^0.16.7",
"vue-tsc": "^0.1.7"
}
}