-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.76 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
{
"name": "me-src",
"version": "1.0.0",
"description": "personal website",
"author": "sanggggg",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "yarn typecheck && gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint": "eslint src --ext .ts,.tsx,.js",
"deploy": "yarn clean && yarn build && wrangler pages deploy ./public",
"typecheck": "tsc --noEmit"
},
"license": "MIT",
"dependencies": {
"@tailwindcss/typography": "^0.5.3",
"dotenv": "^16.3.0",
"gatsby": "^5.9.0",
"gatsby-plugin-google-gtag": "^5.9.0",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-manifest": "^5.9.0",
"gatsby-plugin-react-helmet": "^6.9.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-remark-graph": "^0.2.6",
"gatsby-remark-images": "^7.11.0",
"gatsby-remark-prismjs": "^7.9.0",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-remark": "^6.11.0",
"gatsby-transformer-sharp": "^5.9.0",
"prismjs": "^1.28.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"tailwindcss": "^3.1.5"
},
"devDependencies": {
"@types/node": "^17.0.42",
"@types/react": "^18.0.12",
"@types/react-dom": "^18.0.5",
"@types/react-helmet": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-graphql": "^4.0.0",
"eslint-plugin-prettier": "^4.2.1",
"gatsby-plugin-postcss": "^6.9.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.14",
"prettier": "^2.8.3",
"typescript": "^4.7.3",
"wrangler": "^3.1.0"
},
"packageManager": "[email protected]"
}