-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"private": true,
"scripts": {
"init-db": "env-cmd -f .env node init-db.mjs",
"dev": "env-cmd -f .env next",
"build": "env-cmd -f .env next build",
"start": "env-cmd -f .env next start",
"typecheck": "tsc"
},
"dependencies": {
"@toast-ui/react-editor": "^3.2.3",
"@types/jsonwebtoken": "^9.0.5",
"@types/react-modal": "^3.16.3",
"axios": "^1.6.2",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"env-cmd": "^10.1.0",
"gray-matter": "^4.0.3",
"jotai": "^2.6.0",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"mysql2": "^3.6.5",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-modal": "^3.16.1",
"react-toastify": "^9.1.3",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/node": "^18.0.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4"
}
}