@muryp/router-dom
Version:
spa in astro or native/vanilla js
71 lines • 1.86 kB
JSON
{
"name": "@muryp/router-dom",
"type": "module",
"private": false,
"version": "v1.0.0",
"description": "spa in astro or native/vanilla js",
"author": "alief prihantoro <alifprihantoro@gmail.com> (https://github.com/alifprihantoro)",
"keywords": [
"router",
"dom",
"astro-plugins",
"spa",
"single-page-apps",
"frontend"
],
"repository": {
"type": "git",
"url": "git+https://github.com/muryp/router-dom.git"
},
"bugs": {
"url": "https://github.com/muryp/router-dom/issues"
},
"homepage": "https://github.com/muryp/router-dom/tree/main/#readme",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"typings": "./dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/app.js",
"require": "./dist/app.cjs",
"typings": "./dist/app.d.ts"
},
"./types": {
"typings": "./dist/types/global.d.ts"
}
},
"devDependencies": {
"@muryp/vite-html": "^1.0.8",
"@rollup/plugin-typescript": "^11.1.1",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^8.29.1",
"astro": "^5.6.1",
"eslint": "^8.42.0",
"eslint-plugin-lit": "^1.15.0",
"eslint-plugin-lit-a11y": "^4.1.4",
"eslint-plugin-wc": "^2.2.0",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.3",
"eslint-scope": "^7.2.0",
"eslint-visitor-keys": "^3.4.1",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.9.1",
"tailwindcss": "^4.1.3"
},
"license": "MIT",
"scripts": {
"astro": "astro",
"dev:exam": "astro dev",
"build:exam": "astro build",
"build": "vite -c pkg.vite.config.ts build",
"released": "pnpm build && pnpm publish --access public"
}
}