-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "midboss",
"version": "0.18.8",
"description": "Managed Intelligent Delicious Basic Opinionated and Simple State",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"dependencies": {
"@types/node": "11.13.6",
"flavor-saver": "0.14.0",
"immer": "3.1.1",
"lodash": "^4.17.11",
"pubsub-js": "^1.7.0"
},
"devDependencies": {
"@types/react": "16.8.14",
"@types/react-dom": "16.8.4",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"eslint-plugin-react-hooks": "^1.6.0",
"isomorphic-unfetch": "^3.0.0",
"moment": "^2.24.0",
"react": "16.8.6",
"react-dom": "16.8.6",
"typescript": "3.4.4"
},
"peerDependencies": {
"react": "^16.8",
"react-dom": "^16.8"
},
"scripts": {
"build": "tsc",
"dev": "tsc -w",
"pub": "npm run build && npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bushmango/midboss.git"
},
"author": "Steve Bushman",
"license": "MIT",
"bugs": {
"url": "https://github.com/bushmango/midboss/issues"
},
"homepage": "https://github.com/bushmango/midboss#readme"
}