-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.24 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.24 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "flockfysh",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -H 127.0.0.1 -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^8.0.2",
"@mui/material": "^5.13.4",
"@paypal/paypal-js": "^6.0.1",
"@paypal/react-paypal-js": "^8.1.0",
"@stripe/react-stripe-js": "^2.1.1",
"@stripe/stripe-js": "^1.54.2",
"axios": "^1.4.0",
"bluebird": "^3.7.2",
"boring-avatars": "^1.10.1",
"browserfs": "^1.4.3",
"chart.js": "^4.3.0",
"client-zip": "^2.4.4",
"dayjs": "^1.11.7",
"dotenv": "^16.3.1",
"framer-motion": "^10.12.22",
"konva": "^9.2.0",
"mime-types": "^2.1.35",
"next": "13.3.4",
"next-seo": "^6.1.0",
"nextjs-redirect": "^6.0.1",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-data-table-component": "^7.5.3",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"react-icons": "^4.8.0",
"react-infinite-scroller": "^1.2.6",
"react-konva": "^18.2.9",
"react-konva-utils": "^1.0.4",
"react-loading-icons": "^1.1.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.14.1",
"react-select": "^5.7.3",
"react-svg": "^16.1.11",
"react-toastify": "^9.1.3",
"react-virtuoso": "^4.3.8",
"swiper": "^9.3.2",
"type-is": "^1.6.18",
"url": "^0.11.1",
"use-state-with-deps": "^1.1.2",
"usehooks-ts": "^2.9.1",
"uuid": "^9.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/bluebird": "^3.5.38",
"@types/mime-types": "^2.1.1",
"@types/node": "18.16.3",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.1",
"@types/react-icons": "^3.0.0",
"@types/react-infinite-scroller": "^1.2.3",
"@types/react-select": "^5.0.1",
"@types/react-svg": "^5.0.0",
"@types/type-is": "^1.6.3",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.7",
"typescript": "^5.1.6"
}
}