-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.71 KB
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
{
"name": "seqret",
"version": "1.1.0",
"description": "Secrets as protected QRs",
"homepage": "https://avrebarra.github.io/seqret/",
"source": "src/index.html",
"pwaManifest": {
"shortName": "Seqret",
"theme": "#FFFFFF",
"generateIconOptions": {
"baseIcon": "./public/icon.png",
"sizes": [
192,
384,
512
],
"genFavicons": true
}
},
"scripts": {},
"repository": "github.com/avrebarra/seqret",
"author": "Avreghly Barra <avreghly@gmail.com>",
"license": "MIT",
"private": false,
"devDependencies": {
"@parcel/compressor-raw": "^2.5.0",
"@parcel/config-default": "^2.5.0",
"@parcel/core": "^2.5.0",
"@parcel/packager-raw-url": "2.5.0",
"@parcel/packager-xml": "2.5.0",
"@parcel/transformer-typescript-tsc": "^2.5.0",
"@types/crypto-js": "^4.0.2",
"@types/node": "^17.0.5",
"@types/node-rsa": "^1.1.1",
"@types/qrcode.react": "^1.0.2",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-measure": "^2.0.8",
"autoprefixer": "^10.4.0",
"parcel": "^2.5.0",
"parcel-config-pwa-manifest": "^0.1.1",
"postcss": "^8.4.5",
"process": "^0.11.10",
"tailwindcss": "^3.0.7",
"typescript": "^4.6.3"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.8",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"framer-motion": "^6",
"html5-qrcode": "^2.1.6",
"qrcode.react": "^3.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-lazily": "^0.9.1",
"react-measure": "^2.5.2",
"react-router-dom": "^6.2.1",
"react-use-size": "^2.1.0"
}
}