forked from julelang/manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.5 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
{
"devDependencies": {
"vitepress": "^1.0.0-beta.5"
},
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"name": "jule-manual",
"description": "The official manual of [the Jule programming language](https://github.com/julelang/jule).",
"version": "1.0.0",
"dependencies": {
"algoliasearch": "^4.18.0",
"ansi-sequence-parser": "^1.1.0",
"body-scroll-lock": "^4.0.0-beta.0",
"csstype": "^3.1.2",
"esbuild": "^0.17.19",
"estree-walker": "^2.0.2",
"focus-trap": "^7.5.1",
"jsonc-parser": "^3.2.0",
"magic-string": "^0.30.1",
"mark.js": "^8.11.1",
"minisearch": "^6.1.0",
"nanoid": "^3.3.6",
"picocolors": "^1.0.0",
"postcss": "^8.4.24",
"preact": "^10.15.1",
"rollup": "^3.26.0",
"search-insights": "^2.6.0",
"shiki": "^0.14.3",
"source-map-js": "^1.0.2",
"tabbable": "^6.2.0",
"vite": "^4.5.3",
"vscode-oniguruma": "^1.7.0",
"vscode-textmate": "^8.0.0",
"vue": "^3.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/julelang/manual.git"
},
"keywords": [
"manual",
"jule",
"programming",
"docs",
"tutorial"
],
"author": "The Jule team",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/julelang/manual/issues"
},
"homepage": "https://github.com/julelang/manual#readme"
}