-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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": "gx-credentials",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@airgap/beacon-sdk": "^4.0.1",
"@material-tailwind/react": "^2.0.3",
"@spruceid/didkit-wasm": "^0.2.1",
"@taquito/taquito": "^16.1.2",
"@taquito/utils": "^16.1.2",
"@types/node": "18.15.13",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"firebase": "^9.21.0",
"multer": "^1.4.5-lts.1",
"next": "13.3.0",
"next-auth": "^4.22.1",
"next-connect": "^1.0.0",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.4",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/multer": "^1.4.7",
"@types/uuid": "^9.0.1",
"@wasm-tool/wasm-pack-plugin": "^1.7.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.8"
},
"browser": {
"fs": false,
"os": false,
"path": false
}
}