-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.8 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
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@wault/website",
"version": "1.0.0",
"private": false,
"scripts": {
"analyze": "cross-env ANALYZE=true next build",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/system": "^5.0.0",
"@next/bundle-analyzer": "^12.0.2",
"@wault/category": "git+https://github.com/wault-app/category.git",
"@wault/platforms": "git+https://github.com/wault-app/platforms.git",
"@wault/totp": "git+https://github.com/wault-app/totp.git",
"@wault/typings": "git+https://github.com/wault-app/typings.git",
"coingecko-api-v3": "0.0.12",
"crypto-js": "^4.0.0",
"ethers": "^5.5.1",
"fuse.js": "^6.4.6",
"next": "^12.0.2",
"next-pwa": "^5.2.24",
"nextjs-progressbar": "0.0.11",
"node-forge": "^0.10.0",
"notistack": "^2.0.2",
"papaparse": "^5.3.1",
"pbkdf2": "^3.1.2",
"platform": "^1.3.6",
"qrcode": "^1.4.4",
"react": "^17.0.2",
"react-credit-cards": "^0.8.3",
"react-dom": "^17.0.2",
"react-transition-group": "^4.4.2",
"socket.io-client": "^4.1.3",
"zod": "^3.2.0"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/bcryptjs": "^2.4.2",
"@types/crypto-js": "^4.0.1",
"@types/node": "^15.6.1",
"@types/node-forge": "^0.10.0",
"@types/papaparse": "^5.2.6",
"@types/payment": "^2.1.3",
"@types/platform": "^1.3.4",
"@types/qrcode": "^1.4.0",
"@types/react": "^17.0.8",
"@types/react-credit-cards": "^0.8.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.0",
"next-secure-headers": "^2.2.0",
"typescript": "^4.3.5"
}
}