forked from IRONDESK/moss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 898 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 898 Bytes
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": "moss",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@prisma/client": "^3.11.1",
"@sendgrid/mail": "^7.6.2",
"@toast-ui/react-editor": "^3.1.3",
"@types/d3": "^7.1.0",
"d3": "^7.3.0",
"iron-session": "^6.1.2",
"moment": "^2.29.3",
"next": "^12.1.1",
"nodemon": "^2.0.15",
"react": "^18.0.0-rc.3",
"react-dom": "^18.0.0-rc.3",
"react-hook-form": "^7.29.0",
"react-spring": "^9.4.4",
"swr": "^1.2.2",
"twilio": "^3.76.0"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"prisma": "^3.11.1",
"typescript": "4.6.2"
}
}