-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.19 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
{
"name": "sticky-table",
"version": "1.0.0",
"homepage": "/sticky-table",
"license": "MIT",
"author": {
"name": "Piyush Lodaya",
"email": "[email protected]"
},
"scripts": {
"build": "react-scripts build",
"pretty": "npx prettier --write .",
"start": "react-scripts start",
"test": "react-scripts test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"dependencies": {
"faker": "^5.5.3",
"iscroll": "^5.2.0",
"match-sorter": "^6.3.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-table": "^7.7.0",
"react-table-sticky": "^1.1.3",
"react-virtual": "^2.10.0",
"react-virtuoso": "^2.4.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-table": "^7.7.9",
"@types/styled-components": "^5.1.19",
"prettier": "2.5.1",
"react-scripts": "5.0.0"
}
}