-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.94 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
{
"name": "semantic",
"version": "1.0.0",
"private": true,
"description": "semantic",
"author": "ohprettyhak",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby clean && gatsby develop",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@mdx-js/react": "^3.1.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@reach/router": "^1.3.4",
"@vanilla-extract/css": "^1.16.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"motion": "^11.11.17",
"gatsby": "^5.14.0",
"gatsby-plugin-google-gtag": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-vanilla-extract": "^4.0.2",
"gatsby-remark-images": "^7.14.0",
"gatsby-remark-prismjs": "^7.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"material-symbols": "^0.22.2",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"remark-blockquote-alerts": "^0.0.3",
"remark-gfm": "^1.0.0",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@types/node": "^20.17.6",
"@types/reach__router": "^1.3.15",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/parser": "^7.18.0",
"@vanilla-extract/webpack-plugin": "^2.3.14",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript": "^5.6.3"
}
}