-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.04 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
{
"name": "messenger-wrapped",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/material": "^5.10.10",
"canvas-confetti": "^1.5.1",
"lucide-react": "^0.92.0",
"next": "12.2.5",
"react": "18.2.0",
"react-canvas-confetti": "^1.3.0",
"react-countup": "^6.3.0",
"react-dom": "18.2.0",
"react-transition-group": "^4.4.5",
"tailwindcss-animation-delay": "^1.0.7",
"use-file-picker": "^1.5.1"
},
"devDependencies": {
"@types/node": "^18.7.6",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-transition-group": "^4.4.5",
"@types/wicg-file-system-access": "^2020.9.5",
"@svgr/webpack": "^6.3.1",
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
}
}