-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "portfolio",
"version": "1.0.0",
"private": true,
"description": "portfolio",
"author": "Molla.Al",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@react-spring/web": "^9.5.5",
"gatsby": "^4.19.2",
"gatsby-plugin-image": "^2.20.0",
"gatsby-plugin-manifest": "^4.21.0",
"gatsby-plugin-open-graph-images": "^0.1.8",
"gatsby-plugin-react-helmet": "^5.21.0",
"gatsby-plugin-sharp": "^4.20.0",
"gatsby-source-filesystem": "^4.20.0",
"gatsby-transformer-remark": "^5.19.0",
"gatsby-transformer-sharp": "^4.20.0",
"react": "^18.1.0",
"react-device-detect": "^2.2.2",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-social-icons": "^5.14.0",
"react-text-transition": "^3.0.2",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"@types/node": "^17.0.45",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-helmet": "^6.1.5",
"autoprefixer": "^10.4.8",
"gatsby-plugin-postcss": "^5.19.0",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.7",
"typescript": "^4.7.4"
}
}