-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 999 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
{
"name": "react-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@headlessui/react": "^1.7.17",
"bootstrap": "^5.3.2",
"framer-motion": "^10.16.4",
"next": "14.0.1",
"react": "^18",
"react-bootstrap": "^2.9.1",
"react-dom": "^18",
"react-icons": "^4.11.0",
"react-router-dom": "^6.18.0",
"react-spring": "^9.7.3",
"react-toggle-dark-mode": "^1.1.1",
"request": "^2.88.2",
"requests": "^0.3.0",
"scrollreveal": "^4.0.9",
"styled-components": "^6.1.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8.53.0",
"eslint-config-next": "14.0.1",
"eslint-plugin-import": "^2.29.0",
"file-loader": "^6.2.0",
"object.groupby": "^1.0.1",
"postcss": "^8",
"react-native": "^0.72.6",
"tailwindcss": "^3.3.5"
}
}