Add icons

This commit is contained in:
Melvin Valster
2019-07-26 22:31:00 +02:00
parent 60e3c5d8f9
commit 0f988f479f
641 changed files with 93 additions and 4 deletions
+4 -1
View File
@@ -24,7 +24,8 @@
"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"
"fetch-spells": "ts-node --files --project src/tools/tsconfig.json src/tools/fetch-spells.ts",
"fetch-icons": "ts-node --files --project src/tools/tsconfig.json src/tools/fetch-icons.ts"
},
"eslintConfig": {
"extends": "react-app"
@@ -44,10 +45,12 @@
"devDependencies": {
"@types/cheerio": "^0.22.12",
"@types/node-fetch": "^2.5.0",
"@types/request": "^2.48.2",
"@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",
"request": "^2.88.0",
"ts-node": "^8.3.0"
}
}