generated from govinda777/twa-govinda-systems-ecomm
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.4 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
{
"name": "ton-starter-twa-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"precommit": "./pipeline.sh",
"prepare": "husky install",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"configbot": "node configure.js",
"test": "jest",
"lint": "eslint .",
"test:cypress": "cypress run",
"test:all": "yarn test && start-server-and-test dev http://localhost:5173 'yarn cypress run'"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/traverse": "7.25.7",
"@orbs-network/ton-access": "^2.2.2",
"@tanstack/react-query": "^5.59.15",
"@testing-library/dom": "^10.0.0",
"@testing-library/react": "^16.1.0",
"@tonconnect/ui-react": "^2.0.0-beta.2",
"@twa-dev/sdk": "^7.10.1",
"axios": "^1.7.9",
"browserify-sign": "^4.2.3",
"buffer": "^6.0.3",
"glob": "^10.2.7",
"is-mobile": "^5.0.0",
"jest-cli": "^29.7.0",
"lucide-react": "^0.461.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.3.1",
"react-router-dom": "^7.1.1",
"styled-components": "^6.1.13",
"ton": "^13.9.0",
"ton-core": "^0.53.0",
"ton-crypto": "^3.2.0",
"use-local-storage": "^3.0.0",
"vite-plugin-node-polyfills": "^0.22.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.8.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@testing-library/jest-dom": "^6.6.3",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@vitejs/plugin-react": "^4.3.2",
"autoprefixer": "^10.4.20",
"concurrently": "^9.0.1",
"cypress": "^13.15.0",
"eslint": "^9.0.0",
"eslint-formatter-table": "^7.32.1",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.9.0",
"husky": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lint-staged": "^15.2.8",
"postcss": "^8.4.49",
"start-server-and-test": "bahmutov/start-server-and-test",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.12",
"vitest": "^2.1.8",
"wait-on": "^8.0.1"
}
}