-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
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
{
"name": "goosev2",
"license": "MIT",
"sideEffects": false,
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest --clearCache && jest"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.2",
"@chakra-ui/react": "^1.0.4",
"@emotion/react": "^11.1.4",
"@emotion/styled": "^11.0.0",
"@types/cors": "^2.8.10",
"cors": "^2.8.5",
"framer-motion": "^3.1.1",
"jszip": "^3.5.0",
"multer": "^1.4.2",
"next": "^10.0.4",
"next-connect": "^0.10.1",
"pdf-lib": "^1.14.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"recoil": "^0.1.2"
},
"devDependencies": {
"@next/bundle-analyzer": "^10.0.4",
"@testing-library/dom": "^7.29.0",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@types/jest": "^26.0.19",
"@types/multer": "^1.4.5",
"@types/node": "^14.14.16",
"@types/react": "^17.0.0",
"@types/read": "^0.0.28",
"babel-jest": "^26.6.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-dom": "^4.0.0",
"typescript": "^4.1.3"
}
}