-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.75 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.75 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
{
"name": "ReviewMate",
"private": true,
"description": "ReviewMate website. The quitessential medical auditing tool.",
"version": "0.1.0",
"author": "Kyle Fontenot <kylewilliamfontenot@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/eslint-parser": "^7.16.3",
"@emotion/react": "^11.6.0",
"@emotion/styled": "^11.6.0",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"gatsby": "^4.2.0",
"gatsby-plugin-advanced-sitemap": "^2.0.0",
"gatsby-plugin-canonical-urls": "^4.2.0",
"gatsby-plugin-emotion": "^7.2.0",
"gatsby-plugin-feed": "^4.2.0",
"gatsby-plugin-google-analytics": "^4.2.0",
"gatsby-plugin-google-gtag": "^4.2.0",
"gatsby-plugin-image": "^2.2.0",
"gatsby-plugin-manifest": "^4.2.0",
"gatsby-plugin-netlify": "^4.0.0-next.0",
"gatsby-plugin-netlify-cms": "^6.2.0",
"gatsby-plugin-offline": "^5.2.0",
"gatsby-plugin-preact": "^6.2.0",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sass": "^5.2.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-plugin-webfonts": "^2.2.1",
"gatsby-remark-copy-linked-files": "^5.2.0",
"gatsby-remark-images": "^6.2.0",
"gatsby-remark-normalize-paths": "^1.1.0",
"gatsby-remark-responsive-iframe": "^5.2.0",
"gatsby-remark-smartypants": "^5.2.0",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-remark": "^5.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"joi": "^17.4.2",
"netlify-cms-app": "^2.15.59",
"netlify-plugin-gatsby-cache": "^0.3.2",
"preact": "^10.6.0",
"preact-render-to-string": "^5.1.19",
"prismjs": "^1.25.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-number-format": "^4.8.0",
"sass": "^1.43.4"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@netlify/plugin-gatsby": "^1.0.3",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.26",
"prettier": "2.4.1"
},
"homepage": "https://review-mate.com/",
"keywords": [
"gatsby"
],
"license": "0BSD",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/KyleFontenot/ReviewMate-Gatsby.git"
},
"scripts": {
"build": "cross-env-shell GENERATE_SOURCEMAP=false gatsby build",
"develop": "gatsby develop",
"preload-fonts": "gatsby-preload-fonts",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
}
}