-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.27 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.27 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
49
50
51
52
53
54
55
56
{
"name": "omniscript-site",
"version": "1.0.0",
"description": "OmniScript Format - Official Website and Documentation",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"export": "next build && next export"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"next": "^15.5.9",
"omniscript-converters": "^1.3.0",
"omniscript-parser": "^1.3.0",
"phosphor-react": "^1.4.1",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@types/node": "24.8.1",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.38.0",
"eslint-config-next": "^15.5.9",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
},
"overrides": {
"glob": "10.5.0",
"js-yaml": "4.1.1"
},
"engines": {
"node": ">=22.20.0",
"bun": ">=1.3.0"
},
"packageManager": "bun@1.3.0",
"keywords": [
"omniscript",
"osf",
"documentation",
"llm",
"ai",
"document-format"
],
"author": "Alphin Tom",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/OmniScriptOSF/omniscript-site.git"
}
}