UNPKG

parrot-layout

Version:
82 lines (81 loc) 2.69 kB
{ "name": "parrot-layout", "version": "1.22.8", "description": "", "main": "index.js", "scripts": { "clean": "rm -rf lib build #", "compile": "webpack --progress --color --config ./webpack.config.js", "copy-d-ts": "mkdir -p lib/ && cp lib/index.d.ts lib/bundle.d.ts", "copy-assets": "mkdir -p lib/ && cp favicon.ico lib/ && cp plugins/* lib/", "copy-config": "mkdir -p lib/ && cp package.json lib/", "copy": "npm run copy-d-ts && npm run copy-config && npm run copy-assets", "compile-test": "webpack --progress --colors --config ./test.config.js", "serve": "http-server ./build", "build": "npm run compile && npm run copy", "clean-build": "npm run clean && npm run build", "test": "npm run clean-build && npm run compile-test && npm run serve", "deploy": "npm install && npm install --peer paramorph && NODE_ENV=production npm run clean-build && npm publish lib" }, "repository": { "type": "git", "url": "git+https://github.com/sztukauniwersalna/parrot-layout.git" }, "keywords": [ "sztukauniwersalna", "blog", "react", "layout", "parrot" ], "author": "Maciej Chałapuk (maciej@chalapuk.pl)", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/sztukauniwersalna/parrot-layout/issues" }, "homepage": "https://github.com/sztukauniwersalna/parrot-layout#readme", "devDependencies": { "@types/prop-types": "^15.7.1", "@types/react": "^16.8.24", "@types/react-dom": "^16.8.5", "@types/webpack": "^4.32.1", "@types/webpack-env": "^1.14.0", "copy-webpack-plugin": "^5.0.4", "css-loader": "^3.1.0", "cssnano": "^4.1.10", "eval": "^0.1.4", "file-loader": "^4.1.0", "html-webpack-plugin": "^3.2.0", "http-server": "^0.11.1", "isomorphic-style-loader": "^5.1.0", "jsdom": "^15.1.1", "material-design-icons": "^3.0.1", "mini-css-extract-plugin": "^0.8.0", "node-sass": "^4.12.0", "postcss-loader": "^3.0.0", "postcss-scss": "^2.0.0", "react": "^16.8.6", "react-dom": "^16.8.6", "react-hot-loader": "^4.12.10", "react-html-webpack-plugin": "^1.0.3", "resolve-url-loader": "^3.1.0", "sass-loader": "^7.1.0", "source-map-loader": "^0.2.4", "ts-loader": "^6.0.4", "typescript": "^3.5.3", "url-loader": "^2.1.0", "webpack": "^4.39.1", "webpack-cli": "^3.3.6", "webpack-copy-plugin": "0.0.4", "webpack-dev-server": "^3.7.2", "webpack-external-react": "^1.1.0" }, "dependencies": { "paramorph": "^2.6.7", "react-disqus-comments": "^1.4.0", "sharp": "^0.23.0" }, "peerDependencies": { "paramorph": "^2.6.7" } }