-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.42 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",
"version": "1.0.0",
"description": "https://untok.fi",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Unto Karjalainen",
"license": "GPL-3.0-only",
"dependencies": {
"@deckdeckgo/highlight-code": "^3.5.0",
"@fontsource/inter": "^4.5.1",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"devicon": "^2.14.0",
"gatsby": "^4.2.0",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-image": "^2.3.0",
"gatsby-plugin-sass": "^5.2.0",
"gatsby-plugin-sharp": "^4.3.0",
"gatsby-remark-highlights": "^1.3.4",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-transformer-remark": "^5.2.0",
"gatsby-transformer-sharp": "^4.3.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-tooltip": "^4.2.21",
"sass": "^1.43.4",
"typeface-gidole": "^1.1.13"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-gatsby-standard": "^3.0.2",
"eslint-webpack-plugin": "^3.1.1",
"gatsby-plugin-eslint": "^4.0.2",
"gatsby-plugin-react-helmet": "^5.2.0",
"gatsby-plugin-sitemap": "^5.2.0",
"react-helmet": "^6.1.0",
"resolve-url-loader": "^4.0.0"
}
}