-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.74 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.74 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
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
111
112
113
114
115
{
"name": "osf-website",
"description": "https://openinfra.dev",
"version": "1.0.0",
"author": "Open Infrastructure Foundation",
"dependencies": {
"@ncwidgets/file-relation": "^0.8.0",
"@ncwidgets/id": "^0.8.1",
"awesome-bootstrap-checkbox": "^1.0.1",
"axios": "^0.21.1",
"blob-polyfill": "^4.0.20200601",
"bulma": "^0.8.1",
"canvas": "^2.6.1",
"dotenv": "8.6.0",
"dropzone": "^5.7.2",
"email-validator": "^2.0.4",
"font-awesome": "^4.7.0",
"friendly-challenge": "^0.9.2",
"full-schedule-widget": "^1.1.46",
"gatsby": "^2.32.13",
"gatsby-cli": "^2.11.5",
"gatsby-image": "^2.3.1",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-create-client-paths": "^2.3.1",
"gatsby-plugin-feed": "^3.4.0",
"gatsby-plugin-google-analytics": "^2.10.0",
"gatsby-plugin-google-gtag": "^2.7.0",
"gatsby-plugin-google-tagmanager": "^3.14.0",
"gatsby-plugin-linkedin-insight": "^1.0.1",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-netlify": "^2.2.1",
"gatsby-plugin-netlify-cms": "^4.3.13",
"gatsby-plugin-purgecss": "^4.0.0",
"gatsby-plugin-react-helmet": "^4.4.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sass": "^2.2.1",
"gatsby-plugin-sharp": "^2.5.3",
"gatsby-remark-classes": "^1.0.0",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-images": "^3.2.1",
"gatsby-remark-images-medium-zoom": "^1.5.0",
"gatsby-remark-relative-images": "^0.2.1",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-source-medium": "^2.2.1",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "^2.4.3",
"history": "^4.10.1",
"i18n-react": "^0.6.4",
"idtoken-verifier": "^1.5.1",
"immutability-helper": "2.9.1",
"immutable": "^3.7.6",
"jsdom": "^16.2.2",
"lodash": "^4.17.15",
"lodash-webpack-plugin": "^0.11.4",
"markdown-it": "^12.0.4",
"moment": "^2.24.0",
"moment-timezone": "^0.5.31",
"netlify-cli": "^10.3.0",
"netlify-cms-app": "^2.13.3",
"node-sass": "^4.11.0",
"openstack-uicore-foundation": "^2.1.24",
"prop-types": "^15.6.0",
"react": "^16.13.1",
"react-avatar-editor": "^12.0.0",
"react-bootstrap": "^0.31.5",
"react-datetime": "^2.16.3",
"react-dnd": "^2.6.0",
"react-dnd-html5-backend": "^2.6.0",
"react-dom": "^16.13.1",
"react-dropzone": "^4.3.0",
"react-google-maps": "^9.4.5",
"react-helmet": "^6.1.0",
"react-medium-image-zoom": "^4.3.0",
"react-redux": "^7.2.0",
"react-rte": "^0.16.3",
"react-rte-ref-fix": "^0.16.2",
"react-select": "^2.4.4",
"react-slick": "^0.27.0",
"react-star-ratings": "^2.3.0",
"react-table": "^7.7.0",
"react-tooltip": "^3.11.6",
"redux": "^4.0.5",
"redux-persist": "^5.9.1",
"redux-thunk": "^2.3.0",
"schedule-filter-widget": "^1.2.9",
"simple-oauth2": "4.2.0",
"slick-carousel": "^1.8.1",
"smoothscroll-polyfill": "^0.4.4",
"superagent": "6.1.0",
"sweetalert2": "^8.19.0",
"urijs": "^1.19.2",
"uuid": "^7.0.0",
"validator": "^9.4.1",
"video.js": "^7.8.2",
"xmlhttprequest": "^1.8.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"start": "npm run develop",
"debug": "NODE_OPTIONS=--inspect NODE_ENV=dev netlify dev --port 8001",
"serve": "netlify functions:serve",
"build": "npm run clean && gatsby build",
"develop": "npm run clean && gatsby develop --open --https",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.15.3"
}
}