-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.69 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"clean": "rm -rf .next",
"test": "BABEL_ENV=test jest",
"test:default": "jest"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.8.1",
"@next/font": "13.1.6",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
"framer-motion": "^8.5.4",
"mongodb": "^5.5.0",
"next": "^13.5.6",
"next-themes": "0.0.15",
"node-fetch": "^3.3.0",
"nodemailer": "^6.9.2",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-rough-notation": "^1.0.1",
"swr": "^2.0.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"@babel/preset-react": "^7.22.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"autoprefixer": "^10.4.7",
"babel-jest": "^29.6.1",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"msw": "^1.2.3",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2"
},
"name": "sleepy-chef",
"description": "Got an empty belly and running short on time? We've got your back! All recipes ready in 30 minutes or less.",
"version": "1.0.0",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/soundwanders/sleepy-chef.git"
},
"keywords": [
"nextjs",
"tailwindcss",
"reactjs"
],
"author": "soundwanders",
"license": "MIT",
"bugs": {
"url": "https://github.com/soundwanders/sleepy-chef/issues"
},
"homepage": "https://github.com/soundwanders/sleepy-chef#readme"
}