forked from wilfredinni/python-cheatsheet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.19 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
74
75
76
77
78
79
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite-ssg build",
"preview": "vite preview",
"test": "vitest --run",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit",
"fetch-contributors": "esno scripts/fetch-contributors.ts"
},
"dependencies": {
"@docsearch/js": "^3.3.2",
"@headlessui/vue": "^1.7.9",
"@vueuse/core": "^9.12.0",
"@vueuse/head": "^0.9.8",
"pinia": "^2.0.30",
"prism-theme-vars": "^0.2.4",
"vue": "^3.2.47",
"vue-gtag": "^2.0.1",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/fs-extra": "^9.0.13",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-link-attributes": "^3.0.1",
"@types/node": "18.8.0",
"@types/string": "0.0.31",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/compiler-dom": "^3.2.47",
"@vue/test-utils": "^2.2.10",
"autoprefixer": "^10.4.13",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-vue": "^9.9.0",
"esno": "^0.16.3",
"fs-extra": "^10.1.0",
"happy-dom": "^5.4.0",
"markdown-it": "^13.0.1",
"markdown-it-anchor": "^8.6.6",
"markdown-it-link-attributes": "^4.0.1",
"markdown-it-prism": "^2.3.0",
"ohmyfetch": "^0.4.21",
"pnpm": "^7.26.3",
"postcss": "^8.4.21",
"prettier": "^2.8.3",
"prettier-plugin-tailwindcss": "^0.1.13",
"prismjs": "^1.29.0",
"string": "^3.3.3",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5",
"unplugin-auto-import": "^0.12.2",
"unplugin-vue-components": "^0.22.12",
"vite": "^3.2.5",
"vite-plugin-pages": "^0.26.0",
"vite-plugin-pwa": "^0.13.3",
"vite-plugin-vue-layouts": "^0.7.0",
"vite-plugin-vue-markdown": "^0.22.4",
"vite-ssg": "^0.21.2",
"vite-ssg-sitemap": "^0.4.3",
"vitest": "^0.24.5",
"vue-tsc": "^1.0.24"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"react",
"react-dom",
"@types/react"
]
}
}
}