-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.19 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
72
73
74
75
{
"name": "bridge23-app",
"version": "0.1.0",
"license": "SEE LICENSE IN LICENSE",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"deploy": "next build && next export && npx thirdweb@latest upload out"
},
"dependencies": {
"@dfinity/agent": "^0.19.3",
"@dfinity/auth-client": "^0.19.3",
"@dfinity/candid": "^0.19.3",
"@dfinity/identity": "^0.19.3",
"@dfinity/principal": "^0.19.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@google-cloud/vision": "^4.0.2",
"@junobuild/core": "^0.0.44",
"@junobuild/core-peer": "^0.0.1",
"@mui/icons-material": "^5.15.6",
"@mui/lab": "^5.0.0-alpha.144",
"@mui/material": "^5.14.8",
"@mui/styled-engine-sc": "^5.14.8",
"@mui/styles": "^5.14.7",
"@mui/x-charts": "^6.0.0-alpha.11",
"@mui/x-data-grid": "^6.18.2",
"@mui/x-data-grid-premium": "^6.18.2",
"@mui/x-data-grid-pro": "^6.18.2",
"@mui/x-date-pickers": "^6.16.1",
"axios": "^1.5.0",
"browser-image-compression": "^2.0.2",
"currency.js": "^2.0.4",
"dotenv": "^16.3.1",
"ethers": "^5",
"i": "^0.3.7",
"material-ui-popup-state": "^5.0.9",
"mindee": "^4.4.0",
"nanoid": "^4.0.2",
"next": "^13",
"next-pwa": "^5.6.0",
"next-themes": "^0.2.1",
"openai": "^4.19.0",
"openai-api": "^1.3.1",
"qrcode.react": "^3.1.0",
"react": "^18.2",
"react-dom": "^18.2",
"react-select": "^5.7.4",
"react-swipeable-views": "^0.14.0",
"recoil": "^0.7.7",
"styled-components": "^6.0.7"
},
"devDependencies": {
"@types/node": "^18.11.11",
"@types/react": "^18.2.21",
"@types/react-swipeable-views": "^0.13.5",
"eslint": "^8.29.0",
"eslint-config-next": "^13",
"typescript": "^4.9.4"
},
"peerDependencies": {
"@dfinity/agent": "^0.19.3",
"@dfinity/auth-client": "^0.19.3",
"@dfinity/candid": "^0.19.3",
"@dfinity/identity": "^0.19.3",
"@dfinity/principal": "^0.19.3"
},
"author": "Bridge 23 Inc.",
"description": "Bridge 23 App - proprietary project management software"
}