pvpokemon/package.json
2019-01-02 18:25:58 -05:00

46 lines
1.6 KiB
JSON

{
"scripts": {
"#": "DO NOT ADD '-d' OPTION TO WEBPACK OR ALL SOURCEMAPS WILL BREAK: https://webpack.js.org/api/cli/#shortcuts",
"package": "yarn webpack -- --config webpack.config.prod.js --bail --display-used-exports -p",
"package-for-test": "yarn webpack -- --config webpack.config.test.js --bail --display-used-exports",
"watch": "yarn webpack -- --config webpack.config.js --colors --debug --output-pathinfo --progress --watch",
"webpack": "node ./node_modules/webpack/bin/webpack.js --cache=true --display-error-details --profile"
},
"devDependencies": {
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"css-loader": "^2.1.0",
"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",
"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-webpack-plugin": "^0.10.5",
"ts-loader": "^5.3.2",
"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": {
"react": "^16.7.0",
"react-dom": "^16.7.0"
}
}