-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.08 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
{
"name": "react-signals-app",
"version": "0.9.1",
"description": "React application framework on preact signals",
"main": "dist/index.js",
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betula/react-signals-app.git"
},
"keywords": [
"framework",
"reactive",
"decorators",
"oop",
"functional",
"service",
"hooks",
"preact",
"signals"
],
"author": "Slava Bereza <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/betula/react-signals-app/issues"
},
"homepage": "https://github.com/betula/react-signals-app#readme",
"dependencies": {
"@preact/signals-react": "^1.3.6",
"unsubscriber": "^1.0.0",
"provi": "^1.5.2",
"evemin": "^1.0.0"
},
"peerDependencies": {
"react" : "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.3",
"jest": "^29.6.2",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6",
"react": "^18.2.0"
}
}