forked from windicss/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.78 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
{
"private": true,
"license": "MIT",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve",
"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 ./",
"lint:fix": "eslint --fix --ext .js,.ts,.md,.vue ./",
"analysis": "windicss-analysis"
},
"dependencies": {
"@docsearch/css": "^1.0.0-alpha.28",
"@docsearch/js": "^1.0.0-alpha.28",
"@vueuse/core": "^4.11.1",
"@vueuse/integrations": "^4.11.1",
"@windicss/shared-components": "*",
"@windicss/vitepress-theme": "*",
"axios": "^0.21.1",
"codemirror": "^5.61.1",
"codemirror-theme-vars": "^0.1.1",
"json5": "^2.2.0",
"lz-string": "^1.4.4",
"mitt": "^2.1.0",
"prism-theme-vars": "^0.2.2",
"prismjs": "^1.23.0",
"splitpanes": "^3.0.4",
"vue": "^3.0.11",
"vue-board": "^0.0.5",
"windicss": "^3.0.12"
},
"devDependencies": {
"@antfu/eslint-config": "^0.6.5",
"@antfu/utils": "^0.1.6",
"@docsearch/react": "^1.0.0-alpha.28",
"@iconify/json": "^1.1.350",
"@types/codemirror": "^5.60.0",
"@types/lz-string": "^1.3.34",
"@types/node": "^15.6.1",
"@types/prismjs": "^1.16.5",
"@types/resolve": "^1.20.0",
"@vitejs/plugin-vue": "^1.2.2",
"esbuild-register": "^2.5.0",
"eslint": "^7.27.0",
"eslint-plugin-jsonc": "^1.2.1",
"eslint-plugin-markdown": "^2.2.0",
"resolve": "^1.20.0",
"typescript": "^4.3.2",
"vite": "^2.3.4",
"vite-plugin-components": "^0.10.4",
"vite-plugin-icons": "^0.6.0",
"vite-plugin-restart": "^0.0.2",
"vite-plugin-windicss": "^0.16.7",
"vitepress": "^0.14.0",
"windicss-analysis": "^0.2.0"
}
}