forked from Saleh-Mohammed-Alabidi/react-permission-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.14 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
{
"name": "react-permission-kit",
"version": "1.0.2",
"description": "react-permission-kit",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"homepage": "https://github.com/Saleh-Mohammed-Alabidi/react-permission-kit",
"repository": {
"url": "https://github.com/Saleh-Mohammed-Alabidi/react-permission-kit"
},
"scripts": {
"build": "webpack",
"test": "jest"
},
"keywords": [
"React Permission Kit"
],
"author": "Saleh Mohammed Alabidi",
"license": "MIT",
"dependencies": {
"crypto-js": "^4.2.0",
"react": "^18.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/crypto-js": "^4.2.2",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/testing-library__jest-dom": "^6.0.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"ts-jest": "^29.2.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}