UNPKG

1.56 kBJSONView Raw
1{
2 "name": "@curi/react",
3 "version": "1.0.0-beta.29",
4 "description": "React web components to use with Curi",
5 "main": "dist/curi-react.common.js",
6 "module": "dist/curi-react.es.js",
7 "types": "types/index.d.ts",
8 "files": [
9 "dist",
10 "types",
11 "typings",
12 "LICENSE",
13 "*.md"
14 ],
15 "scripts": {
16 "prebuild": "rimraf dist & rimraf types",
17 "build": "node ./scripts/build",
18 "coverage": "jest --coverage",
19 "prepare": "npm run build",
20 "prepublishOnly": "npm test",
21 "prettier": "prettier --single-quote --write \"{src,tests}/**/*.{ts,tsx}\"",
22 "test": "jest"
23 },
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/pshrmn/curi/tree/master/packages/react"
27 },
28 "keywords": [
29 "React",
30 "URL",
31 "URI",
32 "Curi",
33 "routing",
34 "navigation"
35 ],
36 "author": "Paul Sherman",
37 "license": "MIT",
38 "peerDependencies": {
39 "react": ">=16.3"
40 },
41 "dependencies": {
42 "@curi/route-active": "^1.0.0--.beta.6",
43 "@curi/route-prefetch": "^1.0.0-beta.11",
44 "@curi/router": "^1.0.0-beta.37",
45 "@hickory/root": "^1.0.0-beta.7",
46 "@types/react": "^16.3.11"
47 },
48 "devDependencies": {
49 "@hickory/in-memory": "^1.0.0-beta.5",
50 "@types/jest": "^22.0.1",
51 "@types/node": "^8.0.53",
52 "@types/react-dom": "^16.0.5",
53 "jest": "^22.1.1",
54 "prettier": "^1.10.2",
55 "react": "^16.3.2",
56 "react-dom": "^16.3.2",
57 "rimraf": "^2.6.2",
58 "rollup": "^0.58.1",
59 "rollup-plugin-typescript2": "^0.14.0",
60 "ts-jest": "^21.2.3",
61 "typescript": "^2.8.3"
62 }
63}