-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.13 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
{
"name": "ambers-blog",
"private": true,
"description": "My personal site",
"version": "0.1.0",
"author": "Amber Wilson <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^1.11.1",
"date-fns": "^2.16.1",
"gatsby": "^2.24.63",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-feed": "^2.5.12",
"gatsby-plugin-feed-generator": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.3.11",
"gatsby-plugin-styled-components": "^3.3.11",
"gatsby-remark-copy-linked-files": "^2.3.15",
"gatsby-remark-prismjs": "^3.5.13",
"gatsby-source-filesystem": "^2.3.30",
"gatsby-transformer-remark": "^2.8.35",
"he": "^1.2.0",
"minimist": "^1.2.5",
"prismjs": "^1.21.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-flip-toolkit": "^7.0.12",
"react-helmet": "^6.1.0",
"react-is": "^16.13.1",
"striptags": "^3.1.1",
"styled-components": "^5.2.0",
"typeface-courgette": "0.0.72",
"typeface-quattrocento": "0.0.72"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.9.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"gatsby-plugin-eslint": "^2.0.8",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.12",
"prettier": "^2.1.2"
},
"homepage": "https://github.com/ambrwlsn/gatsby--blog#readme",
"keywords": [
"gatsby, blog, writing, code, javascript, css, html"
],
"license": "MIT",
"scripts": {
"build": "npm run build",
"develop": "GATSBY_GRAPHQL_IDE=playground gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambrwlsn/gatsby--blog.git"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}