-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/ia-writer-mono": "^5.0.11",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@svgr/webpack": "^6.5.1",
"@types/gapi": "^0.0.44",
"@types/node": "18.11.18",
"@types/nodemailer": "^6.4.7",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"dotenv": "^16.0.3",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"googleapis": "^111.0.0",
"next": "^14.2.5",
"nodemailer": "^6.9.1",
"react": "18.3.1",
"react-anime": "^4.1.1",
"react-dom": "18.2.0",
"styled-components": "^6.1.12",
"typescript": "4.9.4"
},
"devDependencies": {
"@types/react": "18.3.3",
"@types/styled-components": "^5.1.34",
"babel-plugin-root-import": "^6.6.0",
"babel-plugin-styled-components": "^2.0.7"
},
"volta": {
"node": "18.20.4",
"yarn": "4.4.0"
}
}