-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 863 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
{
"name": "okaziya-cv",
"version": "1.0.0",
"description": "My personal CV project",
"main": "index.js",
"homepage": "https://okaziya.github.io/cv/",
"scripts": {
"dev": "NEXT_PUBLIC_SITE_URL=http://localhost:3000/cv next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write ."
},
"keywords": [],
"author": "@okaziya",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.25.7",
"@types/node": "^22.7.4",
"@types/react": "^18.3.11",
"bootstrap": "^5.3.3",
"next": "^14.2.14",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.3",
"styled-components": "^6.1.13",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/styled-components": "^5.1.34",
"babel-plugin-styled-components": "^2.1.4",
"prettier": "^3.4.2"
}
}