@lidick/mt-react-view
Version:
A React component library
90 lines (89 loc) • 2.48 kB
JSON
{
"name": "@lidick/mt-react-view",
"version": "2.0.20",
"description": "A React component library",
"keywords": [
"react",
"react-view",
"component",
"library",
"component library",
"mt-view",
"mt-react-view",
"mt",
"minitool",
"view",
"component library",
"ui framework",
"ui"
],
"private": false,
"type": "module",
"main": "dist/es/index/index.js",
"module": "dist/es/index/index.js",
"browser": "dist/index.umd.min.js",
"style": "dist/style/index.css",
"types": "dist/types/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"browser": "./dist/index.umd.min.js",
"import": "./dist/es/index/index.js",
"require": "./dist/index.cjs.js",
"default": "./dist/es/index/index.js"
}
},
"sideEffects": false,
"author": {
"name": "dickli",
"email": "dick.li@minitool.com"
},
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=production vite",
"build": "cross-env NODE_ENV=production run-p build:es && cross-env NODE_ENV=production run-p build:dynamic",
"build:dev": "cross-env NODE_ENV=development run-p build:es && cross-env NODE_ENV=development run-p build:dynamic",
"build:es": "vite build",
"build:dynamic": "vite build --config vite.config.dy.ts",
"lint": "eslint src --ext .ts,.tsx"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@babel/preset-react": "^7.27.1",
"@popperjs/core": "^2.11.8",
"@rollup/plugin-replace": "^6.0.2",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.4",
"@types/crypto-js": "^4.2.2",
"@types/csso": "^5.0.4",
"@types/lodash": "^4.17.20",
"@types/node": "^22.18.0",
"@types/react": "^19.1.11",
"@types/react-dom": "^19.1.7",
"@types/react-transition-group": "^4.4.12",
"@vitejs/plugin-react": "^4.7.0",
"axios": "1.11.0",
"cross-env": "^7.0.3",
"crypto-js": "^4.2.0",
"csso": "^5.0.5",
"js-base64": "^3.7.8",
"lodash": "^4.17.21",
"npm-run-all2": "^7.0.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-transition-group": "^4.4.5",
"rollup-plugin-scss": "^4.0.1",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.91.0",
"tslib": "^2.8.1",
"typescript": "^5.9.2",
"vite": "6.3.4",
"vite-plugin-sass": "^0.1.0"
}
}