mmp-common
Version:
A demonstration of creating a NPM library for TSG common components that supports different installation types.
88 lines (87 loc) • 2.76 kB
JSON
{
"name": "mmp-common",
"version": "2.3.7",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"description": "A demonstration of creating a NPM library for TSG common components that supports different installation types.",
"repository": {
"url": "http://gitlab.dev.simventions.com/ttg/mmp",
"type": "git"
},
"license": "TSG",
"scripts": {
"sassc": "node-sass src/index.scss dist/all.min.css",
"build": "just-scripts build && npm run sassc",
"clean": "just-scripts clean",
"tsc": "tsc"
},
"babel": {
"presets": [
"react",
"env"
],
"plugins": [
[
"transform-class-properties"
]
]
},
"dependencies": {
"fork-ts-checker-webpack-plugin": "^4.1.4",
"hard-source-webpack-plugin": "^0.13.1",
"just-scripts": "^0.41.0",
"mobx": "4.8.0",
"mobx-react": "^5.4.3",
"office-ui-fabric-core": "^9.6.1",
"office-ui-fabric-react": "^7.95.0",
"path": "^0.12.7",
"prop-types": "^15.6.1",
"react": "16.8.5",
"react-autocomplete": "1.8.1",
"react-dom": "16.8.5",
"react-router": "5.0.0",
"react-router-dom": "5.0.0",
"react-transition-group": "2.7.0",
"ts-loader": "^7.0.4",
"webpack": "^4.43.0"
},
"devDependencies": {
"@types/d3": "5.7.1",
"@types/file-saver": "^1.3.0",
"@types/geojson": "7946.0.7",
"@types/history": "4.7.0",
"@types/jquery": "2.0.40",
"@types/kendo-ui": "2017.3.1",
"@types/prop-types": "15.5.8",
"@types/react": "16.8.8",
"@types/react-autocomplete": "1.8.5",
"@types/react-dom": "16.8.3",
"@types/react-router": "4.4.5",
"@types/react-router-dom": "4.3.1",
"@types/react-transition-group": "2.0.6",
"@types/slickgrid": "^2.1.27",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.7.1",
"enzyme-to-json": "^3.3.5",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"node-sass": "^4.12.0",
"react-test-renderer": "^16.7.0",
"ts-node": "^8.10.1",
"typescript": "3.3.4000",
"webpack-cli": "^3.3.11"
},
"prettier": {
"tabWidth": 4,
"printWidth": 120,
"trailingComma": "es5"
},
"files": [
"dist",
"lib",
"lib-commonjs"
]
}