-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
73 lines (73 loc) · 2.1 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"type": "module",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"build": "vite-ssg build",
"dev": "vite --port 3333 --open",
"lint": "eslint .",
"preview": "vite preview",
"preview-https": "serve dist",
"test": "vitest",
"test:e2e": "cypress open",
"test:unit": "vitest",
"typecheck": "vue-tsc --noEmit",
"postinstall": "esmo scripts/patch.ts",
"up": "taze major -I"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@vue/apollo-composable": "^4.0.0-beta.1",
"@vueuse/core": "^9.4.0",
"@vueuse/head": "^0.9.8",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"nprogress": "^0.2.0",
"pinia": "^2.0.23",
"prism-theme-vars": "^0.2.4",
"react": "^18.2.0",
"vue": "^3.2.41",
"vue-demi": "^0.13.11",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@antfu/eslint-config": "^0.29.3",
"@iconify-json/carbon": "^1.1.9",
"@intlify/vite-plugin-vue-i18n": "^6.0.3",
"@tailwindcss/typography": "^0.5.7",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/test-utils": "^2.2.1",
"autoprefixer": "^10.4.13",
"critters": "^0.0.16",
"cross-env": "^7.0.3",
"cypress": "^10.11.0",
"eslint": "^8.26.0",
"eslint-plugin-cypress": "^2.12.1",
"esno": "^0.14.1",
"https-localhost": "^4.7.1",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"pnpm": "^7.14.2",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.2",
"taze": "^0.8.3",
"typescript": "^4.8.4",
"unplugin-auto-import": "^0.11.4",
"unplugin-icons": "^0.14.13",
"unplugin-vue-components": "^0.22.9",
"vite": "^3.2.2",
"vite-plugin-inspect": "^0.7.7",
"vite-plugin-pages": "^0.27.1",
"vite-plugin-pwa": "^0.13.2",
"vite-plugin-vue-inspector": "1.1.3",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vue-markdown": "^0.22.1",
"vite-ssg": "^0.21.2",
"vite-ssg-sitemap": "^0.4.3",
"vitest": "^0.24.5",
"vue-tsc": "^1.0.9"
}
}