Files
Calculateur-Talents-Wow/package.json
T
Melvin Valster 45e68a11e2 Updates
2019-07-24 23:34:57 +02:00

49 lines
1.2 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"
},
"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": {
"@welldone-software/why-did-you-render": "^3.2.1",
"gh-pages": "^2.0.1"
}
}