-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
53 lines (53 loc) · 1.6 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
{
"name": "@fireblocks/ncw-web-demo",
"version": "1.0.0",
"description": "The Fireblocks NCW Web Demo in JavaScript",
"keywords": [],
"author": "Gil Amran",
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"build-tailwind": "yarn tailwindcss -i ./src/demo-app/index.css -o public/css/index.css",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"format": "prettier src --write",
"preview": "vite preview"
},
"dependencies": {
"@fireblocks/ncw-js-sdk": "12.5.3",
"base58-js": "^2.0.0",
"classnames": "^2.3.2",
"js-base64": "^3.7.5",
"memfs": "^4.6.0",
"node-forge": "^1.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"socket.io-client": "^4.7.3",
"react-qr-code": "^2.0.12"
},
"devDependencies": {
"@types/gapi": "^0.0.46",
"@types/gapi.auth2": "^0.0.59",
"@types/gapi.client.drive-v3": "^0.0.3",
"@types/node-forge": "^1.3.4",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0-beta.0",
"autoprefixer": "^10.4.14",
"daisyui": "^3.2.1",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"firebase": "^10.4.0",
"postcss": "^8.4.23",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.2",
"tsl-apple-cloudkit": "^0.2.31",
"typescript": "^5.0.3",
"vite": "^4.3.0",
"zustand": "^4.3.8"
}
}