-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 856 Bytes
/
package.json
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
{
"name": "masakinihirota-app",
"version": "0.1.0",
"description": "masakinihirotaウェブアプリ",
"repository": "https://github.com/masakinihirota/masakinihirota-app.git",
"homepage": "https://masakinihirota.com/",
"main": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"test": "jest"
},
"author": "masakinihirota",
"license": "MIT",
"dependencies": {
"next": "^11.0.0",
"next-auth": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"sqlite3": "^5.0.2"
},
"devDependencies": {
"@types/node": "^16.4.13",
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"eslint": "^7.32.0",
"eslint-config-next": "^11.0.1",
"jest": "^27.0.6",
"typescript": "^4.3.5"
}
}