-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.93 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
{
"name": "browser-pgp",
"version": "1.0.0-2",
"description": "",
"main": "next.config.js",
"scripts": {
"prebuild": "cp node_modules/qr-scanner/qr-scanner-worker.min.js* public/js-worker/",
"pregh:clean": "npm run prebuild",
"gh:clean": "rm -rf gh-pages/_next .next",
"gh:push": "cd gh-pages/ && git add -A && git commit -m 'update' && git push",
"preexport": "npm run gh:clean && NEXT_PUBLIC_PATH_EXT_NAME='.html' next build",
"export": "next export && cp -r out/* gh-pages",
"postexport": "touch gh-pages/.nojekyll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shynome/browser-pgp.git"
},
"keywords": [],
"author": "",
"license": "GPL 3.0",
"bugs": {
"url": "https://github.com/shynome/browser-pgp/issues"
},
"homepage": "https://github.com/shynome/browser-pgp#readme",
"devDependencies": {
"@material-ui/core": "^4.9.7",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.46",
"@types/dotenv": "^8.2.0",
"@types/mui-datatables": "^2.13.4",
"@types/node": "^14.0.18",
"@types/openpgp": "^4.4.8",
"@types/react": "^16.9.25",
"@types/react-copy-to-clipboard": "^4.3.0",
"@types/react-resize-detector": "^4.2.0",
"@types/uuid": "^8.0.0",
"@types/workbox-webpack-plugin": "^5.0.0"
},
"dependencies": {
"localforage": "^1.7.4",
"mui-datatables": "^3.1.4",
"next": "^11.1.3",
"next-fonts": "^1.0.3",
"next-offline": "^5.0.0",
"notistack": "^0.9.9",
"openpgp": "^4.10.4",
"pouchdb-adapter-http": "^7.2.1",
"pouchdb-adapter-idb": "^7.2.1",
"qr-scanner": "git+https://github.com/shynome/qr-scanner.git",
"react": "^16.13.1",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^16.13.1",
"react-hook-form": "^6.0.1",
"rxdb": "8",
"rxjs": "^6.5.4",
"rxjs-hooks": "^0.6.2",
"typescript": "^3.9.6",
"unstated-next": "^1.1.0",
"uuid": "^8.2.0"
}
}