-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.48 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
{
"name": "leemir-portfolio",
"version": "1.0.0",
"private": true,
"description": "leemir-portfolio",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "NODE_ENV=development gatsby develop",
"start": "NODE_ENV=development gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mdx-js/mdx": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"babel-plugin-styled-components": "^2.0.7",
"dotenv": "^16.0.1",
"gatsby": "^4.22.0",
"gatsby-plugin-google-analytics": "^4.22.0",
"gatsby-plugin-image": "^2.22.0",
"gatsby-plugin-mdx": "^4.1.0",
"gatsby-plugin-netlify-cms": "^6.22.0",
"gatsby-plugin-react-helmet": "^5.22.0",
"gatsby-plugin-sharp": "^4.22.0",
"gatsby-plugin-sitemap": "^5.22.0",
"gatsby-plugin-styled-components": "^5.22.0",
"gatsby-source-filesystem": "4.20.0",
"gatsby-transformer-sharp": "^4.22.0",
"netlify-cms-app": "^2.15.72",
"particlesjs": "^2.2.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"recoil": "^0.7.5",
"styled-components": "^5.3.5",
"styled-reset": "^4.4.2",
"typeit": "^8.7.0"
},
"devDependencies": {
"@types/node": "^18.7.15",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/recoil": "^0.0.9",
"@types/styled-components": "^5.1.26",
"typescript": "^4.8.2"
},
"packageManager": "[email protected]"
}