-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.34 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
{
"name": "@attilagyongyosi/the-bad-request",
"version": "0.14.1",
"description": "Source code of my personal technology blog, powered by Notion.",
"private": true,
"homepage": "https://blog.attilagyongyosi.com",
"author": {
"name": "Attila Gyöngyösi",
"email": "[email protected]",
"url": "https://attilagyongyosi.com"
},
"scripts": {
"prepare": "husky install",
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"lint:ts": "eslint src/**/*.{ts,tsx}",
"lint:paths": "path-linter",
"lint": "concurrently \"npm:lint:*\"",
"test": "vitest run",
"test:dev": "vitest",
"release": "release-it",
"deploy:dev": "components deploy --stage dev",
"deploy:prod": "components deploy --stage prod",
"metric:libyear": "libyear"
},
"dependencies": {
"gatsby": "5.4.0",
"github-markdown-css": "5.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.4",
"rehype-highlight": "6.0.0",
"the-new-css-reset": "1.8.2"
},
"devDependencies": {
"@attilagyongyosi/path-linter": "2.1.5",
"@attilagyongyosi/eslint-config": "0.4.0",
"@commitlint/cli": "17.4.1",
"@commitlint/config-conventional": "17.4.0",
"@release-it/conventional-changelog": "5.1.1",
"@serverless/components": "3.18.2",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
"@typescript-eslint/parser": "5.48.1",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@vitest/ui": "0.27.0",
"concurrently": "7.6.0",
"dotenv": "16.0.3",
"eslint": "8.31.0",
"gatsby-plugin-feed": "5.4.0",
"gatsby-plugin-sass": "6.4.0",
"gatsby-source-notion-api": "0.12.0",
"husky": "8.0.3",
"jsdom": "21.0.0",
"libyear": "0.8.0",
"prettier": "2.8.2",
"release-it": "15.6.0",
"sass": "1.57.1",
"serverless": "3.26.0",
"typescript": "4.9.4",
"vite": "4.0.4",
"vitest": "0.27.0"
},
"license": "0BSD"
}