UNPKG

@vitjs/vit

Version:

🛠 React application framework inspired by UmiJS.

59 lines (58 loc) • 1.41 kB
{ "name": "@vitjs/vit", "version": "0.9.1", "description": "🛠 React application framework inspired by UmiJS.", "keywords": [ "vit", "vite-plugin", "vite-plugin-react" ], "author": "theprimone <yuns.xie@qq.com>", "homepage": "https://github.com/vitjs/vit#readme", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "package.json", "README.md" ], "scripts": { "build": "rimraf ./dist && tsc && node ../../scripts/copy.js", "dev": "node ../../scripts/copy.js && tsc -watch" }, "repository": { "type": "git", "url": "git+https://github.com/vitjs/vit.git" }, "bugs": { "url": "https://github.com/vitjs/vit/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "@ant-design/icons": "^4.6.2", "@vitjs/core": "^0.9.0", "@vitjs/utils": "^0.9.0", "chokidar": "^3.5.1", "globby": "^11.0.3", "lodash": "^4.17.21", "mockjs": "^1.1.0", "mustache": "^4.1.0", "semver": "^7.3.7", "vite-plugin-mock": "^2.4.2" }, "devDependencies": { "@types/chokidar": "^2.1.3", "@types/lodash": "^4.14.168", "@types/mustache": "^4.1.1", "@types/semver": "^7.3.12", "react": "^17.0.2", "vite": "^2.1.3" }, "peerDependencies": { "react": "16.x || 17.x || 18.x" }, "gitHead": "712d0856a09af878f1e9716e4479ae995835d6ed" }