mirror of
https://github.com/smartxworks/sunmao-ui.git
synced 2025-02-17 17:40:31 +08:00
30 lines
609 B
JSON
30 lines
609 B
JSON
{
|
|
"name": "@sunmao-ui/vite-plugin-fs",
|
|
"version": "0.0.0",
|
|
"description": "The vite plugin for reading and writing the sunmao schema files through the server",
|
|
"main": "dist/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
"prepublish": "tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/node": "^18.0.1",
|
|
"body-parser": "^1.20.0"
|
|
},
|
|
"peerDependencies": {
|
|
"vite": "^2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/body-parser": "^1.19.2",
|
|
"typescript": "^4.5.0",
|
|
"vite": "^2.8.0"
|
|
}
|
|
}
|