-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 718 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 718 Bytes
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
{
"name": "react-state-extended",
"version": "2.0.1",
"description": "Additional options for storing react state",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
"rollup": "rollup -c"
},
"peerDependencies": {
"react": "^18.2.0",
"wal.js": "^1.1.0"
},
"author": "Brenden Bunker",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.4",
"@types/react": "^18.0.17",
"rollup": "^2.78.0",
"rollup-plugin-dts": "^4.2.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"files": [
"dist"
],
"types": "dist/index.d.ts"
}