-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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
{
"name": "escrow-playground",
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@cmdcode/buff": "^2.2.5",
"@cmdcode/use-store": "^1.1.2",
"@mantine/core": "^7.8.1",
"@mantine/dates": "^7.8.1",
"@mantine/form": "^7.8.1",
"@mantine/hooks": "^7.8.1",
"@mantine/notifications": "^7.8.1",
"@scrow/hooks": "^0.5.1",
"@scrow/sdk": "^0.15.0",
"@tabler/icons-react": "^3.2.0",
"dayjs": "^1.11.10",
"mantine-form-zod-resolver": "^1.1.0",
"plausible-tracker": "^0.3.8",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-qr-code": "^2.0.12",
"react-router-dom": "^6.23.0",
"react-toastify": "^10.0.5",
"zod": "^3.23.4"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/http-proxy-middleware": "^1.0.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitejs/plugin-react-swc": "^3.6.0",
"chalk": "^5.3.0",
"cors": "^2.8.5",
"eslint": "^9.1.1",
"eslint-plugin-react-hooks": "^4.6.1",
"eslint-plugin-react-refresh": "^0.4.6",
"express": "^4.19.2",
"http-proxy-middleware": "^3.0.0",
"postcss": "^8.4.38",
"postcss-preset-mantine": "^1.14.4",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.75.0",
"tsx": "^4.7.3",
"typescript": "^5.4.5",
"vite": "^5.2.10",
"vite-tsconfig-paths": "^4.3.2"
}
}