generated from yuiseki/scrapbox-nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 735 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 735 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
{
"name": "scrapbox-nextjs-template",
"version": "0.1.0",
"private": true,
"scripts": {
"predev": "npm run fetch-page",
"dev": "next dev",
"prebuild": "npm run fetch-page",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"fetch-page": "bash ./scripts/fetchScrapboxPages.sh"
},
"dependencies": {
"@progfay/scrapbox-parser": "^7.2.0",
"next": "12.1.6",
"playwright-aws-lambda": "^0.7.0",
"react": "18.1.0",
"react-dom": "18.1.0"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.2"
}
}