-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.44 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
{
"name": "scostadavid.github.io",
"version": "1.0.0",
"private": true,
"description": "scostadavid.github.io",
"author": "scostadavid",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"deploy": "gh-pages -d public -b deploy"
},
"dependencies": {
"@react-icons/all-files": "^4.1.0",
"@tailwindcss/typography": "^0.5.16",
"classnames": "^2.5.1",
"gatsby": "^5.0.0",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"prismjs": "^1.29.0",
"react": "^18.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.1.0",
"react-modal": "^3.16.1"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@types/react": "^18.2.13",
"@types/react-dom": "^17.0.14",
"@types/react-modal": "^3.16.3",
"autoprefixer": "^10.4.19",
"gatsby-plugin-postcss": "^6.13.1",
"gatsby-plugin-webpack-bundle-analyser-v2": "^1.1.32",
"gh-pages": "^4.0.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^4.6.2"
}
}