-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.38 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
{
"name": "lucferbux-react",
"private": true,
"description": "Personal Webpage of Lucas Fernandez",
"version": "1.0.0",
"author": "Lucas Fernandez <[email protected]>",
"dependencies": {
"babel-plugin-styled-components": "^2.1.1",
"firebase": "^8.3.0",
"gatsby": "^5.11.0",
"gatsby-plugin-image": "^3.8.0",
"gatsby-plugin-manifest": "^5.8.0",
"gatsby-plugin-offline": "^6.8.0",
"gatsby-plugin-react-helmet": "^6.8.0",
"gatsby-plugin-sharp": "^5.8.1",
"gatsby-plugin-styled-components": "^6.8.0",
"gatsby-plugin-typescript": "^5.8.0",
"gatsby-remark-classes": "^1.0.2",
"gatsby-remark-codepen": "^0.1.1",
"gatsby-remark-prismjs": "^7.8.0",
"gatsby-source-filesystem": "^5.8.0",
"gatsby-transformer-remark": "^6.8.0",
"gatsby-transformer-sharp": "^5.8.0",
"lottie-web": "^5.11.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-parallax-tilt": "^1.7.128",
"reactfire": "^3.0.0",
"styled-components": "^5.3.9",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",
"@types/react-test-renderer": "^18.0.0",
"@types/styled-components": "^5.1.26",
"babel-jest": "^29.5.0",
"babel-preset-gatsby": "^3.8.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"prettier": "^2.8.7",
"react-test-renderer": "^18.2.0"
},
"overrides": {
"[email protected]": {
"react": "^18.2.0"
}
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "jest",
"type-check": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}