-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "portfolio-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress run",
"cypress:full": "cypress run --env FULL_SPECTRUM=true"
},
"dependencies": {
"@tsparticles/engine": "^3.1.0",
"@tsparticles/react": "^3.0.0",
"@vercel/speed-insights": "^1.0.7",
"axios": "^1.2.0",
"dotenv": "^16.0.3",
"lodash": "^4.17.21",
"mongodb": "^4.12.1",
"next": "^14.0.4",
"nodemailer": "^6.9.3",
"react": "^18.2.0",
"react-bootstrap": "^2.6.0",
"react-dom": "^18.2.0",
"react-github-calendar": "^3.3.4",
"react-icons": "^4.7.1",
"react-parallax-tilt": "^1.7.72",
"react-particles": "^2.10.1",
"react-tsparticles": "^2.5.3",
"tsparticles": "^2.5.3",
"typescript": "4.9.3",
"typewriter-effect": "^2.19.0",
"use-local-storage": "^2.3.6"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.9",
"@types/lodash": "^4.14.200",
"@types/node": "18.11.9",
"@types/nodemailer": "^6.4.8",
"@types/react": "^18.2.47",
"@types/react-bootstrap": "^0.32.32",
"@types/react-dom": "18.0.9",
"cypress": "^13.3.3",
"cypress-real-events": "^1.10.3",
"eslint-config-next": "^14.0.4",
"sharp": "^0.32.1"
}
}