-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 943 Bytes
/
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
{
"name": "srdjan-rakic-portfolio",
"description": "Srgjan Rakikj Portfolio",
"repository": {
"type": "git",
"url": "https://github.com/srdjanRakic/portfolio"
},
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"deploy": "yarn build && gh-pages -d public -b master"
},
"dependencies": {
"flexboxgrid": "^6.3.1",
"font-awesome": "^4.7.0",
"gatsby": "^4.11.3",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-sass": "^5.11.1",
"gatsby-plugin-sharp": "^4.11.1",
"gatsby-source-filesystem": "^4.11.1",
"gatsby-transformer-sharp": "^4.11.0",
"include-media": "^1.4.10",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"sass": "^1.50.0"
},
"devDependencies": {
"gh-pages": "^3.2.3"
}
}