-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "aipg-documentation",
"version": "0.0.1",
"description": "AI Power Grid Documentation",
"scripts": {
"prebuild": "node --test tests/social-preview.test.mjs",
"check:claims": "node scripts/check-current-claims.mjs",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AIPowerGrid/aipg-documentation.git"
},
"author": "Zachary Price",
"license": "MIT",
"bugs": {
"url": "https://github.com/AIPowerGrid/aipg-documentation/issues"
},
"homepage": "https://github.com/AIPowerGrid/aipg-documentation#readme",
"dependencies": {
"next": "15.5.25",
"nextra": "3.3.1",
"nextra-theme-docs": "3.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^20.11.0",
"typescript": "^5.4.0"
},
"overrides": {
"@xmldom/xmldom": "0.9.12",
"dompurify": "3.4.14",
"js-yaml": "3.15.2",
"mermaid": "11.17.0",
"postcss": "8.5.26",
"sharp": "0.35.4"
}
}