-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 928 Bytes
/
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
{
"name": "react-appevent-redux",
"version": "1.0.4",
"description": "React-Redux but event driven.",
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "tsc"
},
"files": [
"dist/**",
"src/**"
],
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yuliswe/react-appevent-redux.git"
},
"keywords": [
"React",
"Redux"
],
"author": "Yu Li",
"license": "MIT",
"bugs": {
"url": "https://github.com/yuliswe/react-appevent-redux/issues"
},
"homepage": "https://github.com/yuliswe/react-appevent-redux#readme",
"devDependencies": {
"@types/uuid": "^8.3.4",
"eslint": "^8.18.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"uuid": "^8.3.2"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.2",
"event-target-shim": "^6.0.2",
"react": "^18.2.0",
"react-redux": "^8.0.2"
}
}