-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 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
{
"name": "firebase-embedded-signer-nextjs",
"version": "1.0.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier -w \"**/*.ts\" \"**/*.tsx\""
},
"dependencies": {
"@openfort/openfort-js": "^0.8.17",
"@openfort/openfort-node": "^0.6.62",
"ethers": "5.7.2",
"axios": "^1.6.8",
"firebase": "^9.12.1",
"firebase-admin": "^9.11.1",
"js-cookie": "^3.0.5",
"next": "^12.3.1",
"nookies": "^2.5.2",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@types/react": "18.2.65",
"autoprefixer": "^10.3.4",
"eslint": "7.32.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-import": "^0.13.0",
"eslint-config-next": "^12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"lint-staged": "^13.0.3",
"postcss": "^8.3.6",
"prettier": "^2.7.1",
"tailwindcss": "^2.2.15",
"typescript": "5.0.4"
},
"packageManager": "[email protected]"
}