UNPKG

1.16 kBJSONView Raw
1{
2 "name": "@curi/react-dom",
3 "version": "2.0.1",
4 "description": "React DOM components to use with Curi",
5 "main": "dist/curi-react-dom.js",
6 "module": "dist/curi-react-dom.es.js",
7 "types": "types/index.d.ts",
8 "files": [
9 "dist",
10 "types",
11 "typings",
12 "LICENSE",
13 "*.md"
14 ],
15 "sideEffects": false,
16 "scripts": {
17 "prebuild": "rimraf dist && rimraf types",
18 "build": "rollup -c",
19 "coverage": "jest --coverage",
20 "prepare": "npm run build",
21 "test": "npm run test:source && npm run test:cjs && npm run test:umd",
22 "test:cjs": "TEST_ENV=cjs jest",
23 "test:source": "jest",
24 "test:umd": "TEST_ENV=umd jest"
25 },
26 "repository": {
27 "type": "git",
28 "url": "https://github.com/pshrmn/curi/tree/master/packages/react-dom"
29 },
30 "keywords": [
31 "React",
32 "react-dom",
33 "Curi",
34 "router",
35 "navigation"
36 ],
37 "author": "Paul Sherman",
38 "license": "MIT",
39 "peerDependencies": {
40 "react": ">=16.8.0"
41 },
42 "dependencies": {
43 "@curi/react-universal": "^2.0.1",
44 "@curi/types": "^2.0.1",
45 "@types/react": "^16.7.18"
46 },
47 "gitHead": "9247dd1ba493e5cb63a787a0be16f9d9adebe4b6"
48}