-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "drm_zama",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@types/react-router-hash-link": "^2.4.9",
"animate.css": "^4.1.1",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"buffer": "^6.0.3",
"fhevm": "^0.4.0",
"fhevmjs": "^0.4.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.2",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.2.0",
"react-on-screen": "^2.1.1",
"react-router-dom": "^6.23.0",
"react-router-hash-link": "^2.4.3",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"@types/react": "^18.2.14",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.44.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.1",
"gh-pages": "^6.1.1",
"ipfs-http-client": "^60.0.1",
"prettier": "^3.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
},
"homepage": "https://el-hacen21.github.io/encryptoNFT/"
}