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.
 
 

41 lines
901 B

{
"name": "pro-router-imba2",
"version": "1.0.3",
"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.chunk": "^4.2.0",
"lodash.compact": "^3.0.1",
"lodash.flatten": "^4.4.0",
"lodash.frompairs": "^4.0.1",
"lodash.includes": "^4.3.0",
"lodash.reject": "^4.6.0",
"lodash.topairs": "^4.3.0",
"pro-router": "^4.3.2"
},
"devDependencies": {
"imba": "^2.0.0-alpha.226",
"vite": "^3.2.5",
"vite-plugin-imba": "^0.10.1"
}
}