-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.44 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
52
53
54
{
"name": "findfoxs",
"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.11.0",
"@mui/material": "^5.14.3",
"@nivo/bar": "^0.83.0",
"@nivo/core": "^0.83.0",
"@nivo/funnel": "^0.83.0",
"@nivo/line": "^0.83.0",
"@nivo/pie": "^0.83.0",
"@types/js-cookie": "^3.0.3",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@vercel/analytics": "^1.0.1",
"aos": "^2.3.4",
"email-existence": "^0.1.6",
"eslint": "8.32.0",
"eslint-config-next": "^13.4.9",
"firebase": "^10.0.0",
"jose": "^4.12.0",
"js-cookie": "^3.0.1",
"lottie-react": "^2.4.0",
"next": "^13.4.2",
"react": "^18.2.0",
"react-circular-progressbar": "^2.1.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.4.4",
"react-youtube": "^10.1.0",
"sheetjs-style": "^0.15.8",
"swr": "^2.1.5",
"typescript": "4.9.4",
"uuid": "^9.0.0",
"validator": "^13.9.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.19.3/xlsx-0.19.3.tgz"
},
"devDependencies": {
"@faker-js/faker": "^8.0.1",
"@firebase/firestore-types": "^3.0.0",
"@types/aos": "^3.0.4",
"@types/uuid": "^9.0.2",
"@types/validator": "^13.7.17"
}
}