-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.23 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
{
"name": "ecomm_nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.9.3",
"@mui/material": "^5.8.6",
"axios": "^0.27.2",
"mongoose": "^6.4.1",
"next": "12.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-paginate": "^8.1.3",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@types/node": "^18.0.0",
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2"
},
"description": "A ecommerce website made using NEXTJS.",
"main": "jest.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/nsachin08/NextJS_Ecomm.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nsachin08/NextJS_Ecomm/issues"
},
"homepage": "https://github.com/nsachin08/NextJS_Ecomm#readme"
}