This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.88 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
{
"name": "react-cms-starter",
"description": "Point and click CMS for static sites",
"version": "1.0.0",
"author": "Sharon Kennedy <[email protected]>",
"engines": {
"node": "^8.9.4"
},
"dependencies": {
"@firebase/app-types": "^0.1.0",
"@material-ui/core": "^1.3.1",
"@material-ui/icons": "^1.1.0",
"aos": "^2.3.4",
"app-root-path": "^2.1.0",
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"browserslist": "^3.2.0",
"caniuse-db": "^1.0.30000867",
"cors": "^2.8.4",
"express": "^4.16.2",
"firebase": "^4.9.1",
"firebase-admin": "^5.9.0",
"firebase-tools": "^6.1.1",
"gatsby": "^2.0.0-beta.69",
"gatsby-cli": "^1.1.58",
"gatsby-plugin-manifest": "next",
"gatsby-plugin-offline": "next",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-sass": "next",
"gatsby-source-firebase": "^1.0.0",
"jss": "^9.8.7",
"lodash": "^4.17.4",
"morgan": "^1.9.0",
"node-sass": "^4.9.2",
"prop-types": "^15.6.2",
"react": "latest",
"react-dom": "latest",
"react-firebaseui": "^1.1.6",
"react-helmet": "^5.2.0",
"react-jss": "^8.6.1",
"react-redux": "latest",
"react-rte": "^0.16.1",
"react-select": "^2.0.0",
"react-slick": "^0.23.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"shelljs": "^0.8.1",
"slick-carousel": "^1.8.1",
"slugify": "^1.2.9",
"winston": "^2.4.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "server.js",
"scripts": {
"build": "gatsby build",
"develop": "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",
"deploy": "gatsby build && firebase deploy",
"start": "node index.js"
},
"devDependencies": {
"prettier": "^1.8.2"
}
}