-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 973 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.4.7",
"next": "14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-syntax-highlighter": "^15.5.0",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@stackbit/cms-git": "^1.0.1",
"@stackbit/types": "^2.0.1",
"@types/glob": "^8.1.0",
"@types/react": "^18.3.3",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.19",
"eslint": "^8.42.0",
"eslint-config-next": "^14.2.4",
"js-yaml": "^4.1.0",
"postcss": "^8.4.38",
"prettier": "^3.0.0",
"typescript": "^5.1.3"
},
"license": "MIT"
}