-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
72 lines (72 loc) · 2.28 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
{
"name": "willianantunes.com",
"version": "0.1.0",
"private": true,
"author": "Willian Antunes <[email protected]>",
"bugs": {
"url": "https://github.com/willianantunes/willianantunes.com/issues"
},
"homepage": "https://github.com/willianantunes/willianantunes.com#readme",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve -H 0.0.0.0",
"clean": "gatsby clean",
"cms": "npx netlify-cms-proxy-server",
"test": "jest ./tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/willianantunes/willianantunes.com.git"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@material-ui/core": "^4.12.4",
"@reach/router": "^1.3.4",
"babel-plugin-styled-components": "^1.13.3",
"cookies-js": "^1.2.3",
"dotenv": "^8.6.0",
"gatsby": "^4.25.7",
"gatsby-plugin-feed": "^4.25.0",
"gatsby-plugin-netlify": "^4.4.0",
"gatsby-plugin-netlify-cms": "^7.11.0",
"gatsby-plugin-react-helmet": "^4.15.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-sitemap": "^4.11.0",
"gatsby-plugin-styled-components": "^4.15.0",
"gatsby-remark-autolink-headers": "^4.12.0",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-external-links": "^0.0.4",
"gatsby-remark-images": "^5.12.0",
"gatsby-remark-prismjs": "^5.12.0",
"gatsby-remark-responsive-iframe": "^5.25.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-theme-material-ui": "^2.0.1",
"gatsby-transformer-remark": "^4.12.0",
"gatsby-transformer-sharp": "^4.25.0",
"netlify-cms-app": "^2.15.72",
"prismjs": "^1.29.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-responsive": "^8.2.0",
"styled-components": "^5.3.11",
"styled-icons": "^10.47.0",
"traverse": "^0.6.7"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^11.2.7",
"babel-jest": "^26.6.3",
"babel-preset-gatsby": "^2.25.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"react-test-renderer": "^17.0.2"
}
}