Skip to content

Commit

Permalink
First couple of sections migrated.
Browse files Browse the repository at this point in the history
  • Loading branch information
xivk committed Oct 26, 2021
1 parent b584dd7 commit a77c3f4
Show file tree
Hide file tree
Showing 172 changed files with 126,827 additions and 31,140 deletions.
Binary file modified .DS_Store
Binary file not shown.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["svelte.svelte-vscode"]
}
15,288 changes: 1,171 additions & 14,117 deletions package-lock.json

Large diffs are not rendered by default.

72 changes: 28 additions & 44 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,51 +1,35 @@
{
"name": "website-bikedata",
"version": "0.1.0",
"name": "svelte-app",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"dotenv": "^8.2.0",
"i18next": "^19.6.2",
"i18next-browser-languagedetector": "^5.0.0",
"mobx": "^5.15.4",
"mobx-react-lite": "^2.0.7",
"react": "^16.13.1",
"react-accessible-accordion": "^3.3.1",
"react-countup": "^4.3.3",
"react-dom": "^16.12.0",
"react-dropdown": "^1.7.0",
"react-flags-select": "^1.1.13",
"react-hamburger-menu": "^1.2.1",
"react-i18next": "^11.7.0",
"react-icons": "^3.10.0",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.0",
"react-scroll": "^1.8.0",
"react-spinners": "^0.9.0",
"react-visibility-sensor": "^5.1.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"coverage": "yarn test --coverage --watchAll=false"
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear --single",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"eslintConfig": {
"extends": "react-app"
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-copy": "^3.4.0",
"svelte": "^3.0.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"typescript": "^4.0.0",
"tslib": "^2.0.0",
"@tsconfig/svelte": "^2.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"dependencies": {
"@types/mapbox-gl": "^1.7.0",
"bootstrap": "^5.0.2",
"mapbox-gl": "^1.13.1",
"sirv-cli": "^1.0.0",
"svelte-navigator": "^3.1.5"
}
}
3 changes: 0 additions & 3 deletions public/assets/img/arrow-orange.svg

This file was deleted.

Binary file removed public/assets/img/bike-for-brussels.webp
Binary file not shown.
8 changes: 0 additions & 8 deletions public/assets/img/bike_illustration.svg

This file was deleted.

Binary file removed public/assets/img/brussels-mobility.png
Binary file not shown.
Binary file removed public/assets/img/contribute.png
Binary file not shown.
3 changes: 0 additions & 3 deletions public/assets/img/fb.svg

This file was deleted.

3 changes: 0 additions & 3 deletions public/assets/img/github.svg

This file was deleted.

Binary file removed public/assets/img/header_mobile.png
Binary file not shown.
Binary file removed public/assets/img/header_old.jpg
Binary file not shown.
Loading

0 comments on commit a77c3f4

Please sign in to comment.