-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.76 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
{
"name": "alfamater_frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"@mui/system": "^5.15.7",
"@mui/x-date-pickers": "^6.19.4",
"@orbs-network/ton-access": "^2.3.3",
"@tanstack/react-query": "^5.20.1",
"@ton/core": "^0.55.0",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^13.10.0",
"@tonconnect/ui-react": "^2.0.0",
"abort-controller": "3.x",
"accept-language-parser": "^1.5.0",
"axios": "1.6.7",
"bcp-47-match": "^2.0.3",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"form-data": "^4.0.0",
"formik": "^2.4.5",
"lodash": "^4.17.21",
"lru-cache": "^10.2.0",
"material-ui-confirm": "^3.0.10",
"next": "14.1.0",
"next-auth": "^4.24.6",
"next-intl": "^3.5.4",
"nookies": "^2.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-infinite-scroll-hook": "^4.1.1",
"react-number-format": "^5.3.1",
"react-toastify": "^10.0.4",
"swr": "^2.2.5",
"tslog": "^4.9.2",
"uuid": "^9.0.1",
"zod": "^3.22.4",
"zod-formik-adapter": "^1.2.0"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"openapi-typescript-codegen": "^0.23.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}