-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "photo-search-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "react-scripts test"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.12",
"@mui/styled-engine-sc": "^5.11.11",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"babel-jest": "^29.5.0",
"chic-ui": "^1.0.12",
"cors": "^2.8.5",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"identity-obj-proxy": "^3.0.0",
"next": "13.2.3",
"next-transpile-modules": "^10.0.0",
"nextjs-cors": "^2.1.2",
"pexels": "^1.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-paginate": "^8.1.4",
"styled-components": "^5.3.8",
"typescript": "4.9.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/cors": "^2.8.13",
"@types/styled-components": "^5.1.26"
}
}