-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 970 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
{
"name": "developer-portfolio-starter-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"flowbite": "^2.2.1",
"framer-motion": "^10.6.0",
"jarallax": "^2.2.0",
"mdb-react-ui-kit": "^7.2.0",
"next": "^13.5.6",
"next-themes": "^0.2.1",
"pure-react-carousel": "^1.30.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.2.1",
"react-responsive-carousel": "^3.2.23",
"react-simple-typewriter": "^5.0.1",
"react-slick": "^0.30.1",
"react-typed": "^2.0.12",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1"
}
}