55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "talent-calculator",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"homepage": "https://mirague.github.io/wow-talent-calculator",
|
|
"dependencies": {
|
|
"@types/jest": "24.0.15",
|
|
"@types/node": "12.6.2",
|
|
"@types/react": "16.8.23",
|
|
"@types/react-dom": "16.8.4",
|
|
"@types/react-router-dom": "^4.3.4",
|
|
"classnames": "^2.2.6",
|
|
"immutable": "^4.0.0-rc.12",
|
|
"node-sass": "^4.12.0",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"react-router-dom": "^5.0.1",
|
|
"react-scripts": "3.0.1",
|
|
"typescript": "3.5.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"predeploy": "yarn run build",
|
|
"deploy": "gh-pages -d build",
|
|
"fetch-spells": "ts-node --files --project src/tools/tsconfig.json src/tools/data-fetch.ts"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@types/cheerio": "^0.22.12",
|
|
"@types/node-fetch": "^2.5.0",
|
|
"@welldone-software/why-did-you-render": "^3.2.1",
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"gh-pages": "^2.0.1",
|
|
"node-fetch": "^2.6.0",
|
|
"ts-node": "^8.3.0"
|
|
}
|
|
}
|