-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
83 lines (83 loc) · 2.48 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "bayjdo-webapp",
"version": "0.0.1",
"description": "BayJDO File Transfer App",
"scripts": {
"build": "next build",
"build-analyse": "ANALYZE=true next build",
"build-export": "npm run build && npm run export",
"dev": "next",
"export": "next export",
"start": "next start -p 80",
"deploy": "next build && next start -p 80",
"dev-deploy": "next build && next start"
},
"author": "aswinshenoy <[email protected]>",
"dependencies": {
"@emotion/cache": "^10.0.29",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@next/bundle-analyzer": "^9.2.2",
"@types/react": "16.9.23",
"@types/react-dom": "16.9.5",
"@zeit/next-css": "1.0.1",
"@zeit/next-source-maps": "0.0.3",
"bittorrent-tracker": "^9.15.0",
"blob-polyfill": "^4.0.20200601",
"body-scroll-lock": "^3.0.2",
"classnames": "^2.2.6",
"date-fns": "^2.12.0",
"emotion": "^10.0.27",
"emotion-server": "^10.0.27",
"emotion-theming": "^10.0.27",
"es6-promise": "4.2.8",
"events": "^3.1.0",
"graphql": "^15.0.0",
"graphql-tag": "^2.10.3",
"http-node": "^1.2.0",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.1.0",
"isomorphic-fetch": "2.2.1",
"isomorphic-ws": "^4.0.1",
"loadash": "^1.0.0",
"music-metadata-browser": "^2.0.6",
"next": "^9.4.2",
"next-compose-plugins": "2.2.0",
"next-offline": "^5.0.0",
"next-optimized-images": "^2.6.0",
"next-plugin-yaml": "^1.0.1",
"peerjs": "^1.2.0",
"piece-length": "^2.0.1",
"pretty-bytes": "^5.3.0",
"prop-types": "15.7.2",
"qrcode.react": "^1.0.0",
"randombytes": "^2.1.0",
"react": "16.13.0",
"react-apollo": "^3.1.5",
"react-beforeunload": "^2.2.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "16.13.0",
"react-dropzone": "^11.0.1",
"react-hooks-global-state": "^1.0.0",
"react-lottie": "^1.2.3",
"react-modal": "^3.11.2",
"react-qr-reader": "^2.2.1",
"react-qr-scanner": "0.0.8",
"react-responsive": "^8.0.3",
"react-select": "^3.1.0",
"react-switch": "^5.0.1",
"react-toastify": "^5.5.0",
"react-waypoint": "^9.0.2",
"shortid": "^2.2.15",
"simple-sha1": "^3.0.1",
"store2": "^2.11.1",
"streamsaver": "^2.0.4",
"unique-names-generator": "^4.3.0",
"universal-cookie": "^4.0.3"
},
"devDependencies": {
"@babel/runtime-corejs2": "^7.9.6",
"babel-plugin-emotion": "^10.0.33",
"img-loader": "^3.0.1"
}
}