pvpokemon/package.json
2019-02-09 18:21:29 -05:00

81 lines
2.8 KiB
JSON

{
"license": "UNLICENSED",
"scripts": {
"#": "DO NOT ADD '-d' OPTION TO WEBPACK OR ALL SOURCEMAPS WILL BREAK: https://webpack.js.org/api/cli/#shortcuts",
"lint": "tslint --project tslint.json",
"package": "yarn build -- --config webpack.config.prod.js --bail --display-used-exports -p",
"package-for-test": "yarn build -- --config webpack.config.test.js --bail --display-used-exports",
"watch": "yarn build -- --config webpack.config.js --colors --debug --output-pathinfo --progress --watch",
"build": "node ./node_modules/webpack/bin/webpack.js --cache=true --display-error-details --profile",
"clean": "rm -rf ./dist/*",
"tsnode": "node -r ts-node/register -r tsconfig-paths/register"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-flow-strip-types": "^7.2.3",
"@babel/polyfill": "^7.2.5",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.1.0",
"@types/classnames": "^2.2.7",
"@types/node": "^10.12.18",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/react-measure": "^2.0.4",
"@types/react-redux": "^6.0.12",
"@types/react-window": "^1.1.0",
"babel-loader": "^8.0.4",
"babel-plugin-transform-builtin-extend": "^1.1.2",
"css-loader": "^2.1.0",
"css-modules-typescript-loader": "^1.1.1",
"csvtojson": "^2.0.8",
"file-loader": "^3.0.1",
"fs": "^0.0.1-security",
"glob": "^7.1.3",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"path": "^0.12.7",
"pogo-protos": "^2.31.1",
"pokemongo-game-master": "^1.0.4",
"sass-loader": "^7.1.0",
"source-map-concat": "^1.0.1",
"source-map-dummy": "^1.0.0",
"source-map-loader": "^0.2.4",
"source-map-resolve": "^0.5.2",
"style-loader": "^0.23.1",
"stylelint": "^9.9.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.5.1",
"stylelint-webpack-plugin": "^0.10.5",
"ts-loader": "^5.3.2",
"ts-node": "^7.0.1",
"tsconfig-paths": "^3.7.0",
"tslint": "^5.12.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-loader": "^3.5.4",
"tslint-misc-rules": "^3.5.1",
"tslint-react": "^3.6.0",
"typescript": "^3.2.2",
"webpack": "^4.28.3",
"webpack-cli": "^3.1.2",
"webpack-shell-plugin": "^0.5.0"
},
"dependencies": {
"classnames": "^2.2.6",
"nes.css": "^1.0.0",
"pokemongo-json-pokedex": "^3.4.6",
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-measure": "^2.2.2",
"react-redux": "^6.0.0",
"react-window": "^1.5.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"typesafe-actions": "^3.0.0",
"xhr2": "^0.1.4"
}
}