-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·38 lines (38 loc) · 990 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
{
"name": "tiny-react-redux",
"version": "0.0.1",
"description": "A tiny react-redux implemention",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"authors": {
"name": "ssh",
"email": ""
},
"repository": "/tiny-react-redux",
"scripts": {
"dev": "father doc dev",
"build-doc": "father doc build",
"build-lib": "father build",
"build": "npm run build-doc & npm run build-lib"
},
"peerDependencies": {
"react": "16.x"
},
"devDependencies": {
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"antd": "^3.26.6",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"father": "^2.16.0",
"prettier": "^1.19.1",
"react-redux": "^7.1.3",
"redux": "^4.0.5",
"typescript": "^3.3.3"
},
"license": "MIT"
}