This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.1 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
{
"name": "kir-dev-blog",
"description": "A Kir-Dev kör blogja.",
"version": "1.0.0",
"private": true,
"keywords": [
"gatsby",
"javascript",
"typescript",
"nodejs",
"ruby",
"rails",
"community",
"simonyi"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"dev": "gatsby develop",
"start": "gatsby develop",
"format": "prettier --write \"src/**/*.{ts,tsx,md}\"",
"lint": "eslint \"src/**/*.{ts,tsx}\"",
"test": "npm run type-check && npm run lint",
"type-check": "tsc"
},
"dependencies": {
"@chakra-ui/gatsby-plugin": "3.1.1",
"@chakra-ui/react": "2.4.9",
"@chakra-ui/system": "2.3.8",
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@fontsource/poppins": "4.5.10",
"framer-motion": "8.5.5",
"gatsby": "5.6.0",
"gatsby-plugin-image": "3.6.0",
"gatsby-plugin-offline": "6.6.0",
"gatsby-plugin-sharp": "5.6.0",
"gatsby-remark-autolink-headers": "6.6.0",
"gatsby-remark-classes": "1.0.2",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "7.6.0",
"gatsby-remark-table-of-contents": "2.0.0",
"gatsby-remark-vscode": "3.3.1",
"gatsby-source-filesystem": "5.6.0",
"gatsby-transformer-remark": "6.6.0",
"gatsby-transformer-sharp": "5.6.0",
"gatsby-transformer-yaml": "5.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "6.1.0",
"react-icons": "4.7.1",
"util": "0.12.5",
"utterances-react-component": "1.0.0"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-helmet": "6.1.6",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"babel-preset-gatsby": "3.6.0",
"eslint": "8.33.0",
"eslint-config-prettier": "8.6.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1",
"gatsby-plugin-root-import": "2.0.9",
"prettier": "2.8.3",
"typescript": "4.9.4"
}
}