-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 811 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 811 Bytes
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
{
"name": "@peterbee/react-singleton",
"version": "1.0.0",
"description": "A React hook that synchronizes state across all instances of a component",
"main": "dist/bundle.js",
"scripts": {
"build": "rollup -c",
"start": "start-storybook -p 8080 -c ./.storybook",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peterbee/react-singleton.git"
},
"author": "Pete Parker <peter.bee.parker@gmail.com> (http://github.com/peterbee)",
"license": "MIT",
"bugs": {
"url": "https://github.com/peterbee/react-singleton/issues"
},
"homepage": "https://github.com/peterbee/react-singleton#readme",
"devDependencies": {
"@storybook/react": "^4",
"react": "^16.8",
"rollup": "^1.27.13"
}
}