This repository was archived by the owner on Oct 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.27 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
{
"name": "v5-auction",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"init": "npm run --silent update && clear",
"update": "git pull"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@headlessui/react": "^1.5.0",
"@stripe/stripe-js": "^1.29.0",
"axios": "^0.27.2",
"chart.js": "^3.7.1",
"dateformat": "^5.0.3",
"framer-motion": "^6.2.8",
"graphql": "^16.3.0",
"isomorphic-unfetch": "^3.1.0",
"isomorphic-ws": "^4.0.1",
"jsonwebtoken": "^8.5.1",
"micro": "^9.3.4",
"next": "12.1.4",
"next-auth": "^4.3.1",
"react": "18.0.0",
"react-chartjs-2": "^4.1.0",
"react-content-loader": "^6.2.0",
"react-countdown": "^2.3.2",
"react-datepicker": "^4.7.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.29.0",
"react-icons": "^4.3.1",
"react-loading-skeleton": "^3.0.3",
"react-lottie": "^1.2.3",
"react-select": "^5.3.0",
"react-toastify": "^8.2.0",
"sass": "^1.49.11",
"stripe": "^8.219.0",
"subscriptions-transport-ws": "^0.11.0",
"swr": "^1.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "8.12.0",
"eslint-config-next": "12.1.4"
}
}