mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
42 lines
909 B
JSON
42 lines
909 B
JSON
{
|
|
"name": "@cool-vue/vite-plugin",
|
|
"version": "7.2.4",
|
|
"description": "cool-admin、cool-uni builder",
|
|
"main": "/dist/index.js",
|
|
"scripts": {
|
|
"build": "rollup --c --bundleConfigAsCjs"
|
|
},
|
|
"keywords": [],
|
|
"author": "cool",
|
|
"license": "ISC",
|
|
"files": [
|
|
"dist/*",
|
|
"types/*",
|
|
"client.d.ts",
|
|
"package.json"
|
|
],
|
|
"types": "./dist/index.d.ts",
|
|
"devDependencies": {
|
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
"@types/lodash": "^4.17.0",
|
|
"@types/node": "^20.12.7",
|
|
"@typescript-eslint/eslint-plugin": "^7.7.1",
|
|
"@typescript-eslint/parser": "^7.7.1",
|
|
"eslint": "^9.1.1",
|
|
"rollup": "^4.16.2",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.4.5",
|
|
"vite": "^5.2.10"
|
|
},
|
|
"dependencies": {
|
|
"@vue/compiler-sfc": "^3.4.24",
|
|
"axios": "^1.6.8",
|
|
"glob": "^10.3.12",
|
|
"lodash": "^4.17.21",
|
|
"lodash-es": "^4.17.21",
|
|
"magic-string": "^0.30.10",
|
|
"prettier": "^3.2.5",
|
|
"svgo": "^3.3.2"
|
|
}
|
|
}
|