generated from 202303-PRM-TR-FEW/capstone-template
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
{
"name": "learnu-team-7",
"version": "0.1.0",
"private": true,
"scripts": {
"devStart": "nodemon script.js",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@inrupt/jest-jsdom-polyfills": "^2.1.2",
"@mui/icons-material": "^5.14.0",
"@mui/material": "^5.14.1",
"@mui/styled-engine-sc": "^5.12.0",
"autoprefixer": "10.4.14",
"aws-sdk": "^2.1425.0",
"crypto-js": "^4.1.1",
"dotenv": "^16.3.1",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"express": "^4.18.2",
"install": "^0.13.0",
"mongoose": "^7.3.4",
"next": "13.5.2",
"next-auth": "^4.23.1",
"next-intl": "^3.0.0-beta.18",
"npm": "^9.8.0",
"postcss": "8.4.24",
"react": "18.2.0",
"react-country-region-selector": "^3.6.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-player": "^2.12.0",
"react-s3": "^1.3.1",
"react-toastify": "^9.1.3",
"sharp": "^0.32.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/testing-library__jest-dom": "^5.14.7",
"babel-jest": "^29.6.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.6.0",
"jest-environment-jsdom": "^29.6.0",
"nodemon": "^3.0.1",
"tailwindcss": "^3.3.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": "i18n.js",
"keywords": [],
"author": "",
"license": "ISC"
}