forked from Permify/react-role
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (41 loc) · 979 Bytes
/
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
{
"name": "@permify/react-role",
"version": "0.5.3",
"description": "Lightweight role based access management solution for React applications",
"author": "EgeAytin",
"license": "Apache-2.0",
"repository": "Permify/react-role",
"main": "dist/index.js",
"engines": {
"node": ">=8",
"npm": ">=5"
},
"scripts": {
"build": "webpack --mode production --config webpack.config.js"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/react": "^16.3.13",
"babel-core": "^6.26.3",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.5.1",
"react": "^16.12.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"typescript": "^3.9.10",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"files": [
"dist"
],
"keywords": [
"react",
"typescript",
"npm"
]
}