-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 976 Bytes
/
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
{
"name": "rc-ts-grid-layout",
"version": "1.0.0",
"repository": "git@github.com:ku-hedone/rc-ts-grid-layout.git",
"description": "",
"keywords": [
"react",
"hook",
"typescript",
"function component",
"grid layout",
"responsive"
],
"author": "jackqian",
"license": "MIT",
"private": true,
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"@types/react": ">=18.x.x",
"@types/react-dom": ">=18.x.x",
"@types/react-resizable": "^3.0.7",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"lodash": "^4.17.21",
"prettier": "^3.1.1",
"react": ">=18.x.x",
"react-dom": ">=18.x.x",
"rimraf": "^5.0.5",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
}
}