-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1018 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1018 Bytes
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
{
"name": "aiscript-docs",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rspress build",
"check": "biome check --write",
"dev": "rspress dev",
"format": "prettier --write .",
"lint": "eslint .",
"preview": "rspress preview"
},
"dependencies": {
"react-markdown": "^10.0.0",
"react-syntax-highlighter": "^15.6.1"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@eslint/js": "^9.19.0",
"@rsbuild/plugin-sass": "^1.2.2",
"@rsbuild/plugin-yaml": "^1.0.2",
"@types/node": "^18.11.17",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"rsbuild-plugin-open-graph": "1.0",
"rspress": "2.0.0-beta.4",
"@rspress/plugin-llms": "2.0.0-beta.4",
"rspress-plugin-sitemap": "^1.1",
"typescript-eslint": "^8.22.0"
},
"description": "AIScript - The next generation language for human and AI.",
"directories": {
"doc": "docs"
},
"keywords": [],
"author": "Folyd",
"license": "ISC"
}