-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.21 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "catchvfrontnext",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/bundle-analyzer": "^12.3.0",
"@nivo/core": "^0.80.0",
"@nivo/pie": "^0.80.0",
"@reduxjs/toolkit": "^1.8.5",
"@themesberg/tailwind-datepicker": "^1.1.0",
"@zeit/next-bundle-analyzer": "^0.1.2",
"axios": "^0.27.2",
"babel-preset-next": "^1.4.0",
"browser-image-compression": "^2.0.0",
"dotenv": "^16.0.1",
"dotenv-load": "^2.0.1",
"eslint-config-airbnb": "^19.0.4",
"express": "^4.18.1",
"flowbite": "^1.5.3",
"framer-motion": "^7.5.3",
"gravatar": "^1.8.2",
"iron-session": "^6.2.0",
"mongodb": "^4.9.0",
"multer": "^1.4.5-lts.1",
"next": "12.2.5",
"next-connect": "^0.13.0",
"next-env": "^1.1.1",
"next-s3-upload": "^0.2.3",
"nextjs-progressbar": "^0.0.14",
"react": "18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.2",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/multer": "^1.4.7",
"@types/node": "^18.7.11",
"@types/react": "18.0.17",
"@types/react-datepicker": "^4.4.2",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.8",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.7.4"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gangfunction/catchvfrontnext.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gangfunction/catchvfrontnext/issues"
},
"homepage": "https://github.com/gangfunction/catchvfrontnext#readme",
"proxy": "http://localhost:8080"
}