main
Last change
on this file since d565449 was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
701 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "@remix-run/router",
|
---|
3 | "version": "1.19.0",
|
---|
4 | "description": "Nested/Data-driven/Framework-agnostic Routing",
|
---|
5 | "keywords": [
|
---|
6 | "remix",
|
---|
7 | "router",
|
---|
8 | "location"
|
---|
9 | ],
|
---|
10 | "repository": {
|
---|
11 | "type": "git",
|
---|
12 | "url": "https://github.com/remix-run/react-router",
|
---|
13 | "directory": "packages/router"
|
---|
14 | },
|
---|
15 | "license": "MIT",
|
---|
16 | "author": "Remix Software <hello@remix.run>",
|
---|
17 | "sideEffects": false,
|
---|
18 | "main": "./dist/router.cjs.js",
|
---|
19 | "unpkg": "./dist/router.umd.min.js",
|
---|
20 | "module": "./dist/router.js",
|
---|
21 | "types": "./dist/index.d.ts",
|
---|
22 | "files": [
|
---|
23 | "dist/",
|
---|
24 | "*.ts",
|
---|
25 | "CHANGELOG.md"
|
---|
26 | ],
|
---|
27 | "engines": {
|
---|
28 | "node": ">=14.0.0"
|
---|
29 | },
|
---|
30 | "publishConfig": {
|
---|
31 | "access": "public"
|
---|
32 | }
|
---|
33 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.