-
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.13 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.13 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
{
"name": "@divops/app.divops.kr-github-api",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "test -n $SKIP_INSTALL || config-cli",
"prepare": "husky install"
},
"dependencies": {
"@babel/core": "^7.19.1",
"@divops-packages/gist-crud-core": "^0.3.6",
"@divops-packages/node-utils": "^0.1.2",
"@divops/gist-storage": "^0.0.20",
"@divops/github-oauth": "^0.0.112",
"@emotion/react": "^11.10.4",
"next": "12.3.1",
"nextjs-cors": "^2.1.2",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@divops/frontend-configs-cli": "workspace:^",
"@emotion/babel-plugin": "^11.10.2",
"@types/babel__core": "^7",
"@types/eslint": "^8",
"@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"
}
}