-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.81 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": "eze-services",
"version": "0.9.2",
"description": "Eze-Services is a flexible, high-performance state management library for React applications. It provides modular state handling through hives, enabling scalable and efficient management of simple and complex state types like primitives, arrays, forms, and nested objects without a centralized store. Built-in support for persistent storage, real-time updates, and simplified form handling makes Eze-Services ideal for both small and large-scale applications.",
"private": false,
"engines": {
"node": ">=14"
},
"scripts": {
"build": "rm -rf dist && rollup -c --exports auto",
"prod": "node ./scripts/publish.js"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@babel/core": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"babel-loader": "^9.2.1",
"eze-utils": "^0.0.4",
"postcss": "^8.4.47",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.2",
"rollup": "^4.24.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.6.2"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"keywords": [],
"tags": [],
"dependencies": {},
"type": "module"
}