-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.74 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
{
"name": "crucible.news",
"version": "0.4.1",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/Crucible-Standard/crucible.news"
},
"bugs": {
"url": "https://github.com/Crucible-Standard/crucible.news/issues"
},
"homepage": "https://github.com/Crucible-Standard/crucible.news#readme",
"contributors": [
"Beau Bouchard <https://github.com/BeauBouchard>"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^4.15.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-gatsby-cloud": "^4.15.0",
"gatsby-plugin-google-analytics": "^4.15.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-gtag": "^4.15.0",
"gatsby-plugin-image": "^2.15.0",
"gatsby-plugin-manifest": "^4.15.0",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sharp": "^4.15.0",
"gatsby-plugin-sitemap": "^5.15.0",
"gatsby-plugin-styled-components": "^5.15.0",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-transformer-sharp": "^4.15.0",
"isomorphic-fetch": "^3.0.0",
"lodash.debounce": "^4.0.8",
"lodash.isequal": "^4.5.0",
"prettier": "^2.6.2",
"prop-types": "^15.8.1",
"query-string": "^7.1.1",
"react": "^18.1.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-redux": "^8.0.2",
"styled-components": "^5.3.5"
}
}