-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 994 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
38
39
{
"name": "testiply",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"axios": "^0.21.1",
"formik": "^2.2.6",
"framer-motion": "^3.6.2",
"jsonwebtoken": "^8.5.1",
"next": "10.0.3",
"react": "17.0.1",
"react-cookie": "^4.0.3",
"react-dom": "17.0.1",
"react-dropzone": "^11.3.1",
"react-transition-group": "^4.4.1",
"scroll-out": "^2.2.12",
"styled-components": "^5.2.1",
"yup": "^0.32.8"
},
"devDependencies": {
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^14.14.12",
"@types/react": "^17.0.0",
"@types/react-datepicker": "^3.1.2",
"@types/react-dropzone": "^5.1.0",
"@types/react-transition-group": "^4.4.0",
"@types/styled-components": "^5.1.7",
"@types/yup": "^0.29.11",
"polished": "^4.0.5",
"react-icons": "^4.1.0",
"typescript": "^4.1.2"
}
}