-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
110 lines (110 loc) · 3.53 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "ColumbiaVirtualCampus",
"private": true,
"description": "ColumbiaVirtualCampus",
"version": "0.1.0",
"author": "ColumbiaVirtualCampus",
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"@emotion/styled": "^10.0.27",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.9.14",
"@mui-treasury/styles": "latest",
"@types/react-add-to-calendar": "^0.1.0",
"babel-plugin-styled-components": "^1.10.7",
"classnames": "^2.2.6",
"cors": "^2.8.5",
"countries-and-timezones": "^2.2.0",
"eslint-plugin-promise": "^4.2.1",
"firebase": "^7.14.2",
"formik": "^2.1.4",
"formik-material-ui": "^2.0.0-beta.1",
"formik-material-ui-pickers": "0.0.8",
"fuse.js": "^6.0.3",
"gatsby": "^2.21.33",
"gatsby-awesome-pagination": "^0.3.6",
"gatsby-image": "^2.2.44",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-google-gapi": "0.0.10",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-layout": "^1.2.1",
"gatsby-plugin-manifest": "^2.4.2",
"gatsby-plugin-material-ui": "^2.1.6",
"gatsby-plugin-netlify": "^2.3.3",
"gatsby-plugin-nprogress": "^2.2.1",
"gatsby-plugin-offline": "^3.2.1",
"gatsby-plugin-react-helmet": "^3.1.24",
"gatsby-plugin-sass": "^2.2.1",
"gatsby-plugin-sharp": "^2.6.2",
"gatsby-plugin-styled-components": "^3.2.1",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-source-firestore": "^1.0.3",
"gatsby-theme-material-ui": "^1.0.8",
"gatsby-transformer-sharp": "^2.5.2",
"luxon": "^1.23.0",
"markdown-to-jsx": "^6.11.4",
"material-ui-formik-components": "^0.7.1",
"material-ui-search-bar": "^0.4.2",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"node-sass": "^4.14.1",
"nodemailer": "^6.4.6",
"prop-types": "^15.7.2",
"query-string": "^6.13.1",
"react": "^16.13.1",
"react-add-to-calendar": "^0.1.5",
"react-add-to-calendar-hoc": "^1.0.9",
"react-big-calendar": "^0.24.4",
"react-card-flipper": "^1.0.1",
"react-device-detect": "^1.12.1",
"react-dom": "^16.13.1",
"react-elastic-carousel": "^0.6.4",
"react-flippy": "^0.1.5",
"react-helmet": "^5.2.1",
"react-iframe": "^1.8.0",
"react-instagram-embed": "^1.5.0",
"react-lazy-load": "^3.1.13",
"react-lazy-load-image-component": "^1.5.0",
"react-material-ui-carousel": "^1.5.1",
"react-multi-carousel": "^2.5.5",
"react-responsive-carousel": "^3.2.9",
"react-scroll": "^1.8.0",
"react-scrollable-anchor": "^0.6.1",
"react-share": "^4.1.0",
"react-simple-shapes": "^1.2.2",
"reactjs-popup": "^1.5.0",
"reactstrap": "^8.5.1",
"save": "^2.4.0",
"smooth-scroll": "^16.1.3",
"styled-components": "^5.0.1",
"timezonecomplete": "^5.11.1",
"yup": "^0.28.5"
},
"devDependencies": {
"axios": "^0.19.2",
"prettier": "^1.19.1"
},
"keywords": [
"Columbia",
"Virtual Campus",
"Campus",
"Columbia Virtual Campus"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/tejitpabari99/virtualCampus.git"
}
}