| 1234567891011121314151617181920212223242526272829 |
- {
- "name": "@douyinfe/semi-next",
- "version": "2.38.3-alpha.2-patch-select-max",
- "description": "Plugin that support Semi Design in Next.js",
- "author": "伍浩威 <[email protected]>",
- "homepage": "",
- "license": "MIT",
- "main": "lib/index.js",
- "directories": {
- "lib": "lib"
- },
- "files": [
- "lib",
- "README.md"
- ],
- "scripts": {
- "build:lib": "rimraf lib && tsc",
- "prepublishOnly": "npm run build:lib"
- },
- "devDependencies": {
- "@types/next": "^9.0.0",
- "rimraf": "^3.0.2",
- "typescript": "^4"
- },
- "dependencies": {
- "@douyinfe/semi-webpack-plugin": "2.38.3-alpha.2-patch-select-max"
- },
- "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
- }
|