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.
|
|
|
{
|
|
|
|
"name": "pro-router-imba2",
|
|
|
|
"type": "module",
|
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"main": "./dist/index.umd.cjs",
|
|
|
|
"module": "./dist/index.js",
|
|
|
|
"exports": {
|
|
|
|
".": {
|
|
|
|
"import": "./dist/index.js",
|
|
|
|
"require": "./dist/index.umd.cjs"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"start": "vite",
|
|
|
|
"build": "vite build",
|
|
|
|
"watch": "vite build --watch",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"pro-router": "^4.3.2",
|
|
|
|
"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"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"commander": "^6.2.1",
|
|
|
|
"imba": "^2.0.0-alpha.226",
|
|
|
|
"vite": "^3.2.5",
|
|
|
|
"vite-plugin-imba": "^0.10.1"
|
|
|
|
}
|
|
|
|
}
|