forked from r-4bb1t/connecthon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 977 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
{
"name": "connecthon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/react-datepicker": "^4.4.2",
"@types/styled-components": "^5.1.26",
"axios": "^0.27.2",
"babel-plugin-styled-components": "^2.0.7",
"date-fns": "^2.29.2",
"framer-motion": "^7.2.0",
"jwt-decode": "^3.1.2",
"next": "12.2.5",
"next-pwa": "^5.5.5",
"react": "18.2.0",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-mobile-datepicker": "^4.0.2",
"react-modal-sheet": "^1.5.2",
"react-spring-bottom-sheet": "^3.4.1",
"react-uuid": "^1.0.3",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@types/node": "18.7.6",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"typescript": "4.7.4"
}
}