@weareconceptstudio/cs-admin
Version:
A comprehensive React-based admin panel system with dynamic actions, form components, and design system
49 lines (48 loc) • 1.03 kB
JSON
{
"name": "@weareconceptstudio/cs-admin",
"version": "0.8.5",
"description": "A comprehensive React-based admin panel system with dynamic actions, form components, and design system",
"author": "Concept Studio",
"license": "ISC",
"keywords": [
"react",
"admin",
"dashboard",
"cms",
"form-builder",
"crud",
"typescript",
"ui-components",
"design-system",
"admin-panel"
],
"readme": "README.md",
"main": "dist/index.js",
"files": [
"dist",
"README.md",
"FORM_COMPONENTS.md",
"RESOURCE_STRUCTURE.md",
"DESIGNSYSTEM_COMPONENTS.md",
"CORE_STORES_DOCUMENTATION.md"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"scripts": {
"build": "tsc -m es6",
"watch": "tsc -m es6 --watch"
},
"dependencies": {
"@weareconceptstudio/cs-admin-core": "0.4.6",
"@weareconceptstudio/cs-admin-ui": "1.0.6",
"react": "^18.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"typescript": "5.3.3"
}
}