-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "saruni.dev",
"version": "1.0.0",
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@mdx-js/mdx": "^1.6.13",
"@mdx-js/react": "^1.6.13",
"@saruni-ui/theme": "^0.0.10",
"facepaint": "^1.2.1",
"gatsby": "^2.24.8",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-mdx": "^1.2.28",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sharp": "^2.6.21",
"gatsby-remark-autolink-headers": "^2.3.11",
"gatsby-remark-copy-linked-files": "^2.3.11",
"gatsby-remark-embedder": "^2.1.2",
"gatsby-remark-images": "^3.3.20",
"gatsby-remark-responsive-iframe": "^2.4.11",
"gatsby-source-filesystem": "^2.3.21",
"gatsby-transformer-sharp": "^2.5.11",
"gatsby-transformer-yaml": "^2.4.10",
"js-yaml": "^3.14.0",
"prism-react-renderer": "^1.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-live": "^2.2.2"
},
"devDependencies": {
"@types/facepaint": "^1.2.1",
"@types/react-helmet": "^6.0.0",
"eslint-config-react-app": "^5.2.1",
"typescript": "^3.9.7"
}
}