59 lines
2.1 KiB
JSON
59 lines
2.1 KiB
JSON
{
|
|
"license": "UNLICENSED",
|
|
"scripts": {
|
|
"#": "DO NOT ADD '-d' OPTION TO WEBPACK OR ALL SOURCEMAPS WILL BREAK: https://webpack.js.org/api/cli/#shortcuts",
|
|
"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_modules/.bin/ts-node"
|
|
},
|
|
"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/node": "^10.12.18",
|
|
"@types/react": "^16.7.18",
|
|
"@types/react-dom": "^16.0.11",
|
|
"babel-loader": "^8.0.4",
|
|
"babel-plugin-transform-builtin-extend": "^1.1.2",
|
|
"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",
|
|
"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",
|
|
"ts-node": "^7.0.1",
|
|
"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": {
|
|
"pokemongo-json-pokedex": "^3.4.6",
|
|
"react": "^16.7.0",
|
|
"react-dom": "^16.7.0"
|
|
}
|
|
}
|