-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 913 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
{
"name": "react-view-status",
"version": "1.0.1",
"description": "State management without hassle.",
"author": "Petr Hanak <[email protected]>",
"main": "lib/react-view-status.js",
"module": "lib/react-view-status.es.js",
"scripts": {
"build": "rollup -c",
"cleanup": "prettier **/*.{js,json,md} --write"
},
"peerDependencies": {
"react": "^16.0.0"
},
"devDependencies": {
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@babel/preset-react": "^7.0.0",
"prettier": "^1.15.2",
"react": "^16.0.0",
"rollup": "^0.67.3",
"rollup-plugin-babel": "^4.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petrhanak/react-view-status.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/petrhanak/react-view-status/issues"
},
"homepage": "https://github.com/petrhanak/react-view-status#readme"
}