-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.51 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
{
"name": "react-caches",
"version": "5.4.5",
"description": "React Caches is a lightweight and easy-to-use package that provide you a simple way to use Local Storage, Session Storage, Caches Storage & Also provide Encryption & Decryption data alongside with outers package",
"main": "./lib/config/react-caches.js",
"repository": {
"type": "git",
"url": "git://github.com/AnkanSaha/react-caches.git"
},
"types": "./lib/config/react-caches.d.ts",
"author": "Ankan Saha",
"license": "MIT",
"private": false,
"scripts": {
"test": "eslint ./source/**/*.{ts,tsx} --fix",
"build": "yarn test && tsc",
"prepare": "yarn build"
},
"keywords": [
"react",
"reactjs",
"react-hooks",
"react-component",
"react-caches",
"react-cache",
"react-cache-storage",
"react-cache-manager"
],
"displayName": "react-caches",
"funding": {
"type": "git",
"url": "https://github.com/sponsors/AnkanSaha"
},
"readme": "README.md",
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"typescript": "^5.1.6"
},
"dependencies": {
"crypto-js": "^4.2.0",
"react": "^18.3.0",
"react-dom": "^18.3.0"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=6.0.0"
},
"sponsor": {
"url": "https://github.com/sponsors/AnkanSaha"
}
}