-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.35 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.35 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
41
42
43
44
45
46
{
"name": "@divops/app.divops.kr-api",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@babel/core": "^7.19.1",
"@emotion/react": "^11.10.4",
"@google-analytics/data": "^5.1.0",
"@googleapis/calendar": "^9.7.9",
"date-fns": "^3.6.0",
"multer": "^1.4.5-lts.1",
"next": "12.3.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"rehype-stringify": "^8.0.0",
"remark-gfm": "^1.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"unified": "^9.2.1",
"unist-builder": "^2.0.3",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.2",
"@types/babel__core": "^7",
"@types/eslint": "^8",
"@types/multer": "^1",
"@types/node": "18.7.18",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"eslint-plugin-import": "^2.26.0",
"husky": "^8.0.1",
"typescript": "4.8.3"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}