UNPKG

2.33 kBJSONView Raw
1{
2 "name": "@scrnhq/eurovision-elements",
3 "version": "2.0.0-beta.24",
4 "description": "Elements for the Eurovision website",
5 "author": "Robert van Steen",
6 "license": "UNLICENSED",
7 "repository": {
8 "type": "git",
9 "url": "git@github.com:scrnhq/eurovision-elements"
10 },
11 "main": "dist/index.js",
12 "module": "dist/index.es.js",
13 "jsnext:main": "dist/index.es.js",
14 "scripts": {
15 "test": "echo \"Error: no test specified\" && exit 1",
16 "build": "rollup -c",
17 "start": "rollup -c -w",
18 "lint": "eslint src/**/*",
19 "precommit": "lint-staged",
20 "prepublish": "npm run build",
21 "predeploy": "cd example && npm install && npm run build",
22 "deploy": "gh-pages -d example/build",
23 "storybook": "start-storybook -p 6006",
24 "build-storybook": "build-storybook"
25 },
26 "lint-staged": {
27 "gitDir": "../",
28 "linters": {
29 "src/**/*.{js,jsx,json,css}": [
30 "prettier --single-quote --write",
31 "git add"
32 ]
33 }
34 },
35 "dependencies": {
36 "filter-react-dom-props": "^0.0.2",
37 "lodash.get": "^4.4.2",
38 "polished": "^1.7.0",
39 "react-autosize-textarea": "^0.4.9",
40 "react-dropzone": "^4.1.3",
41 "zpad": "^0.5.0"
42 },
43 "peerDependencies": {
44 "prop-types": "^15.5.4",
45 "react": "^0.14.9 || ^15.0.0 || ^16.0.0",
46 "react-dom": "^0.14.9 || ^15.0.0 || ^16.0.0",
47 "styled-components": "^2.0.0"
48 },
49 "devDependencies": {
50 "@storybook/addon-actions": "^3.2.16",
51 "@storybook/addon-links": "^3.2.16",
52 "@storybook/react": "^3.2.16",
53 "babel-core": "^6.26.0",
54 "babel-eslint": "^7.2.3",
55 "babel-plugin-external-helpers": "^6.22.0",
56 "babel-preset-env": "^1.6.0",
57 "babel-preset-react": "^6.24.1",
58 "babel-preset-stage-0": "^6.24.1",
59 "eslint": "^4.1.1",
60 "eslint-config-react-app": "^2.0.1",
61 "eslint-plugin-flowtype": "^2.34.1",
62 "eslint-plugin-import": "^2.6.0",
63 "eslint-plugin-jsx-a11y": "^5.1.1",
64 "eslint-plugin-react": "^7.1.0",
65 "gh-pages": "^1.0.0",
66 "husky": "^0.14.3",
67 "lint-staged": "^4.2.3",
68 "prettier": "^1.7.3",
69 "react": "^16.2.0",
70 "react-dom": "^16.2.0",
71 "rollup": "^0.50.0",
72 "rollup-plugin-babel": "^3.0.2",
73 "rollup-plugin-commonjs": "^8.2.1",
74 "rollup-plugin-node-resolve": "^3.0.0",
75 "rollup-plugin-postcss": "^0.5.5"
76 },
77 "files": ["dist"]
78}