-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 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
54
55
56
57
58
59
60
61
62
63
{
"name": "vite-react",
"description": "Mitmeo Vault",
"version": "0.0.0",
"author": {
"name": "Hugh Hoang",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/hxhieu/keepract/issues"
},
"dependencies": {
"@ant-design/colors": "^6.0.0",
"@ant-design/icons": "^4.6.3",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@sentry/browser": "^6.11.0",
"@types/gapi": "^0.0.41",
"@types/gapi.client.drive": "^3.0.13",
"@types/react": "^17.0.19",
"@types/react-copy-to-clipboard": "^5.0.1",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@vitejs/plugin-react-refresh": "^1.3.6",
"antd": "^4.16.13",
"firebase": "^8.10.0",
"immer": "^9.0.5",
"kdbxweb": "^2.1.0",
"less": "^4.1.1",
"localforage": "^1.10.0",
"nanoid": "^3.1.25",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.0.4",
"react-dom": "^17.0.2",
"react-firebase-hooks": "^3.0.4",
"react-router-dom": "^5.2.0",
"recoil": "^0.4.0",
"recoil-persist": "^3.0.0",
"typescript": "^4.3.5",
"vite": "^2.5.0",
"vite-plugin-pwa": "^0.11.0",
"vite-plugin-style-import": "^1.1.1"
},
"homepage": "https://mitmeo.studio",
"keywords": [
"keepass",
"password",
"react",
"vault"
],
"license": "UNLICENSED",
"main": "src/index.tsx",
"repository": {
"type": "git",
"url": "https://github.com/hxhieu/keepract"
},
"scripts": {
"build": "tsc && vite build",
"deploy": "firebase deploy --only hosting",
"dev": "vite",
"serve": "vite preview"
}
}