-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
71 lines (71 loc) · 2.12 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
62
63
64
65
66
67
68
69
70
71
{
"name": "@phala/app",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "^5.14.16",
"@mui/x-data-grid": "^6.17.0",
"@phala/lib": "workspace:*",
"@phala/store": "workspace:*",
"@phala/util": "workspace:*",
"@polkadot/api": "^10.10.1",
"@polkadot/extension-inject": "^0.46.5",
"@polkadot/keyring": "^12.5.1",
"@polkadot/react-identicon": "^3.6.3",
"@polkadot/types": "^10.10.1",
"@polkadot/util": "^12.5.1",
"@talismn/connect-wallets": "^1.2.3",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-query-devtools": "^4.36.1",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"ajv": "^8.12.0",
"date-fns": "^2.30.0",
"decimal.js": "^10.4.3",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.1",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"jotai": "^2.5.0",
"jotai-devtools": "^0.7.0",
"lodash-es": "^4.17.21",
"mutative": "^0.6.0",
"next": "^14.0.1",
"notistack": "^3.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.2",
"react-markdown": "^9.0.0",
"react-snap-carousel": "^0.3.2",
"recharts": "^2.9.2",
"sharp": "^0.32.6",
"swr": "2.2.2",
"typescript": "^5.2.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.0.1",
"@svgr/webpack": "^8.1.0",
"@swc-jotai/debug-label": "^0.1.0",
"@swc-jotai/react-refresh": "^0.1.0",
"@types/lodash-es": "^4.17.10",
"@types/sharp": "^0.32.0"
}
}