UNPKG

@bedunkevich/boilerplate

Version:
79 lines (78 loc) 2.36 kB
{ "name": "@bedunkevich/boilerplate", "version": "1.0.11", "description": "Acquire package boilerplate for the package", "main": "lib/cjs/index.js", "jsnext:main": "lib/esnext/index.js", "module": "lib/esnext/index.js", "types": "lib/cjs/index.d.ts", "scripts": { "build": "yarn build:cjs && yarn build:esnext && yarn build:bundle", "build:bundle": "webpack", "build:cjs": "tsc -t es3 -m commonjs --outDir lib/cjs", "build:esnext": "tsc -t esnext -m esnext --outDir lib/esnext", "start": "webpack serve", "format": "prettier --write \"src/**/*.ts[x]\"", "lint": "tslint -p tsconfig.json", "test": "jest --config jestconfig.json", "prepare": "yarn build", "prepublishOnly": "yarn test && yarn lint", "preversion": "yarn lint", "version": "yarn format && git add -A", "postversion": "git push && git push --tags" }, "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/Bedunkevich/acquire-boilerplate" }, "keywords": [ "Acquire" ], "author": "Stanislav Bedunkevich", "license": "ISC", "bugs": { "url": "https://github.com/Bedunkevich/acquire-boilerplate/issues" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2", "socket.io-client": "^4.4.1", "styled-components": "5.3.3" }, "devDependencies": { "@babel/core": "^7.16.12", "@babel/parser": "^7.16.12", "@babel/preset-env": "^7.16.11", "@babel/preset-react": "^7.16.7", "@babel/preset-typescript": "^7.16.7", "@babel/types": "^7.16.8", "@types/express": "^4.17.13", "@types/jest": "^27.4.0", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "@types/styled-components": "^5.1.21", "@types/webpack-env": "^1.16.3", "babel-loader": "^8.2.3", "html-webpack-plugin": "^5.5.0", "jest": "^27.4.7", "prettier": "^2.5.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-is": "^17.0.2", "socket.io-client": "^4.4.1", "source-map-loader": "^3.0.1", "styled-components": "5.3.3", "ts-jest": "^27.1.3", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^4.5.5", "version": "^0.1.2", "webpack": "^5.67.0", "webpack-cli": "^4.9.2", "webpack-dev-server": "^4.7.3" }, "dependencies": {} }