-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.87 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
50
51
52
53
54
55
56
57
58
{
"name": "gloddy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"packageManager": "yarn@3.6.4",
"private": true,
"nmHoistingLimits": "workspaces",
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"web": "yarn workspace @gloddy/web",
"app": "yarn workspace @gloddy/app"
},
"repository": "git+https://github.com/gloddy-dev/gloddy-client.git",
"keywords": [],
"author": "Kuesung Park <gueit214@naver.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/gloddy-dev/gloddy-client/issues"
},
"homepage": "https://github.com/gloddy-dev/gloddy-client#readme",
"devDependencies": {
"@babel/core": "^7.23.9",
"@next/eslint-plugin-next": "^14.1.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/eslint-config": "^0.73.2",
"@types/react": "^18.2.55",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.20.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "latest",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jest-dom": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "latest",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.11.1",
"husky": "^9.0.7",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"typescript": "5.1.3"
}
}