Small preact-based (like React.js) project
https://inga-lovinde.github.io/static/komoot-demo/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.3 KiB
39 lines
1.3 KiB
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"start-release": "npm run build && serve dist",
|
|
"lint": "eslint \"{src,test}/**/*.{ts,tsx}\"",
|
|
"typecheck": "tsc --noEmit",
|
|
"prebuild": "npm run lint && npm run typecheck",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"leaflet": "^1.9.4",
|
|
"nanoid": "^5.0.3",
|
|
"preact": "^10.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.23.3",
|
|
"@babel/eslint-parser": "^7.23.3",
|
|
"@babel/plugin-syntax-class-properties": "^7.12.13",
|
|
"@babel/plugin-syntax-decorators": "^7.23.3",
|
|
"@babel/plugin-syntax-jsx": "^7.23.3",
|
|
"@preact/preset-vite": "^2.5.0",
|
|
"@tsconfig/strictest": "^2.0.2",
|
|
"@types/leaflet": "^1.9.8",
|
|
"@typescript-eslint/eslint-plugin": "^6.11.0",
|
|
"@typescript-eslint/parser": "^6.11.0",
|
|
"eslint": "^8.53.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-compat": "^4.2.0",
|
|
"eslint-plugin-prettier": "^5.0.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"serve": "^14.2.1",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^4.3.2"
|
|
}
|
|
}
|
|
|