UNPKG

4.39 kBJSONView Raw
1{
2 "name": "@edenhealth/eve",
3 "version": "2.0.5",
4 "author": "Jesse Stuart <hi@jessestuart.com>",
5 "browser": "dist/eve.js",
6 "dependencies": {
7 "@rebass/components": "4.0.0-1",
8 "react": "16.7.0",
9 "react-dom": "16.7.0",
10 "rebass": "2.3.4",
11 "styled-components": "4.1.3",
12 "styled-system": "3.1.11",
13 "typeface-merriweather": "0.0.54",
14 "typeface-open-sans": "0.0.54"
15 },
16 "devDependencies": {
17 "@babel/cli": "7.2.0",
18 "@babel/core": "7.2.2",
19 "@babel/plugin-proposal-class-properties": "7.2.1",
20 "@babel/plugin-proposal-export-default-from": "7.2.0",
21 "@babel/plugin-proposal-json-strings": "7.2.0",
22 "@babel/plugin-proposal-object-rest-spread": "7.2.0",
23 "@babel/plugin-syntax-dynamic-import": "7.2.0",
24 "@babel/plugin-syntax-import-meta": "7.2.0",
25 "@babel/preset-env": "7.2.0",
26 "@babel/preset-react": "7.0.0",
27 "@babel/preset-typescript": "7.1.0",
28 "@semantic-release/git": "7.0.5",
29 "@types/lodash": "4.14.119",
30 "@types/node": "10.12.18",
31 "@types/react": "16.7.17",
32 "@types/react-dom": "16.0.11",
33 "@types/react-test-renderer": "16.0.3",
34 "@types/rebass": "0.3.3",
35 "@types/styled-components": "4.1.4",
36 "@types/styled-system": "3.0.9",
37 "babel-core": "7.0.0-bridge.0",
38 "babel-plugin-lodash": "3.3.4",
39 "babel-plugin-module-resolver": "3.1.1",
40 "concurrently": "4.1.0",
41 "docz": "0.13.5",
42 "docz-plugin-css": "0.11.0",
43 "docz-theme-default": "0.13.5",
44 "husky": "1.3.0",
45 "lint-staged": "8.1.0",
46 "lodash": "4.17.11",
47 "lodash-es": "4.17.11",
48 "lodash.camelcase": "4.3.0",
49 "npm-check-updates": "2.15.0",
50 "postcss": "7.0.7",
51 "postcss-custom-properties": "8.0.9",
52 "postcss-import": "12.0.1",
53 "postcss-js": "2.0.0",
54 "postcss-preset-env": "6.5.0",
55 "prettier": "1.15.3",
56 "react-docgen-typescript": "1.12.2",
57 "react-powerplug": "1.0.0",
58 "react-test-renderer": "16.7.0",
59 "renovate-config-default": "0.14.0",
60 "rimraf": "2.6.2",
61 "rollup": "0.68.1",
62 "rollup-plugin-commonjs": "9.2.0",
63 "rollup-plugin-json": "3.1.0",
64 "rollup-plugin-node-resolve": "3.4.0",
65 "rollup-plugin-postcss": "1.6.3",
66 "rollup-plugin-replace": "2.1.0",
67 "rollup-plugin-sourcemaps": "0.4.2",
68 "rollup-plugin-typescript2": "0.18.1",
69 "rollup-plugin-uglify": "6.0.0",
70 "semantic-release": "15.13.1",
71 "stylelint": "9.9.0",
72 "stylelint-config-standard": "18.2.0",
73 "tslint": "5.12.0",
74 "tslint-config-prettier": "1.17.0",
75 "tslint-config-standard": "8.0.1",
76 "tslint-plugin-prettier": "2.0.1",
77 "tslint-react": "3.6.0",
78 "typeface-open-sans": "0.0.54",
79 "typescript": "3.2.2",
80 "typescript-styled-plugin": "0.13.0"
81 },
82 "files": [
83 "dist"
84 ],
85 "homepage": "https://github.com/edenhealth/eve",
86 "license": "MIT",
87 "lint-staged": {
88 "*.css": [
89 "yarn lint",
90 "prettier --write",
91 "git add"
92 ],
93 "*.{ts,tsx}": [
94 "yarn lint",
95 "prettier --write",
96 "git add"
97 ],
98 "*.json": [
99 "yarn lint",
100 "prettier --write",
101 "git add"
102 ]
103 },
104 "main": "dist/eve.js",
105 "module": "dist/eve.m.js",
106 "peerDependencies": {
107 "react": ">= 16.5",
108 "react-dom": ">= 16.5"
109 },
110 "publishConfig": {
111 "registry": "https://registry.npmjs.org",
112 "access": "public"
113 },
114 "repository": {
115 "type": "git",
116 "url": "https://github.com/edenhealth/eve.git"
117 },
118 "scripts": {
119 "build": "rimraf dist/ && yarn build:rollup",
120 "build:rollup": "rollup -c",
121 "build:tsc": "tsc",
122 "build:types": "tsc --emitDeclarationOnly",
123 "clean": "rimraf dist/ node_modules/ .docz/ .cache/",
124 "dev": "docz dev",
125 "docs": "docz dev",
126 "docs:build": "docz build",
127 "lint": "tslint -c tslint.json --project tsconfig.json",
128 "lint:css": "stylelint src/",
129 "lint:ts": "tslint -p tsconfig.json",
130 "precommit": "lint-staged",
131 "prepack": "yarn build && yarn type-declarations",
132 "release": "yarn publish",
133 "semantic-release": "yarn build && semantic-release",
134 "test": "yarn type-check",
135 "type-check": "tsc --emitDeclarationOnly --pretty",
136 "type-declarations": "tsc --emitDeclarationOnly",
137 "update:save": "npm-check-updates -ua",
138 "watch": "concurrently --raw --kill-others 'yarn compile -w' 'tsc --emitDeclarationOnly -w'"
139 },
140 "source": "src/index.ts",
141 "types": "src/index.d.ts"
142}