-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
47 lines (47 loc) · 1.3 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
{
"name": "durger-king-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.13",
"@tonconnect/sdk": "^2.1.3",
"@tonconnect/ui-react": "^1.0.0-beta.5",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.36.0",
"eslint-config-next": "12.3.3",
"eslint-config-react-app": "^7.0.1",
"next": "12.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"ton": "^13.3.0",
"ton-core": "0.48.0",
"ton-crypto": "^3.2.0",
"typescript": "4.9.5",
"@orbs-network/ton-access": "^2.3.3",
"@tonpay/react": "^0.1.8",
"@tonpay/sdk": "^2.4.9"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard-with-typescript": "^32.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.1",
"prettier": "^2.4.1"
}
}