This repository has been archived by the owner on May 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.78 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "motiondeveloper-site",
"private": true,
"description": "",
"version": "0.1.0",
"author": "Motion Developer",
"bugs": {
"url": "https://github.com/motiondeveloper/blog/issues"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@types/styled-components": "^5.1.7",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"babel-plugin-prismjs": "^2.0.1",
"babel-plugin-styled-components": "^1.12.0",
"babel-preset-gatsby": "^0.12.1",
"gatsby": "^2.32.3",
"gatsby-image": "^2.11.0",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-feed": "^2.13.0",
"gatsby-plugin-local-search": "^2.0.0",
"gatsby-plugin-manifest": "^2.12.0",
"gatsby-plugin-mdx": "^1.10.0",
"gatsby-plugin-netlify": "^2.11.0",
"gatsby-plugin-offline": "^3.10.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sass": "^3.2.0",
"gatsby-plugin-sharp": "^2.14.1",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-styled-components": "^3.10.0",
"gatsby-plugin-typescript": "^2.12.0",
"gatsby-remark-autolink-headers": "^2.11.0",
"gatsby-remark-copy-linked-files": "^2.10.0",
"gatsby-remark-embed-video": "^3.0.12",
"gatsby-remark-images": "^3.11.0",
"gatsby-remark-prismjs": "^3.13.0",
"gatsby-remark-responsive-iframe": "^2.11.0",
"gatsby-remark-smartypants": "^2.10.0",
"gatsby-source-filesystem": "^2.11.0",
"gatsby-transformer-sharp": "^2.12.0",
"gatsby-transformer-yaml": "^2.11.0",
"immutable": "^4.0.0-rc.12",
"node-sass": "^5.0.0",
"prismjs": "^1.23.0",
"query-string": "^6.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-is": "^17.0.1",
"react-typography": "^0.16.19",
"react-use-flexsearch": "^0.1.1",
"slate": "^0.59.0",
"styled-components": "^5.2.1",
"typeface-inter": "^3.15.1",
"typeface-roboto-mono": "1.1.13",
"typography": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19",
"use-persisted-state": "^0.3.3"
},
"devDependencies": {
"prettier": "^2.2.1",
"typescript": "^4.1.5"
},
"homepage": "https://github.com/motiondeveloper/blog#readme",
"keywords": [],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/motiondeveloper/blog.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"develop-host": "gatsby develop -H 0.0.0.0",
"format": "prettier --write src/**/*.{js,jsx}",
"clean": "gatsby clean",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
}
}