UNPKG

arctic-landscape

Version:
98 lines (97 loc) 2.96 kB
{ "name": "arctic-landscape", "title": "Arctic Landscape", "version": "0.1.0", "description": "An animated drawing of an arctic landscape", "author": { "name": "Arctic Ice Studio", "email": "development@arcticicestudio.com", "url": "https://arcticicestudio.com" }, "homepage": "https://github.com/arcticicestudio/arctic-landscape", "repository": { "type": "git", "url": "git+https://github.com/arcticicestudio/arctic-landscape.git" }, "bugs": { "url": "https://github.com/arcticicestudio/arctic-landscape/issues" }, "license": "MIT", "keywords": [ "arctic", "landscape", "react", "reactjs", "svg", "drawing", "animation", "nord", "arcticicestudio" ], "main": "dist/arctic-landscape.cjs.js", "jsnext:main": "dist/arctic-landscape.esm.js", "module": "dist/arctic-landscape.esm.js", "files": [ "dist" ], "scripts": { "build": "npm-run-all clean build:rollup", "build:rollup": "rollup -c", "clean": "del dist/", "dev": "rollup -c -w", "dev:fresh": "npm-run-all clean dev", "format": "npm-run-all format:pretty format:fix", "format:fix": "eslint --fix --ext .js,.jsx .", "format:pretty": "prettier --write \"./**/*.{js,json,jsx,md}\"", "lint": "npm-run-all lint:*", "lint:js": "eslint --ext .js,.jsx .", "lint:md": "remark --no-stdout . \".github/**/*.md\"", "prepublishOnly": "npm-run-all lint build" }, "peerDependencies": { "react": "^16.7.0", "react-dom": "^16.7.0", "react-pose": "^4.0.4", "styled-components": "^4.1.0" }, "devDependencies": { "@babel/core": "7.2.2", "@babel/plugin-proposal-export-default-from": "7.2.0", "@babel/plugin-transform-runtime": "7.2.0", "@babel/preset-env": "7.2.3", "@babel/preset-react": "7.0.0", "babel-eslint": "10.0.1", "babel-plugin-dev-expression": "0.2.1", "babel-plugin-styled-components": "1.10.0", "babel-plugin-transform-react-remove-prop-types": "0.4.21", "del-cli": "1.1.0", "eslint": "5.11.1", "eslint-config-arcticicestudio": ">=0.4.0 <1.0.0", "eslint-plugin-import": "2.14.0", "eslint-plugin-jsx-a11y": "6.1.2", "eslint-plugin-prettier": "3.0.1", "eslint-plugin-react": "7.12.0", "husky": "1.3.1", "lint-staged": "8.1.0", "npm-run-all": "4.1.5", "prettier": "1.15.3", "react": "^16.7.0", "react-dom": "^16.7.0", "react-pose": "^4.0.4", "remark-cli": "6.0.1", "remark-preset-lint-arcticicestudio": ">=0.2.0 <1.0.0", "rollup": "1.0.0", "rollup-plugin-babel": "4.1.0", "rollup-plugin-commonjs": "9.2.0", "rollup-plugin-node-resolve": "4.0.0", "rollup-plugin-replace": "2.1.0", "rollup-plugin-size-snapshot": "0.7.0", "rollup-plugin-sourcemaps": "0.4.2", "rollup-plugin-terser": "4.0.1", "styled-components": "^4.1.3" }, "dependencies": { "@babel/runtime": "7.2.0", "prop-types": "15.6.2" } }