UNPKG

@hodgef/press-theme

Version:
68 lines (67 loc) 2.04 kB
{ "name": "@hodgef/press-theme", "version": "3.0.27", "description": "Press Theme for PRSS", "main": "build/index.js", "scripts": { "build": "node scripts/build.js", "test": "jest", "prepare": "npm run build", "trypublish": "npm publish || true", "tsc": "tsc" }, "repository": { "type": "git", "url": "https://github.com/prss-io/press-theme" }, "author": "Francisco Hodge <hello@franciscohodge.com> (https://github.com/hodgef)", "license": "MIT", "bugs": { "url": "https://github.com/prss-io/press-theme/issues" }, "homepage": "https://github.com/prss-io/press-theme", "keywords": [ "library", "starter", "es6" ], "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.7", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-transform-react-jsx": "^7.8.3", "@babel/polyfill": "^7.8.7", "@babel/preset-env": "^7.10.4", "@babel/preset-react": "^7.10.4", "@babel/preset-stage-0": "^7.8.3", "@babel/preset-typescript": "^7.10.4", "babel-loader": "^8.0.6", "babel-preset-minify": "^0.5.0", "bootstrap": "^4.4.1", "classnames": "^2.2.6", "clean-webpack-plugin": "^3.0.0", "copy-webpack-plugin": "^5.1.1", "css-loader": "^3.4.2", "file-loader": "^5.1.0", "fs-extra": "^9.0.1", "glob": "^7.1.6", "jest": "^25.1.0", "mini-css-extract-plugin": "^1.6.2", "optimize-css-assets-webpack-plugin": "^6.0.1", "prss": "2.0.2", "react": "^16.13.0", "react-dom": "^16.13.0", "react-helmet": "^6.0.0", "terser-webpack-plugin": "^2.3.5", "typescript": "^3.8.3", "url-loader": "^3.0.0", "webpack": "^4.42.0", "webpack-cli": "^3.3.11" }, "jest": { "moduleNameMapper": { "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/scripts/testMock.js", "\\.(css|less)$": "<rootDir>/scripts/testMock.js" } } }