forked from nhabuiduc/react-filter-box
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 2.85 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "@waylay/react-filter-box",
"version": "3.4.13",
"description": "Conditional filter supports OR/AND, bracket, Highlighting, Autocomplete, and high extensibility ",
"scripts": {
"lint": "tslint ./src/**/*.tsx?",
"test": "mocha --require ts-node/register test/**/*.spec.ts",
"component-package": "webpack --config webpack.component.config.js --progress && npm run less",
"less": "lessc ./src/ReactFilterBox.less ./lib/react-filter-box.css",
"prepublish": "npm run component-package",
"version": "conventional-changelog -i CHANGELOG.md -s -r 0 -p @spyke/conventional-changelog-preset && git add CHANGELOG.md"
},
"repository": {
"type": "git",
"url": "https://github.com/nhabuiduc/react-filter-box"
},
"main": "lib/react-filter-box.js",
"types": "./lib/src/ReactFilterBox.d.ts",
"keywords": [
"react-component",
"react",
"reactjs",
"filter",
"condition",
"search",
"hmr",
"live",
"edit",
"webpack"
],
"author": "nha bui duc (http://github.com/nhabuiduc)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nhabuiduc/react-filter-box"
},
"homepage": "",
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.0.0",
"@spyke/conventional-changelog-preset": "^1.0.5",
"@types/chai": "^4.3.4",
"@types/codemirror": "^0.0.70",
"@types/enzyme": "^3.1.15",
"@types/fixed-data-table": "^0.6.34",
"@types/lodash": "^4.14.190",
"@types/mocha": "^10.0.0",
"@types/pegjs": "^0.10.1",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/sinon": "^10.0.13",
"babel-loader": "^9.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"chai": "^4.3.7",
"conventional-changelog-cli": "^2.2.2",
"css-loader": "^5.2.7",
"enzyme": "^3.11.0",
"fixed-data-table": "^0.6.5",
"ignore-styles": "^5.0.1",
"jsdom": "^20.0.3",
"jsdom-global": "^3.0.2",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"mocha": "^10.1.0",
"pegjs-loader": "^0.5.6",
"react-day-picker": "^8.3.7",
"react-hot-loader": "^4.13.1",
"react-test-renderer": "^18.2.0",
"sinon": "^15.2.0",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.1",
"ts-node": "^10.9.1",
"tslint": "^6.1.3",
"typescript": "^4.8.4",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"codemirror": "^5.42.0",
"lodash": "^4.17.21",
"pegjs": "^0.10.0",
"react": "^18.2.0",
"react-codemirror2": "^5.1.0",
"react-dom": "^18.2.0"
},
"resolutions": {
"set-value": "2.0.1",
"mixin-deep": "1.3.2",
"minimist": "1.2.6",
"loader-utils": "2.0.4",
"webpack-dev-server/**/express": "4.21.1"
}
}