-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.14 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
{
"name": "rationaleemotions",
"description": "Rationale Emotions",
"license": "MIT",
"author": "Krishnan Mahadevan",
"repository": {
"type": "git",
"url": "https://github.com/RationaleEmotions/website"
},
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"babel-plugin-styled-components": "^1.10.7",
"gatsby": "^2.20.25",
"gatsby-plugin-manifest": "^2.3.5",
"gatsby-plugin-offline": "^3.1.4",
"gatsby-plugin-react-helmet": "^3.2.4",
"gatsby-plugin-sharp": "^2.5.6",
"gatsby-plugin-styled-components": "^3.2.3",
"gatsby-plugin-typography": "^2.4.3",
"gatsby-remark-images": "^3.2.4",
"gatsby-remark-prismjs": "^3.4.3",
"gatsby-source-filesystem": "^2.2.4",
"gatsby-transformer-remark": "^2.7.3",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-icons": "^3.9.0",
"react-typography": "^0.16.19",
"styled-components": "^5.1.0",
"typography": "^0.16.19",
"typography-theme-bootstrap": "^0.16.19"
}
}