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.
 
 

36 lines
741 B

{
"name": "pro-router-imba2",
"version": "2.0.0",
"type": "commonjs",
"files": [
"bin",
"src"
],
"main": "./src/router_tag.imba",
"exports": {
".": "./src/router_tag.imba",
"./helpers": "./src/helpers.imba",
"./vite-plugin": "./src/vite-plugin.js"
},
"bin": {
"pro-router": "./bin/pro-router"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"watch": "vite build --watch",
"preview": "vite preview",
"test": ""
},
"dependencies": {
"lodash-es": "^4.17.21",
"pro-router": "^4.3.2"
},
"devDependencies": {
"@types/lodash-es": "^4.17.6",
"imba": "^2.0.0-alpha.226",
"vite": "^3.2.5",
"vite-plugin-imba": "^0.10.2"
}
}