forked from noooway/Daydreamer
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
44 lines (44 loc) · 1.16 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
{
"name": "daydreamer",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-hook/event": "^1.2.3",
"@react-hook/mouse-position": "^4.1.0",
"@react-hook/previous": "^1.0.1",
"@react-hook/window-size": "^3.0.7",
"@use-it/event-listener": "^0.1.6",
"bcryptjs": "^2.4.3",
"dateformat": "^4.5.1",
"floating-label-react": "^1.0.3",
"js-cookie": "^2.2.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.10.10",
"nanoid": "^3.1.20",
"next": "^10.2.0",
"postcss-viewport-height-correction": "^1.1.1",
"react": "^16.14.0",
"react-beautiful-dnd": "^13.0.0",
"react-datepicker": "^3.5.0",
"react-dom": "^16.14.0",
"react-if": "^4.0.1",
"react-scripts": "3.4.3",
"react-scrollbars-custom": "^4.0.25",
"react-textarea-autosize": "^8.3.2",
"react-truncate": "^2.4.0",
"sass": "^1.32.6",
"swr": "^0.5.5",
"use-media": "^1.4.0"
},
"devDependencies": {
"@types/react": "^16.9.56",
"postcss": "^8.2.14",
"postcss-hover-media-feature": "^1.0.1",
"typescript": "^4.0.5"
}
}