| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@apache-superset/core",
- "version": "0.0.1-rc5",
- "description": "This package contains UI elements, APIs, and utility functions used by Superset.",
- "sideEffects": false,
- "main": "lib/index.js",
- "types": "lib/index.d.ts",
- "files": [
- "lib"
- ],
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@babel/cli": "^7.28.3",
- "@babel/core": "^7.28.3",
- "@babel/preset-env": "^7.26.9",
- "@babel/preset-react": "^7.26.3",
- "@babel/preset-typescript": "^7.26.0",
- "@types/react": "^17.0.83",
- "install": "^0.13.0",
- "npm": "^11.1.0",
- "typescript": "^5.0.0"
- },
- "peerDependencies": {
- "antd": "^5.24.9",
- "react": "^17.0.2"
- },
- "scripts": {
- "build": "babel src --out-dir lib --extensions \".ts,.tsx\" && tsc --emitDeclarationOnly",
- "type": "tsc --noEmit"
- },
- "publishConfig": {
- "access": "public"
- }
- }
|