-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 934 Bytes
/
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
{
"name": "image-search-demo",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@sentry/nextjs": "^6.16.1",
"@sentry/react": "^6.16.1",
"amplitude-js": "^8.13.1",
"axios": "^0.24.0",
"cropperjs": "^1.5.12",
"gestalt": "^41.0.6",
"next": "12.0.7",
"next-images": "^1.8.4",
"qs": "^6.10.2",
"react": "17.0.2",
"react-cropper": "^2.1.8",
"react-dom": "17.0.2",
"react-file-drop": "^3.1.3",
"react-next-github-btn": "^1.2.1",
"uuidv4": "^6.2.12"
},
"devDependencies": {
"@types/node": "17.0.1",
"@types/react": "17.0.37",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"typescript": "4.5.4"
}
}