forked from cuit-nlp/cuit-nlp.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.16 KB
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
{
"name": "cuit-nlp.github.io",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"algoliasearch": "^4.19.1",
"ansi-sequence-parser": "^1.1.1",
"body-scroll-lock": "^4.0.0-beta.0",
"csstype": "^3.1.2",
"esbuild": "^0.18.20",
"estree-walker": "^2.0.2",
"focus-trap": "^7.5.2",
"jsonc-parser": "^3.2.0",
"magic-string": "^0.30.2",
"mark.js": "^8.11.1",
"minisearch": "^6.1.0",
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",
"postcss": "^8.4.27",
"preact": "^10.16.0",
"rollup": "^3.28.0",
"search-insights": "^2.7.0",
"shiki": "^0.14.3",
"source-map-js": "^1.0.2",
"tabbable": "^6.2.0",
"vite": "^4.4.9",
"vscode-oniguruma": "^1.7.0",
"vscode-textmate": "^8.0.0",
"vue": "^3.3.4",
"vue-demi": "^0.14.5"
},
"devDependencies": {
"vitepress": "^1.0.0-rc.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "vitepress dev docs --open",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
},
"keywords": [],
"author": "",
"license": "ISC"
}