-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
99 lines (99 loc) · 2.87 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "nikoheikkila.fi",
"private": true,
"description": "My personal website",
"version": "1.0.0",
"author": "Niko Heikkilä <[email protected]>",
"engines": {
"node": ">=20.0"
},
"dependencies": {
"@fortawesome/fontawesome-free": "6.5.1",
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-brands-svg-icons": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"dayjs": "1.11.10",
"gatsby": "5.13.1",
"gatsby-adapter-netlify": "^1.1.1",
"gatsby-plugin-feed": "5.13.0",
"gatsby-plugin-image": "3.13.0",
"gatsby-plugin-manifest": "5.13.0",
"gatsby-plugin-offline": "6.13.0",
"gatsby-plugin-robots-txt": "1.8.0",
"gatsby-plugin-sass": "6.13.0",
"gatsby-plugin-sharp": "5.13.0",
"gatsby-plugin-sitemap": "6.13.0",
"gatsby-remark-autolink-headers": "6.13.0",
"gatsby-remark-copy-linked-files": "6.13.0",
"gatsby-remark-images": "7.13.0",
"gatsby-remark-smartypants": "6.13.0",
"gatsby-source-filesystem": "5.13.0",
"gatsby-transformer-remark": "6.13.0",
"gatsby-transformer-sharp": "5.13.0",
"purify-ts": "2.0.3",
"react": "18.2.0",
"react-burger-menu": "3.0.9",
"react-dom": "18.2.0",
"react-markdown": "8.0.7",
"react-syntax-highlighter": "15.5.0",
"rehype-katex": "6.0.3",
"rehype-raw": "^7.0.0",
"remark-gfm": "3.0.1",
"remark-math": "6.0.0",
"sass": "1.71.1",
"title": "3.5.3"
},
"devDependencies": {
"@babel/helper-call-delegate": "7.12.13",
"@playwright/experimental-ct-react": "1.42.1",
"@playwright/test": "1.42.1",
"@sindresorhus/slugify": "2.2.1",
"@types/inquirer": "9.0.7",
"@types/node": "20.11.25",
"@types/react": "18.2.21",
"@types/react-burger-menu": "2.8.7",
"@types/react-dom": "18.2.7",
"@types/react-syntax-highlighter": "15.5.11",
"@types/title": "3.4.3",
"@typescript-eslint/eslint-plugin": "latest",
"@typescript-eslint/parser": "latest",
"eslint": "latest",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-react": "latest",
"esno": "^4.0.0",
"graphql-sse": "2.5.2",
"inquirer": "9.2.15",
"prettier": "3.2.5",
"snyk": "1.1283.0",
"subscriptions-transport-ws": "0.11.0",
"typescript": "5.0.4",
"vitest": "1.3.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"clean": "gatsby clean",
"build": "gatsby build --log-pages --write-to-file",
"dev": "gatsby develop --verbose",
"format": "prettier --write .",
"lint": "yarn lint:style && yarn lint:types",
"lint:style": "prettier --check .",
"lint:types": "tsc --noEmit",
"start": "yarn dev",
"serve": "gatsby serve -p 8000",
"test": "yarn format && yarn test:unit && yarn test:e2e",
"test:unit": "vitest",
"test:e2e": "playwright test"
},
"repository": {
"type": "git",
"url": "https://github.com/nikoheikkila/nikoheikkila.fi"
},
"bugs": {
"url": "https://github.com/nikoheikkila/nikoheikkila.fi/issues"
},
"snyk": true
}