arctic-ocean-fractal
Version:
An animated fractal of the arctic ocean
99 lines (98 loc) • 3.04 kB
JSON
{
"name": "arctic-ocean-fractal",
"title": "Arctic Ocean Fractal",
"version": "0.1.0",
"description": "An animated fractal of the arctic ocean",
"author": {
"name": "Arctic Ice Studio",
"email": "development@arcticicestudio.com",
"url": "https://arcticicestudio.com"
},
"homepage": "https://github.com/arcticicestudio/arctic-ocean-fractal",
"repository": {
"type": "git",
"url": "git+https://github.com/arcticicestudio/arctic-ocean-fractal.git"
},
"bugs": {
"url": "https://github.com/arcticicestudio/arctic-ocean-fractal/issues"
},
"license": "MIT",
"keywords": [
"arctic",
"ocean",
"fractal",
"animation",
"svg",
"react",
"reactjs",
"nord",
"arcticicestudio"
],
"main": "dist/arctic-ocean-fractal.cjs.js",
"jsnext:main": "dist/arctic-ocean-fractal.esm.js",
"module": "dist/arctic-ocean-fractal.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-class-properties": "7.2.3",
"@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.12.0",
"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.3",
"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.2",
"rollup-plugin-babel": "4.2.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"
}
}