-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 848 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
{
"name": "portfolio-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.1.4",
"@types/node-forge": "1.3.2",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"eslint": "8.40.0",
"eslint-config-next": "14.1.4",
"firebase": "9.22.1",
"firebase-functions": "^6.2.0",
"framer-motion": "10.12.14",
"next": "14.1.4",
"next-themes": "0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scroll": "1.8.9",
"recoil": "0.7.7",
"typescript": "5.0.4",
"use-sound": "4.0.1"
},
"devDependencies": {
"@iconify/react": "4.1.0",
"@svgr/webpack": "8.0.1",
"@types/react-scroll": "1.8.7",
"sass": "1.62.1"
}
}