12345678910111213141516171819202122 |
- {
- "name": "fs-uni",
- "version": "2.8.0",
- "description": "",
- "main": "main.js",
- "dependencies": {
- "async-validator": "^4.0.2",
- "dayjs": "^1.10.6"
- },
- "devDependencies": {
- "unplugin-auto-import": "^0.16.6"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.sxidc.com/front-end/fs-uni-next.git"
- },
- "author": "",
- "license": "ISC"
- }
|