-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
35 lines (35 loc) · 978 Bytes
/
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
{
"name": "personal-site",
"version": "0.2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"classnames": "^2.5.1",
"dayjs": "^1.11.11",
"front-matter": "^4.0.2",
"markdown-to-jsx": "^7.7.1",
"next": "^15.1.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-syntax-highlighter": "^15.6.1",
"tailwindcss": "^3.4.13"
},
"devDependencies": {
"@stackbit/cms-git": "^1.0.30",
"@stackbit/types": "^2.1.11",
"@types/glob": "^8.1.0",
"@types/react": "^19.0.1",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.19",
"eslint": "^8.42.0",
"eslint-config-next": "^14.2.20",
"js-yaml": "^4.1.0",
"postcss": "^8.4.47",
"prettier": "^3.0.0",
"typescript": "^5.1.3"
},
"license": "MIT"
}