-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
83 lines (83 loc) · 2.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "3.14xl",
"version": "0.0.1",
"repository": "https://github.com/theoberton/3.14xl.git",
"author": "Oberton",
"license": "MIT",
"homepage": "",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:contracts": "tact --config ./tact.config.json && ts-node-esm --project tsconfig.node.json ./src/contracts/scripts/manager.update-test-wrapper.ts",
"preview": "vite preview",
"test": "jest",
"format": "prettier --write .",
"host": "vite --host",
"lint": "eslint . --fix && tsc --noEmit"
},
"dependencies": {
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.10.13",
"@mui/x-date-pickers": "^5.0.18",
"@orbs-network/ton-access": "^2.2.2",
"@szhsin/react-menu": "^3.5.2",
"@thirdweb-dev/storage": "^1.0.8",
"@ton-community/blueprint": "^0.5.0",
"@ton-community/sandbox": "^0.6.0",
"@ton-community/test-utils": "^0.0.2",
"@tonconnect/ui-react": "^0.0.14",
"@types/jest": "^29.4.0",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"formik": "^2.2.9",
"history": "^5.3.0",
"jest": "^29.4.3",
"lodash": "^4.17.21",
"nprogress": "^0.2.0",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-helmet-async": "^1.3.0",
"react-qr-code": "^2.0.11",
"react-responsive": "^9.0.2",
"react-responsive-modal": "^6.4.1",
"react-router-dom": "^6.8.0",
"react-router-prompt": "^0.5.2",
"react-select": "^5.7.0",
"react-share": "^4.4.1",
"react-spinners": "^0.13.8",
"react-textarea-autosize": "^8.4.0",
"react-use": "^17.4.0",
"short-uuid": "^4.2.2",
"ton-compiler": "^2.3.0",
"ts-jest": "^29.0.5",
"yup": "^1.0.0"
},
"devDependencies": {
"@tact-lang/compiler": "^1.0.0",
"@types/history": "^5.0.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.18",
"@types/nprogress": "^0.2.0",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^8.36.0",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"sass": "^1.57.1",
"ton": "^13.4.1",
"ton-core": "^0.48.0",
"ton-crypto": "^3.2.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"vite": "^4.0.0",
"vite-plugin-node-polyfills": "^0.7.0",
"vite-plugin-svgr": "^2.4.0"
}
}