-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.76 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
87
88
89
90
{
"name": "edgarmejia.com",
"description": "A simple blog with Gatsby. That's it.",
"version": "0.6.3",
"author": "Edgar Mejía <[email protected]>",
"keywords": [
"gatsby",
"minimal",
"starter",
"blog",
"theme",
"dark",
"light",
"personal site"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "rm -rf .cache && gatsby clean && gatsby develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"dependencies": {
"@babel/core": "^7.17.8",
"@material-ui/core": "^4.11.0",
"babel-plugin-styled-components": "^2.0.6",
"bootstrap": "^5.1.3",
"core-js": "^3.21.1",
"gatsby": "^4.7.2",
"gatsby-awesome-pagination": "^0.3.3",
"gatsby-cli": "^4.10.1",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-image": "^2.10.0",
"gatsby-plugin-layout": "^3.10.0",
"gatsby-plugin-manifest": "^4.10.1",
"gatsby-plugin-nprogress": "^4.10.0",
"gatsby-plugin-offline": "^5.10.1",
"gatsby-plugin-postcss": "^5.10.0",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-sharp": "^4.10.1",
"gatsby-plugin-styled-components": "^5.10.0",
"gatsby-plugin-transition-link": "^1.20.5",
"gatsby-remark-images": "^6.10.1",
"gatsby-remark-prismjs": "^6.10.0",
"gatsby-source-filesystem": "^4.10.0",
"gatsby-transformer-remark": "^5.10.1",
"gatsby-transformer-sharp": "^4.10.0",
"postcss": "^8.4.12",
"prismjs": "^1.27.0",
"prop-types": "^15.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"react-simple-snackbar": "^1.1.10",
"react-spring": "^9.4.4",
"styled-components": "^5.1.1",
"typescript": "^4.6.2"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0",
"@babel/plugin-proposal-optional-chaining": "^7.2.0",
"babel-eslint": "^10.0.1",
"babel-preset-gatsby": "^2.10.0",
"cssnano": "^5.1.4",
"eslint": "^8.11.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"gatsby-remark-embed-video": "^3.1.1",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-mixins": "^9.0.2",
"postcss-nested": "^5.0.6",
"postcss-preset-env": "^7.4.3",
"postcss-url": "^10.1.3",
"prettier": "^2.6.0",
"rambdax": "^8.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/panr/gatsby-starter-hello-friend"
},
"bugs": {
"url": "https://github.com/panr/gatsby-starter-hello-friend/issues"
}
}