-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 839 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 839 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
{
"name": "wuzzy-docs",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "rspress build",
"deploy:arweave": "npx tsx scripts/deploy.ts",
"deploy:static": "npx wrangler pages deploy /usr/src/app/doc_build --project-name=$PROJECT_NAME",
"dev": "rspress dev",
"format": "prettier --write .",
"generate:seo": "npx tsx scripts/generate-seo-files.ts",
"lint": "eslint .",
"preview": "rspress preview"
},
"dependencies": {
"rspress": "^1.40.2"
},
"devDependencies": {
"@ar.io/sdk": "^3.18.3",
"@ardrive/turbo-sdk": "^1.30.0",
"@eslint/js": "^9.19.0",
"@types/node": "^18.11.17",
"dotenv": "^17.2.3",
"eslint": "^9.19.0",
"glob": "^11.0.3",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"tsx": "^4.20.6",
"typescript-eslint": "^8.22.0"
}
}