-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 925 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
35
{
"name": "birthstone",
"version": "1.0.0",
"description": "ソシャゲの周年記念一覧。この日付近に始めるとたくさん石を貰えるよ",
"main": "index.js",
"scripts": {
"build": "next build && next export"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sadnessOjisan/birthstone.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sadnessOjisan/birthstone/issues"
},
"homepage": "https://github.com/sadnessOjisan/birthstone#readme",
"devDependencies": {
"@types/react": "^17.0.24",
"firebase-tools": "^9.18.0",
"typescript": "^4.4.3"
},
"dependencies": {
"@stitches/react": "^1.2.1",
"calendarize": "^1.1.1",
"firebase": "^9.1.1",
"localforage": "^1.10.0",
"next": "^11.1.2",
"next-pwa": "^5.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"zod": "^3.8.2"
}
}