forked from 1IxI1/tvm-viewer
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
58 lines (58 loc) · 1.8 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
{
"name": "tvm-retracer",
"private": true,
"version": "0.0.2",
"main": "dist/index.js",
"files": [
"dist/**/*"
],
"homepage": "https://retracer.ton.org/",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@orbs-network/ton-access": "^2.3.3",
"@ton/core": "^0.59.0",
"@ton/crypto": "3.2.0",
"@ton/sandbox": "0.21.0-beta.1",
"@ton/test-utils": "^0.3.1",
"@ton/ton": "^13.11.0",
"bigint-buffer": "^1.1.5",
"buffer": "^6.0.3",
"express": "^4.18.3",
"framer-motion": "^11.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite-plugin-require": "^1.2.14"
},
"devDependencies": {
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^18.15.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"gh-pages": "^6.1.1",
"jest": "^29.7.0",
"nodemon": "^3.1.0",
"ts-jest": "^29.2.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2",
"vite": "^5.3.1"
}
}