-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1006 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
36
37
38
39
40
41
42
43
{
"name": "portfolio",
"version": "1.0.0",
"main": "./src/index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p 1234",
"format": "npx prettier --write .",
"prod": "next start -p 50001"
},
"keywords": [],
"author": "xander",
"license": "ISC",
"description": "",
"dependencies": {
"@chakra-ui/react": "^2.10.3",
"@tippyjs/react": "^4.2.6",
"framer-motion": "^10.18.0",
"next": "^15.1.6",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^4.12.0",
"react-slider": "^2.0.6",
"react-use-lanyard": "^0.1.4",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/node": "^18.19.59",
"@types/react": "^18.3.12",
"@types/react-slider": "^1.3.6",
"autoprefixer": "^10.4.19",
"eslint": "8.57.0",
"eslint-config-next": "12.3.4",
"howler": "^2.2.4",
"postcss": "^8.4.38",
"prettier": "2.8.8",
"tailwindcss": "^3.4.14",
"typescript": "^4.9.5"
}
}