forked from mebtte/animal-photosynthesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·45 lines (45 loc) · 1.39 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
{
"name": "not-just-code",
"private": true,
"author": "mebtte <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.13.61",
"gatsby-plugin-feed": "^2.3.19",
"gatsby-plugin-react-helmet": "^3.1.3",
"gatsby-plugin-sharp": "^2.2.11",
"gatsby-plugin-sitemap": "^2.2.6",
"gatsby-plugin-styled-components": "^3.1.2",
"gatsby-remark-autolink-headers": "^2.1.3",
"gatsby-remark-copy-linked-files": "^2.1.5",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^3.1.11",
"gatsby-remark-prismjs": "^3.3.5",
"gatsby-remark-responsive-iframe": "^2.2.4",
"gatsby-remark-smartypants": "^2.1.2",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-transformer-remark": "^2.6.15",
"gatsby-transformer-sharp": "^2.2.6",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"styled-components": "^4.3.2"
},
"devDependencies": {
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.0",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"prettier": "^1.18.2"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"info": "gatsby info --clipboard"
}
}