-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
47 lines (47 loc) · 1.1 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
{
"name": "clean-state",
"version": "2.2.4",
"description": "",
"main": "lib/index.min.js",
"types": "index.d.ts",
"scripts": {
"build": "rollup -c",
"dev": "tsc --watch",
"lint": "eslint ./src --fix --ext js,ts,tsx"
},
"repository": {
"type": "git",
"url": "https://github.com/tnfe/clean-state"
},
"author": "freezeYe",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.12.9",
"eventemitter3": "^4.0.7",
"react": "^17.0.1"
},
"keywords": [
"react",
"hooks",
"redux",
"reducer",
"flux",
"mobx"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"eslint": "^7.12.1",
"eslint-config-prettier": "^6.15.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"rollup": "^2.38.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript": "^1.0.1",
"typescript": "^4.1.2"
}
}