-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.46 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
84
85
86
87
88
89
90
91
92
93
94
{
"name": "hydra-app-ts",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"@heroicons/react": "^2.1.1",
"@meshsdk/core": "^1.5.11-beta.3",
"@meshsdk/react": "^1.1.9",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@tanstack/react-query": "^5.12.2",
"assert": "^2.1.0",
"autoprefixer": "^10.4.16",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"crypto-browserify": "^3.12.0",
"dgram": "^1.0.1",
"dns.js": "^1.0.1",
"dotenv": "^16.4.5",
"error-stack-parser": "^2.1.4",
"esbuild": "0.18.11",
"esbuild-plugin-polyfill-node": "^0.3.0",
"esbuild-plugin-wasm": "^1.1.0",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"hydra-auction-offchain": "^0.3.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.31",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-mixpanel-browser": "^4.1.0",
"react-router-dom": "^6.20.1",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.4",
"react-use-websocket": "^3.0.0",
"spago": "^0.21.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^4.9.5",
"url": "^0.11.3",
"util": "^0.12.5",
"web-vitals": "^2.1.4",
"zod": "^3.22.4"
},
"scripts": {
"start": "craco start",
"build": "craco build --config ./craco.buildconfig.js",
"test": "jest",
"eject": "react-scripts eject",
"test-v": "vitest"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.4.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"jest": "^29.0.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^24.1.1",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.2.4",
"vitest": "^2.0.5"
}
}