-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 943 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
{
"name": "ajayliu.com",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "yarn run build && next export",
"build:lambda": "netlify-lambda build backend"
},
"dependencies": {
"@sendgrid/mail": "^7.4.2",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"next": "^12.2.3",
"react": "18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-dom": "18.2.0",
"react-dom-confetti": "^0.2.0",
"react-ga": "^3.3.0",
"react-google-recaptcha": "^2.1.0",
"react-type-animation": "^3.2.0",
"sass": "^1.32.8",
"sweetalert": "^2.1.2",
"vanta": "^0.5.21"
},
"devDependencies": {
"@types/node": "^18.0.6",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"css-loader": "^6.7.1",
"netlify-cli": "^10.10.2",
"typescript": "^4.1.3",
"yarn-audit-fix": "^9.3.2"
}
}