vibin-hooks/package.json

43 lines
1.4 KiB
JSON

{
"version": "0.3.0",
"private": "true",
"name": "vibin-hooks-dev",
"author": "Auri <me@auri.xyz>",
"description": "Absolutely vibin' hooks for (P)React -- BUILD PACKAGE. PUBLISH '/dist' TO NPM, NOT THIS DIRECTORY.",
"homepage": "https://github.com/Aurailus/vibin-hooks",
"license": "MIT",
"scripts": {
"dev": "webpack serve --progress --config webpack.ts",
"build": "tsc --project tsconfig.json; cp ./README.md ./dist/README.md",
"clean": "find dist -name '*' -not -name 'package.json' -not -path 'dist/node_modules*' -not -name 'dist' -delete"
},
"dependencies": {
"react": ">16.0.0",
"react-dom": ">16.0.0",
"tslib": "^2.2.0"
},
"devDependencies": {
"@types/react": ">16.0.0",
"@types/react-dom": ">16.0.0",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.5",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.10.4",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"babel-loader": "^8.2.1",
"eslint": "^7.24.0",
"eslint-plugin-jsdoc": "^32.3.0",
"eslint-webpack-plugin": "^2.5.4",
"fork-ts-checker-webpack-plugin": "^5.2.0",
"ts-loader": "^9.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.1.2",
"webpack": "^5.34.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2"
}
}