iran-license-plate
Version:
A general react component for Iran license plate.
108 lines (107 loc) • 3.1 kB
JSON
{
"name": "iran-license-plate",
"version": "0.3.15",
"description": "A general react component for Iran license plate.",
"keywords": [
"iran-license-plate",
"react plaque",
"react car number",
"car lisence",
"iran-plaque",
"Lisence-number",
"پلاک",
"پلاک اتومبیل و ماشین",
"شماره پلاک"
],
"homepage": "https://majidalinejad.github.io/Iran-License-Plate/",
"repository": "https://github.com/MajidAlinejad/Iran-License-Plate/",
"bugs": {
"url": "https://github.com/MajidAlinejad/Iran-License-Plate/issues",
"email": "Alinejad.mj@gmail.com"
},
"license": "MIT",
"author": {
"name": "Majid Alinejad",
"email": "Alinejad.mj@gmail.com",
"url": "https://github.com/MajidAlinejad"
},
"private": false,
"dependencies": {
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.4.2"
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-docs": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/node-logger": "^6.5.16",
"@storybook/preset-create-react-app": "^4.1.2",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"autoprefixer": "^10.4.13",
"babel-plugin-named-exports-order": "^0.0.2",
"gh-pages": "^5.0.0",
"postcss": "^8.4.20",
"prop-types": "^15.8.1",
"react-scripts": "5.0.1",
"tailwindcss": "^3.2.4",
"tsup": "^7.2.0",
"web-vitals": "^2.1.0",
"webpack": "^5.75.0"
},
"scripts": {
"start": "start-storybook -p 6006 -s public",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public",
"prebuild": "npx tailwindcss -o dist/IranLicensePlate/style.css --minify",
"build": "npx -p typescript tsc -p .",
"postbuild": "cp --recursive ./src/IranLicensePlate/assets ./dist/IranLicensePlate ",
"predeploy": "build-storybook -s public",
"tsup": "tsup ",
"deploy": "gh-pages -d storybook-static"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"main": "dist/index.js",
"module": "dist/index.mjs",
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}