forked from okinawaa/personal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.39 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
45
46
47
48
49
{
"name": "chanhyuk",
"private": true,
"description": "for me",
"version": "0.0.5",
"author": "Chanhyuk <[email protected]>",
"workspaces": [
"packages/*",
"apps/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.40.0",
"@typescript-eslint/parser": "^5.20.0",
"eslint": "8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.3.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.1",
"turbo": "^1.6.3",
"typescript": "^4.9.4"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"dev:port": "turbo run dev --filter portfolio",
"dev:blog": "turbo run dev --filter blog",
"build:port": "turbo run build --filter portfolio",
"build:blog": "turbo run build --filter blog",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\""
},
"repository": {
"type": "git",
"url": "https://github.com/okinawaa/personal"
},
"bugs": {
"url": "https://github.com/okinawaa/personal/issues"
},
"packageManager": "[email protected]"
}