-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 1.29 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
51
{
"name": "winter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.14",
"@mui/material": "^5.10.14",
"@mui/types": "^7.2.1",
"@octokit/rest": "^19.0.5",
"@octokit/types": "^8.0.0",
"@types/google-spreadsheet": "^3.3.0",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"google-spreadsheet": "^3.3.0",
"next": "13.0.3",
"next-pwa": "^5.6.0",
"octokit": "^2.0.10",
"react": "18.2.0",
"react-card-flip": "^1.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"react-lottie-player": "^1.5.0",
"react-snowfall": "^1.2.1",
"react-vertical-timeline-component": "^3.5.2",
"tailwind-scrollbar-hide": "^1.1.7",
"typescript": "4.9.3"
},
"devDependencies": {
"@types/react-vertical-timeline-component": "^3.3.3",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
},
"browser": {
"child_process": false,
"fs": false,
"net": false,
"tls": false
}
}