-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.31 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
{
"name": "react-criteria",
"version": "1.0.0",
"description": "React criteria component",
"main": "dist/main.js",
"scripts": {
"test": "jest",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-criteria/core.git"
},
"keywords": [
"react",
"criteria",
"component",
"filter",
"sort"
],
"author": "Luca Tabone <taboneluca3@gmail.com>",
"license": "CC-BY-NC-4.0",
"bugs": {
"url": "https://github.com/react-criteria/core/issues"
},
"homepage": "https://github.com/react-criteria/core#readme",
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"babel-loader": "^8.2.5",
"eslint": "^8.20.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^3.2.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-jss": "^10.9.1",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"peerDependencies": {
"react": "^18.0.0"
}
}