-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
{
"name": "pacheco-blog",
"description": "Portfolio and blog for @ikas",
"version": "1.0.0",
"author": "Henrique Pacheco <[email protected]>",
"dependencies": {
"@material-ui/core": "^4.3.2",
"babel-plugin-styled-components": "^2.0.7",
"detect-browser": "^5.3.0",
"gatsby": "^4.17.1",
"gatsby-plugin-google-analytics": "^4.17.0",
"gatsby-plugin-layout": "^3.17.0",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-react-helmet": "^5.17.0",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-sharp": "^4.17.0",
"gatsby-plugin-styled-components": "^5.17.0",
"gatsby-source-filesystem": "^4.17.0",
"gatsby-transformer-remark": "^5.17.0",
"gatsby-transformer-sharp": "^4.17.0",
"hex-rgba": "^1.0.2",
"modern-normalize": "^1.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-expand-animated": "^1.0.0",
"react-helmet": "^6.1.0",
"react-socks": "^2.0.2",
"styled-components": "^5.3.5",
"styled-system": "^5.0.12"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve -p 9000",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"now-build": "npm run build",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@storybook/addon-actions": "^6.5.9",
"@storybook/addon-links": "^6.5.9",
"@storybook/addons": "^6.5.9",
"@storybook/react": "^6.5.9",
"babel-loader": "^8.0.6",
"prettier": "^2.7.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ikas/pacheco-blog"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=16.0.0"
}
}