package.json 780 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "@douyinfe/semi-next",
  3. "version": "2.38.3-alpha.2-patch-select-max",
  4. "description": "Plugin that support Semi Design in Next.js",
  5. "author": "伍浩威 <[email protected]>",
  6. "homepage": "",
  7. "license": "MIT",
  8. "main": "lib/index.js",
  9. "directories": {
  10. "lib": "lib"
  11. },
  12. "files": [
  13. "lib",
  14. "README.md"
  15. ],
  16. "scripts": {
  17. "build:lib": "rimraf lib && tsc",
  18. "prepublishOnly": "npm run build:lib"
  19. },
  20. "devDependencies": {
  21. "@types/next": "^9.0.0",
  22. "rimraf": "^3.0.2",
  23. "typescript": "^4"
  24. },
  25. "dependencies": {
  26. "@douyinfe/semi-webpack-plugin": "2.38.3-alpha.2-patch-select-max"
  27. },
  28. "gitHead": "eb34a4f25f002bb4cbcfa51f3df93bed868c831a"
  29. }