This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
87 lines (87 loc) · 2.4 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
84
85
86
87
{
"name": "vidyut-webapp",
"version": "0.0.1",
"description": "WebApp for Vidyut Multifest",
"main": "pages/index.js",
"scripts": {
"dev": "next",
"build": "next build",
"export": "next export",
"deploy": "npm run build && npm run export",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aswinshenoy/vidyut-webapp.git"
},
"keywords": [
"vidyut",
"webapp",
"nextjs",
"ssr"
],
"author": "Ashwin Shenoy <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/aswinshenoy/vidyut-webapp/issues"
},
"homepage": "https://github.com/aswinshenoy/vidyut-webapp#readme",
"dependencies": {
"@nivo/bullet": "^0.61.1",
"@nivo/line": "0.61.1",
"@zeit/next-css": "1.0.1",
"@zeit/next-sass": "1.0.1",
"@zeit/next-source-maps": "0.0.3",
"axios": "0.19.0",
"classnames": "2.2.6",
"cookie-parser": "1.4.4",
"form-data": "3.0.0",
"isomorphic-fetch": "^2.2.1",
"isomorphic-unfetch": "3.0.0",
"local-storage": "2.0.0",
"lodash": "4.17.15",
"moment": "2.24.0",
"next": "9.1.6",
"next-compose-plugins": "2.2.0",
"next-optimized-images": "2.5.4",
"next-videos": "1.1.3",
"node-sass": "latest",
"nuka-carousel": "^4.6.0",
"qrcode.react": "1.0.0",
"query-string": "6.9.0",
"react": "16.12.0",
"react-add-to-calendar": "^0.1.5",
"react-bounding-box": "0.5.2",
"react-charts": "2.0.0-beta.6",
"react-copy-to-clipboard": "5.0.2",
"react-countdown": "^2.2.0",
"react-countup": "^4.3.2",
"react-csv": "^1.1.2",
"react-device-detect": "1.11.14",
"react-dom": "16.12.0",
"react-facebook": "8.1.4",
"react-geolocated": "3.0.1",
"react-google-login": "5.0.7",
"react-insta-stories": "2.0.2",
"react-lazyload": "^2.6.5",
"react-lottie": "latest",
"react-microsoft-login": "1.8.5",
"react-modal": "3.11.1",
"react-onclickoutside": "^6.9.0",
"react-parallax-tilt": "1.3.30",
"react-pose": "4.0.10",
"react-progressive-image": "^0.6.0",
"react-qr-scanner": "0.0.8",
"react-scroll-percentage": "4.2.0",
"react-select": "3.0.8",
"react-share": "3.0.1",
"react-slick": "^0.25.2",
"react-webcam": "4.0.0",
"shortid": "^2.2.15",
"universal-cookie": "4.0.3",
"zuck.js": "^1.5.4"
},
"devDependencies": {
"react-qr-reader": "^2.2.1"
}
}