-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.65 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": "rlna-wana-staging",
"description": "Responsible Leaders Network Activation Western Asia and North Africa",
"version": "1.0.0",
"author": "Sharon Kennedy <[email protected]>",
"engines": {
"node": "12.16.1"
},
"dependencies": {
"@date-io/date-fns": "1.x",
"@date-io/luxon": "1.x",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.5.1",
"@material-ui/pickers": "^3.2.10",
"@types/react": "^16.9.16",
"animate.css": "^4.1.1",
"aos": "^2.3.4",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"browserslist": "^3.2.0",
"caniuse-db": "^1.0.30000867",
"date-fns": "^2.16.1",
"firebase": "^7.5.2",
"firebase-admin": "^8.8.0",
"firebase-tools": "^7.9.0",
"gatsby": "^2.18.8",
"gatsby-cli": "^2.8.16",
"gatsby-plugin-firebase-messaging": "^1.1.0",
"gatsby-plugin-manifest": "^2.2.31",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sass": "^2.1.24",
"gatsby-source-firebase-nl": "^1.0.2",
"jss": "^9.8.7",
"lodash": "^4.17.4",
"luxon": "^1.25.0",
"node-sass": "^4.9.2",
"prop-types": "^15.6.2",
"react": "^16.8.0",
"react-add-to-calendar-hoc": "^1.0.10",
"react-dom": "^16.8.0",
"react-easy-editables": "^0.8.14",
"react-firebaseui": "^4.0.0",
"react-helmet": "^5.2.0",
"react-image-lightbox": "^5.1.1",
"react-jss": "^8.6.1",
"react-masonry-component": "^6.2.1",
"react-masonry-css": "^1.0.14",
"react-redux": "latest",
"react-select": "^3.1.0",
"react-share": "^4.0.1",
"react-slick": "^0.25.2",
"react-tabs": "^3.1.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"slick-carousel": "^1.8.1",
"slugify": "^1.4.5"
},
"keywords": [
"gatsby",
"static CMS",
"firebase",
"react",
"editable"
],
"license": "MIT",
"main": "server.js",
"scripts": {
"build": "gatsby build",
"build:staging": "GATSBY_ACTIVE_ENV=staging gatsby build",
"build:production": "GATSBY_ACTIVE_ENV=production gatsby build",
"develop": "GATSBY_ACTIVE_ENV=development gatsby develop",
"start": "GATSBY_ACTIVE_ENV=development gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"predeploy": "rm -rf .cache public",
"deploy:staging": "yarn build:staging && firebase use rlna-wana-staging && firebase deploy --except functions",
"deploy:production": "yarn build:production && firebase use rlna-wana-staging && firebase deploy --except functions"
},
"devDependencies": {
"autoprefixer": "^9.7.5",
"prettier": "^1.8.2"
}
}