-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.22 KB
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
{
"name": "peedee2002.github.io",
"version": "1.0.0",
"private": true,
"homepage": "https://Peedee2002.github.io",
"description": "peedee2002.github.io",
"author": "Peter Derias",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "next dev",
"start": "next dev",
"build": "next build && next-image-export-optimizer --nextConfigPath next.config.mjs",
"predeploy": "npm run build",
"deploy": "gh-pages -d public",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/react": "3.34.0",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@mdx-js/react": "3.1.1",
"framer-motion": "12.38.0",
"gray-matter": "^4.0.3",
"next": "16.1.7",
"next-image-export-optimizer": "^1.20.1",
"next-mdx-remote": "^6.0.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-icons": "5.6.0",
"remark-frontmatter": "5.0.0",
"remark-mdx-frontmatter": "5.2.0"
},
"devDependencies": {
"@types/node": "25.5.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"gh-pages": "6.3.0",
"prettier": "3.8.1",
"sass": "1.98.0",
"schema-utils": "4.3.3",
"typescript": "5.9.3",
"typescript-plugin-css-modules": "5.2.0"
}
}