-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
63 lines (63 loc) · 1.9 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
{
"private": true,
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"dev": "vitepress dev",
"functions": "netlify dev",
"build": "vue-tsc --noEmit && vitepress build",
"serve": "vitepress serve --port 4000",
"crawl": "docker run --rm -it --env-file=.algolia/.env -e \"CONFIG=$(cat .algolia/config.json | jq -r tostring)\" algolia/docsearch-scraper",
"lint": "eslint . --ext .js,.ts,.md,.vue,.json",
"lint:fix": "pnpm lint --fix",
"analysis": "windicss-analysis"
},
"dependencies": {
"@docsearch/css": "3.0.0",
"@docsearch/js": "3.0.0",
"@vueuse/core": "^7.7.0",
"@windicss/shared-components": "^0.1.8",
"codemirror": "^5.65.2",
"codemirror-theme-vars": "^0.1.1",
"json5": "^2.2.0",
"lz-string": "^1.4.4",
"mitt": "^3.0.0",
"pnpm": "^6.35.1",
"preact": "^10.6.6",
"prism-theme-vars": "^0.2.2",
"prismjs": "^1.27.0",
"splitpanes": "^3.1.1",
"vue": "^3.2.31",
"windicss": "^3.5.1"
},
"devDependencies": {
"@antfu/utils": "^0.5.0",
"@hannoeru/eslint-config": "^0.6.0",
"@iconify/json": "^2.1.10",
"@netlify/functions": "^1.0.0",
"@types/codemirror": "^5.60.5",
"@types/lz-string": "^1.3.34",
"@types/markdown-it": "^12.2.3",
"@types/node": "^17.0.21",
"@types/prismjs": "^1.26.0",
"@types/resolve": "^1.20.1",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/compiler-sfc": "^3.2.31",
"axios": "^0.26.0",
"esbuild": "^0.14.24",
"eslint": "^8.10.0",
"eslint-plugin-markdown": "^2.2.1",
"markdown-it": "^12.3.2",
"netlify-cli": "^9.12.3",
"resolve": "^1.22.0",
"typescript": "^4.6.2",
"unplugin-icons": "^0.13.2",
"unplugin-vue-components": "^0.17.21",
"vite": "2.8.6",
"vite-plugin-restart": "^0.1.1",
"vite-plugin-windicss": "^1.8.2",
"vitepress": "^0.22.3",
"vue-tsc": "^0.32.1",
"windicss-analysis": "^0.3.5"
}
}