-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 loc) · 1.91 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
59
60
61
62
63
64
{
"name": "dp-data-table",
"version": "3.0.0",
"description": "A simple and easy to customize data table with filter and sort functionalities. This component is build using React and can be directly used in static html as well.",
"main": "lib/dpDataTable.js",
"unpkg": "lib/dpDataTable.js",
"scripts": {
"test": "eslint src/ && ./node_modules/karma/bin/karma start karma.conf.js",
"watch-test": "./node_modules/karma/bin/karma start karma.conf.js --auto-watch --no-single-run",
"build": "npm run build-dist",
"build-dist": "webpack --env dist",
"build-lib": "webpack --env lib",
"start": "webpack-dev-server --hot",
"prepublish": "npm run build"
},
"author": "[email protected]",
"license": "MIT",
"keywords": [
"react-component",
"sortable table",
"data table",
"sortable data table",
"filterable data table",
"filterable table",
"filterable grid",
"easy data table",
"simple data table",
"dp-data-table"
],
"dependencies": {
"classnames": "^2.5.1",
"lodash": "^4.17.21",
"prop-types": "^15.8.1"
},
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-eslint": "^7.2.3",
"babel-loader": "~9.1.0",
"babel-polyfill": "^6.26.0",
"babel-runtime": "~6.26.0",
"css-loader": "^7.1.2",
"es5-shim": "~4.6.7",
"eslint": "^8.28.0",
"eslint-plugin-react": "^7.31.11",
"jasmine": "~4.5.0",
"jasmine-core": "~4.5.0",
"json-loader": "^0.5.7",
"react-test-renderer": "^18.2.0",
"sass": "^1.79.5",
"sass-loader": "^16.0.2",
"style-loader": "^4.0.0",
"webpack": "~5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "~5.1.0"
},
"peerDependencies": {
"react": "~18.3.1",
"react-dom": "~18.3.1"
},
"repository": "https://github.com/daniepaul/dp-data-table.git"
}