Skip to content
This repository was archived by the owner on Aug 24, 2023. It is now read-only.

Commit efc14d1

Browse files
committed
added a dummy sitemap
1 parent eebaacb commit efc14d1

5 files changed

Lines changed: 796 additions & 10 deletions

File tree

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"react-modal": "^3.11.2",
3535
"react-responsive-modal": "^5.0.2",
3636
"react-router-dom": "^5.1.2",
37+
"react-router-sitemap": "^1.1.0",
3738
"react-scripts": "3.0.1",
3839
"react-svg-radar-chart": "^1.2.0",
3940
"react-tabs": "4.2.1",
@@ -48,7 +49,8 @@
4849
"test": "react-scripts test --env=jsdom",
4950
"eject": "react-scripts eject",
5051
"predeploy": "npm run build",
51-
"deploy": "gh-pages -d build"
52+
"deploy": "gh-pages -d build",
53+
"sitemap": "babel-node ./src/sitemap-builder.js"
5254
},
5355
"devDependencies": {
5456
"@types/jest": "^24.0.15",
@@ -57,6 +59,10 @@
5759
"@types/react-dom": "^16.8.4",
5860
"@types/react-modal": "^3.8.2",
5961
"@types/react-router-dom": "^4.3.4",
62+
"babel-cli": "^6.26.0",
63+
"babel-preset-es2015": "^6.24.1",
64+
"babel-preset-react": "^6.24.1",
65+
"babel-register": "^6.26.0",
6066
"gh-pages": "^2.0.1",
6167
"husky": "^2.3.0",
6268
"lint-staged": "^8.1.7",

0 commit comments

Comments
 (0)