uni-module-common
Version:
Common library for universal modules of twigis.
76 lines (75 loc) • 1.87 kB
JSON
{
"name": "uni-module-common",
"version": "1.1.91.18",
"description": "Common library for universal modules of twigis.",
"main": "dist/index.js",
"scripts": {
"build:app": "webpack --mode production",
"build": "npm run build:app",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "https://dev.azure.com/arkance-devops/ASC-GIS/_git/P-UniModuleCommon"
},
"directories": {
"img": "img"
},
"keywords": [
"uni",
"twigis",
"modul",
"common"
],
"author": "Vojtech Osvald",
"license": "ISC",
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"classnames": "^2.3.1",
"clean-webpack-plugin": "^4.0.0",
"core-decorators": "^0.20.0",
"core-js": "3.18.0",
"fixed-data-table-2": "1.1.2",
"keycode": "2.1.9",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-beautiful-dnd": "10.1.1",
"react-datetime": "2.16.3",
"react-dom": "18.2.0",
"react-router-dom": "6.21.3",
"react-scripts": "4.0.3",
"scroll-into-view-if-needed": "^3.1.0",
"string-pixel-width": "^1.11.0",
"web-vitals": "^1.1.2",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.5",
"@babel/plugin-proposal-decorators": "^7.15.4",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "7.12.10",
"babel-loader": "8.2.2"
}
}