forked from pagers-org/react-world
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.05 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.05 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
{
"name": "react-world",
"packageManager": "yarn@3.6.3",
"private": true,
"version": "0.0.0",
"description": "리액트로 구현하는 리얼 월드 프로젝트",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pagers-org/react-world.git"
},
"keywords": [
"real-world",
"react",
"pagers"
],
"author": {
"name": "InSeong-So",
"email": "goflvhxj2547@gmail.com",
"url": "https://github.com/inseong-so"
},
"devEngines": {
"node": "16.x || 18.x || 19.x || 20.x"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pagers-org/react-world/issues"
},
"homepage": "https://github.com/pagers-org/react-world#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.2"
},
"dependencies": {
"prettier": "^3.0.2",
"typescript": "^5.2.2"
}
}