-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.5 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
{
"name": "GIVEDREAM",
"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",
"@headlessui/react": "^1.7.14",
"@orbs-network/ton-access": "^2.3.3",
"@ton/core": "^0.56.3",
"@ton/crypto": "^3.2.0",
"@ton/ton": "^13.11.1",
"@tonconnect/ui-react": "^2.0.0",
"@types/node": "18.16.1",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"autoprefixer": "10.4.14",
"react-toastify": "^10.0.4",
"chart.js": "^4.2.1",
"clsx": "^1.2.1",
"eslint": "8.39.0",
"eslint-config-next": "13.3.1",
"next": "^13.5.6",
"next-auth": "^4.24.6",
"date-fns": "^2.30.0",
"formik": "^2.4.5",
"next-intl": "^3.5.4",
"postcss": "^8.1.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"styled-components": "^5.3.10",
"tailwindcss": "3.3.2",
"typescript": "5.0.4",
"vite-plugin-node-polyfills": "^0.21.0"
},
"devDependencies": {
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.1.1",
"sass": "^1.62.1"
},
"main": "index.js",
"license": "MIT"
}