-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.29 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.29 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "react-sort-search-table",
"version": "1.1.1",
"description": "simple react sortable searchable table",
"main": "lib/react-sort-search-table.js",
"scripts": {
"preview": "webpack serve --config=./preview/webpack/webpack.config.js",
"compile": "webpack --config=webpack.config.js",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git://github.com/Grace951/react-table.git"
},
"keywords": [
"react hooks",
"react",
"sortable",
"search",
"pager",
"table"
],
"peerDependencies": {
"react": ">= 16.8.2",
"react-dom": ">= 16.8.2"
},
"dependencies": {
"babel-plugin-styled-components": "^1.12.0",
"styled-components": "5.2.3"
},
"devDependencies": {
"@babel/core": "7.4.5",
"@babel/preset-env": "7.4.5",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.2.2",
"css-loader": "^5.2.0",
"html-webpack-plugin": "5.3.1",
"react": "16.8.2",
"react-dom": "16.8.2",
"webpack": "5.30.0",
"webpack-cli": "4.6.0",
"webpack-dev-server": "3.11.2"
},
"resolutions": {
"styled-components": "^5"
},
"author": "Ching-Ching Yeh <learningg@gmail.com> (https://github.com/Grace951)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Grace951/react-table/issues"
},
"homepage": "https://github.com/Grace951/react-table#readme"
}