forked from pagers-org/react-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "react-world",
"private": true,
"version": "0.0.0",
"description": "리액트로 구현하는 리얼 월드 프로젝트",
"repository": {
"type": "git",
"url": "git+https://github.com/pagers-org/react-world.git"
},
"keywords": [
"real-world",
"react",
"pagers"
],
"author": {
"name": "InSeong-So",
"email": "[email protected]",
"url": "https://github.com/inseong-so"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pagers-org/react-world/issues"
},
"homepage": "https://github.com/pagers-org/react-world#readme",
"devEngines": {
"node": "16.x || 18.x || 19.x || 20.x"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"prettier": "^3.0.3",
"tsconfig": "workspace:*",
"turbo": "latest",
"eslint": "^8.48.0",
"typescript": "^4.8.0"
},
"packageManager": "[email protected]"
}