-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
72 lines (72 loc) · 2.28 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
{
"name": "knpw.rs",
"description": "With Ken Powers comes Ken Responsibility",
"private": true,
"scripts": {
"dev": "run-p --print-label dev:*",
"dev:gatsby": "gatsby develop",
"dev:generate": "graphql-codegen -w",
"build": "gatsby build",
"serve": "gatsby serve",
"check": "npm-run-all check:*",
"check:lint": "eslint src gatsby-*.ts",
"check:ts": "tsc --noEmit",
"check:format": "prettier -c src/**/*.{ts,tsx}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/knpwrs/knpw.rs.git"
},
"author": "Ken Powers <ken@kenpowers.net> (https://knpw.rs)",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/knpwrs/knpw.rs/issues"
},
"homepage": "https://github.com/knpwrs/knpw.rs#readme",
"dependencies": {
"@fontsource/poppins": "^4.5.2",
"@giscus/react": "^1.1.2",
"@mantine/hooks": "^4.0.4",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"common-breakpoints": "^1.2.1",
"gatsby": "^4.9.0",
"gatsby-plugin-feed": "^4.10.1",
"gatsby-plugin-linaria": "^3.2.0",
"gatsby-plugin-manifest": "^4.9.0",
"gatsby-plugin-mdx": "^3.9.0",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-schema-export": "^1.1.14",
"gatsby-plugin-sharp": "^4.9.0",
"gatsby-plugin-sitemap": "^5.9.0",
"gatsby-plugin-typescript": "^4.9.0",
"gatsby-remark-images": "^6.9.1",
"gatsby-source-filesystem": "^4.9.0",
"gql-tag": "^1.0.1",
"linaria": "^2.3.1",
"lodash": "^4.17.21",
"plausible-tracker": "^0.3.5",
"prism-react-renderer": "^1.3.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.3.1",
"sanitize.css": "^13.0.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^2.6.2",
"@graphql-codegen/typescript": "^2.4.5",
"@graphql-codegen/typescript-operations": "^2.3.2",
"@tsconfig/node16-strictest-esm": "^1.0.0",
"@types/mdx-js__react": "^1.5.5",
"@types/node": "^17.0.21",
"@types/react": "^17.0.40",
"@types/react-helmet": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react-hooks": "^4.3.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"typescript": "^4.6.2"
}
}