-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "Personal website, portfolio, recordings and blog",
"main": "index.js",
"repository": "https://github.com/live-alchemy/portfolio.git",
"author": "live-alchemy ([email protected])",
"license": "MIT",
"private": false,
"scripts": {
"start": "gatsby develop",
"develop": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
},
"dependencies": {
"@typeform/embed-react": "^2.21.0",
"bulma": "^0.9.2",
"gatsby": "3.14.6",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-image": "^1.3.1",
"gatsby-plugin-manifest": "^3.3.0",
"gatsby-plugin-react-helmet": "^4.3.0",
"gatsby-plugin-sass": "^4.3.0",
"gatsby-plugin-sharp": "^3.3.1",
"gatsby-remark-images": "^5.0.0",
"gatsby-source-filesystem": "^3.3.0",
"gatsby-transformer-remark": "^4.0.0",
"gatsby-transformer-sharp": "^3.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"sass": "^1.32.11"
}
}