-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.54 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
{
"name": "valid-proof",
"private": true,
"version": "0.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"optimize": "vite optimize",
"translations": "i18next"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@bloock/sdk": "^2.9.4",
"@sentry/react": "^8.32.0",
"@sentry/vite-plugin": "^2.22.4",
"antd": "^5.20.0",
"date-fns": "^3.6.0",
"i18next": "^23.12.2",
"i18next-browser-languagedetector": "^8.0.0",
"iconoir-react": "^7.8.0",
"isomorphic-fetch": "^3.0.0",
"magic-bytes.js": "^1.10.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-extension-icons": "^1.1.6",
"react-i18next": "^15.0.0",
"react-pdf": "^9.1.0",
"react-router-dom": "^6.26.0"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.9",
"i18next-parser": "^9.0.1",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-top-level-await": "^1.4.2",
"vite-plugin-wasm": "^3.3.0"
}
}