-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.25 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "next-auth-store",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yoshitaka7/next-auth-store.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yoshitaka7/next-auth-store/issues"
},
"homepage": "https://github.com/yoshitaka7/next-auth-store#readme",
"dependencies": {
"@types/react-alert": "^5.2.1",
"bootstrap": "^5.1.3",
"dayjs": "^1.10.7",
"firebase": "^9.4.1",
"next": "12.0.4",
"react": "17.0.2",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-bootstrap": "^2.0.2",
"react-dayjs": "^0.3.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@types/node": "16.11.7",
"@types/react": "17.0.35",
"eslint": "7",
"eslint-config-next": "12.0.4",
"live-server": "^1.2.1",
"npm-run-all": "^4.1.5",
"playwright": "^1.17.1",
"reg-keygen-git-hash-plugin": "^0.11.1",
"reg-notify-github-plugin": "^0.11.1",
"reg-publish-s3-plugin": "^0.11.0",
"reg-suit": "^0.11.1",
"sass": "^1.43.4",
"typescript": "4.4.4"
}
}