-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.5 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "^1.5.0",
"@types/react-transition-group": "^4.4.1",
"browser-image-compression": "^1.0.14",
"clarifai-nodejs-grpc": "^7.2.0",
"compute-scroll-into-view": "^1.0.17",
"cors-anywhere": "^0.4.4",
"data-uri-to-buffer": "^3.0.1",
"focus-visible": "^5.2.0",
"got": "^11.8.2",
"image-conversion": "^2.1.1",
"jpeg-autorotate": "^7.1.1",
"nanoid": "^3.1.20",
"next": "10.0.6",
"piexifjs": "^1.0.6",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-dropzone": "^11.3.1",
"react-redux": "^7.2.2",
"react-transition-group": "^4.4.1",
"react-window": "^1.8.6",
"sass": "^1.32.7",
"scroll-into-view-if-needed": "^2.2.27"
},
"devDependencies": {
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.0",
"@types/jest": "^26.0.24",
"@types/jpeg-autorotate": "^5.0.0",
"@types/jsdom": "^16.2.13",
"@types/lodash": "^4.14.168",
"@types/node": "^14.14.26",
"@types/react": "^17.0.1",
"@types/react-redux": "^7.1.16",
"@types/react-window": "^1.8.2",
"@types/webpack-env": "^1.16.0",
"babel-jest": "^27.0.6",
"jest": "^27.0.6",
"lodash": "^4.17.21",
"typescript": "^4.1.5"
}
}