This repository has been archived by the owner on Dec 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
65 lines (65 loc) · 2 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
{
"name": "workshop-tbdex-abc-wallet",
"private": true,
"version": "0.0.18",
"type": "module",
"scripts": {
"style": "tailwindcss -i ./src/styles/index.css -o ./dist/output.css",
"dev": "npm run style && vite",
"build": "npm run style && tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "1.7.15",
"@heroicons/react": "2.0.18",
"@rjsf/core": "5.9.0",
"@rjsf/utils": "5.9.0",
"@rjsf/validator-ajv8": "5.9.0",
"@tailwindcss/forms": "0.5.3",
"@tbdex/http-client": "0.26.0",
"@web5/common": "0.2.3",
"@web5/credentials": "0.4.2",
"@web5/crypto": "0.4.0",
"@web5/dids": "0.4.1",
"country-flag-icons": "^1.5.7",
"country-list": "^2.3.0",
"currency.js": "2.0.4",
"dayjs": "1.11.9",
"hotkeys-js": "^3.12.0",
"jwt-decode": "4.0.0",
"react": "^18.2.0",
"react-date-picker": "^10.5.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-international-phone": "^3.1.2",
"react-phone-number-input": "^3.3.6",
"react-router-dom": "^6.14.2",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"typeid-js": "^0.5.0",
"vite-plugin-node-polyfills": "^0.16.0"
},
"devDependencies": {
"@tailwindcss/forms": "0.5.3",
"@types/node": "^20.5.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
"crypto-browserify": "^3.12.0",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"msw": "^2.2.3",
"node-stdlib-browser": "^1.2.0",
"process": "0.11.10",
"stream-browserify": "^3.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.5.2",
"vite-plugin-commonjs": "^0.10.0",
"vite-plugin-node-stdlib-browser": "^0.2.1"
}
}