tatuka-components
Version:
this is a readme text
64 lines (63 loc) • 1.75 kB
JSON
{
"name": "tatuka-components",
"version": "1.2.9",
"description": "",
"repository": {
"type": "git",
"url": "git+https://github.com/TsotneDarjania/tatuka-components"
},
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/esm/index.d.ts",
"scripts": {
"build": "yarn build:esm && yarn build:cjs && yarn build:css",
"build:css": "postcss src/**/*.css --dir dist/style && node update-css-imports.js",
"build:esm": "tsc",
"build:cjs": "tsc --module commonjs --outDir dist/cjs",
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
"prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"",
"prepare": "npm run build"
},
"author": "Tsotne Darjania",
"license": "MIT",
"peerDependencies": {
"react": ">=16"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@types/css-modules": "^1.0.5",
"@types/react": "^18.2.37",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"next": "^14.0.3",
"prettier": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.2.2",
"typescript-plugin-css-modules": "^5.0.2"
},
"keywords": [
"react",
"typescript",
"nextJS",
"UI Library"
],
"dependencies": {
"autoprefixer": "^10.4.16",
"clsx": "^2.0.0",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0"
}
}