UNPKG

2.05 kBJSONView Raw
1{
2 "name": "@scrnhq/eurovision-elements",
3 "version": "2.0.0-beta.2",
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 },
24 "lint-staged": {
25 "src/**/*.{js,jsx,json,css}": ["prettier --single-quote --write", "git add"]
26 },
27 "dependencies": {
28 "babel-plugin-styled-components": "^1.3.0",
29 "filter-react-dom-props": "^0.0.2",
30 "lodash.get": "^4.4.2",
31 "polished": "^1.7.0",
32 "react-autosize-textarea": "^0.4.9",
33 "react-dropzone": "^4.1.3",
34 "zpad": "^0.5.0"
35 },
36 "peerDependencies": {
37 "prop-types": "^15.5.4",
38 "react": "^0.14.9 || ^15.0.0 || ^16.0.0",
39 "react-dom": "^0.14.9 || ^15.0.0 || ^16.0.0",
40 "styled-components": "^2.0.0"
41 },
42 "devDependencies": {
43 "babel-core": "^6.26.0",
44 "babel-eslint": "^7.2.3",
45 "babel-plugin-external-helpers": "^6.22.0",
46 "babel-preset-env": "^1.6.0",
47 "babel-preset-react": "^6.24.1",
48 "babel-preset-stage-0": "^6.24.1",
49 "eslint": "^4.1.1",
50 "eslint-config-react-app": "^2.0.1",
51 "eslint-plugin-flowtype": "^2.34.1",
52 "eslint-plugin-import": "^2.6.0",
53 "eslint-plugin-jsx-a11y": "^5.1.1",
54 "eslint-plugin-react": "^7.1.0",
55 "gh-pages": "^1.0.0",
56 "husky": "^0.14.3",
57 "lint-staged": "^4.2.3",
58 "prettier": "^1.7.3",
59 "rollup": "^0.50.0",
60 "rollup-plugin-babel": "^3.0.2",
61 "rollup-plugin-commonjs": "^8.2.1",
62 "rollup-plugin-node-resolve": "^3.0.0",
63 "rollup-plugin-postcss": "^0.5.5"
64 },
65 "files": ["dist"]
66}