-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
66 lines (66 loc) · 2 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
{
"name": "recipe-capstone",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:css": "tailwindcss build path/to/your/styles.css -o path/to/your/output.css",
"lintfix": "eslint --fix ."
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-free": "^6.4.2",
"@heroicons/react": "^2.0.2",
"@mui/icons-material": "^5.14.15",
"@mui/material": "^5.14.18",
"@mui/styled-engine-sc": "^6.0.0-alpha.6",
"autoprefixer": "^10.4.16",
"cookies-next": "^4.0.0",
"fuse.js": "^7.0.0",
"heroicons": "^2.0.18",
"history": "^5.3.0",
"js-cookie": "^3.0.5",
"mongodb": "^6.1.0",
"next": "13.5.4",
"next-themes": "^0.2.1",
"pdf-lib": "^1.17.1",
"postcss-import": "^15.1.0",
"react": "^18",
"react-dom": "^18",
"react-highlight-words": "^0.20.0",
"react-icons": "^4.12.0",
"react-multi-carousel": "^2.8.4",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.20.0",
"react-select": "^5.7.7",
"react-toastify": "^9.1.3",
"styled-components": "^6.1.1",
"swr": "^2.2.4",
"tailwindcss": "^3.3.3",
"uuid": "^9.0.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.3",
"@types/node": "20.8.3",
"@types/react": "18.2.25",
"eslint": "^8.52.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"typescript": "5.2.2"
},
"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",
"keywords": [],
"author": "",
"license": "ISC"
}