-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 891 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": "ricky-adriell-portfolio",
"version": "0.0.1",
"description": "Ricky Adriell's Portfolio",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rickyadriell/web.git"
},
"author": "Ricky Adriell <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rickyadriell/web/issues"
},
"homepage": "https://github.com/rickyadriell/web#readme",
"dependencies": {
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"next": "15.1.2",
"nextra": "3.0.0-alpha.42",
"nextra-theme-docs": "3.0.0-alpha.42",
"react": "^18.2.0",
"react-dom": "18.3.1"
},
"devDependencies": {
"@types/node": "22.10.2",
"@types/react": "^19.0.2",
"typescript": "5.7.2"
}
}