-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.23 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
{
"name": "@aserto/aserto-react",
"version": "0.4.2",
"description": "Aserto React SDK",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c",
"lint": "eslint src --max-warnings=0",
"prepack": "cross-env NODE_ENV=production rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aserto-dev/aserto-react.git"
},
"files": [
"dist/*"
],
"homepage": "https://github.com/aserto-dev/aserto-react#readme",
"keywords": [
"aserto",
"authorization",
"react",
"SPA authorization"
],
"author": "Aserto",
"license": "Apache-2.0",
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@aserto/aserto-spa-js": "^0.4.0"
},
"devDependencies": {
"@aserto/ts-linting-configs": "^3.0.1",
"@babel/core": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.9",
"@babel/preset-env": "^7.13.9",
"@babel/preset-react": "^7.12.13",
"@babel/preset-typescript": "^7.13.0",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^11.2.0",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.0.29",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"cross-env": "^7.0.3",
"eslint": "^9.14.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"prettier": "^3.3.3",
"react": "^18.0.29",
"react-dom": "^18.0.29",
"rollup": "^2.79.2",
"rollup-plugin-multi-input": "^1.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.30.0",
"tslib": "^2.6.2",
"typescript": "^4.2.2"
},
"prettier": "@aserto/ts-linting-configs/prettier.config",
"packageManager": "yarn@4.5.1"
}