-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.3 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
{
"name": "personal-website",
"description": "Personal Website of Adam Patyk",
"version": "3.1.0",
"author": "Adam Patyk",
"dependencies": {
"dotenv": "^16.4.5",
"gatsby": "^5.13.7",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-remark-copy-linked-files": "^6.13.2",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-cloudinary": "^0.6.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hamburger-menu": "^1.2.1",
"react-helmet": "^6.1.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"clean": "gatsby clean",
"prune": "npm prune && npx depcheck",
"start": "npm run dev",
"build": "npm run clean && gatsby build",
"dev": "npm run clean && gatsby develop",
"format": "prettier --single-quote --write \"{gatsby-*.js,src/**/*.js}\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"eslint": "^9.9.1",
"eslint-plugin-react": "^7.35.0",
"prettier": "^3.3.3",
"tailwindcss": "^3.3.3"
}
}