-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.34 KB
/
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
44
45
46
47
48
49
50
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build-analyze": "cross-env ANALYZE=true next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-spring/web": "^9.5.4",
"caniuse-lite": "^1.0.30001660",
"chart.js": "^4.4.2",
"cross-env": "^7.0.3",
"firebase-admin": "^12.1.0",
"next": "^14.2.10",
"react": "^18.2.0",
"react-chartjs-2": "^5.0.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-use-measure": "^2.1.1",
"sharp": "^0.32.6",
"typewriter-effect": "^2.20.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.5",
"@next/eslint-plugin-next": "^14.2.5",
"@types/node": "20.14.10",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"autoprefixer": "^10.4.11",
"eslint": "8.57.0",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"postcss": "^8.4.16",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.1.8",
"typescript": "5.4.5"
},
"engines": {
"node": "^18.0.0"
}
}