neshan-map
Version:
### Developed by [Neshan Maps Platform team](https://platform.neshan.org). ### For Farsi/Persian document, [click here](https://developers.neshan.org/react-component/).
89 lines (88 loc) • 2.28 kB
JSON
{
"version": "1.0.1",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"peerDependencies": {
"react": ">=16"
},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "neshan-map",
"author": "Mehdi Ardakani",
"module": "dist/neshan-map.esm.js",
"size-limit": [
{
"path": "dist/neshan-map.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/neshan-map.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@babel/core": "^7.20.5",
"@size-limit/preset-small-lib": "^8.1.0",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-info": "^5.3.21",
"@storybook/addon-links": "^6.5.13",
"@storybook/addons": "^6.5.13",
"@storybook/react": "^6.5.13",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"babel-loader": "^9.1.0",
"husky": "^8.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"size-limit": "^8.1.0",
"tsdx": "^0.14.1",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
},
"description": "### Developed by [Neshan Maps Platform team](https://platform.neshan.org). ### For Farsi/Persian document, [click here](https://developers.neshan.org/react-component/).",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mehdi-ard/react-neshan-map-leaflet.git"
},
"keywords": [
"map",
"neshan",
"leaflet"
],
"bugs": {
"url": "https://github.com/mehdi-ard/react-neshan-map-leaflet/issues"
},
"homepage": "https://github.com/mehdi-ard/react-neshan-map-leaflet#readme"
}