-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.88 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
56
57
58
59
60
61
62
63
{
"name": "subaruteambelarus",
"private": true,
"description": "Official site of subaruteambelarus.by",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "tslint --project .",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@emotion/core": "10.0.22",
"@emotion/styled": "10.0.23",
"@mdx-js/mdx": "1.5.1",
"@mdx-js/react": "1.5.1",
"emotion-theming": "10.0.19",
"gatsby": "2.18.21",
"gatsby-background-image": "0.9.11",
"gatsby-image": "2.2.34",
"gatsby-plugin-emotion": "4.1.16",
"gatsby-plugin-mdx": "1.0.62",
"gatsby-plugin-react-helmet": "3.1.18",
"gatsby-plugin-react-svg": "2.1.2",
"gatsby-plugin-sharp": "2.4.5",
"gatsby-plugin-sitemap": "2.2.27",
"gatsby-plugin-typescript": "2.1.20",
"gatsby-remark-images": "3.1.38",
"gatsby-source-filesystem": "2.1.40",
"gatsby-transformer-sharp": "2.3.7",
"intersection-observer": "0.7.0",
"normalize.css": "8.0.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-helmet": "5.2.1",
"throttle-debounce": "2.1.0"
},
"devDependencies": {
"@types/mdx-js__react": "1.5.0",
"@types/node": "12.12.14",
"@types/react": "16.9.15",
"@types/react-dom": "16.9.4",
"@types/react-helmet": "5.0.15",
"@types/throttle-debounce": "2.1.0",
"prettier": "1.19.1",
"tslint": "5.20.1",
"tslint-config-prettier": "1.18.0",
"tslint-react": "4.1.0",
"typescript": "3.7.5"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}