lml-main
Version:
This is now a mono repository published into many standalone packages.
97 lines • 3.03 kB
JSON
{
"name": "@lml/allocation-ui",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"assets:copy": "mkdir -p ./dist && npm run styles && npm run images && cp -r ./src/assets ./dist",
"build": "npm run assets:copy && tsc",
"build:watch": "tsc --watch --pretty",
"tsfmt:verify": "tsfmt --verify",
"tsfmt:replace": "tsfmt -r",
"images": "gulp images",
"webpack:watch": "webpack-dev-server",
"webpack:build": "webpack",
"prepublishOnly": "npm run clean && npm run build",
"production:build": "npm run build && NODE_ENV=production npm run webpack:build",
"styles": "gulp styles",
"start": "npm run tsfmt:replace && npm run assets:copy && npm run webpack:watch",
"test": "jest",
"lint": "tslint -p ./tsconfig.json -c ./tslint.json -e '**/*.spec.ts' -e 'node_modules/**/*' -t json",
"lint:version": "tslint -v",
"lint:fix": "tslint -p ./tsconfig.json -c ./tslint.json -e '**/*.spec.ts' -e 'node_modules/**/*' --fix"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@lml/cosmo-redux-api": "0.7.2",
"@lml/cosmo-redux-pusher": "0.1.9",
"@lml/cosmo-redux-store": "0.1.16",
"@lml/cosmo-ui-auth": "1.11.9",
"@lml/cosmo-ui-build": "0.0.14",
"@lml/ts-utils": "0.0.14",
"@lml/core-ui": "1.0.1",
"react-virtualized": "9.17.1",
"mousetrap": "1.6.1",
"cosmoui": "0.11.8",
"lodash": "4.17.4",
"npm": "5.7.1",
"pusher-js": "4.1.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-hint": "3.0.0",
"redux-observable": "0.17.0",
"redux-rx-http": "0.15.0",
"rxjs": "5.5.2"
},
"devDependencies": {
"@types/auth0-js": "8.11.2",
"@types/classnames": "2.2.0",
"@types/jest": "19.2.2",
"@types/lodash": "4.14.101",
"@types/moment-timezone": "0.2.34",
"@types/mousetrap": "1.5.34",
"@types/node": "7.0.13",
"@types/pusher-js": "3.0.29",
"@types/react": "16.0.35",
"@types/react-dom": "16.0.3",
"@types/redux-mock-store": "0.0.13",
"classnames": "2.2.5",
"gulp": "3.9.1",
"identity-obj-proxy": "3.0.0",
"jest": "19.0.2",
"ts-jest": "19.0.10",
"tslib": "1.7.1",
"tslint": "5.6.0",
"tslint-react": "3.2.0",
"typescript": "2.6.1",
"typescript-formatter": "5.2.0",
"webpack": "2.2.1",
"webpack-merge": "4.1.0",
"worker-loader": "0.8.0"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
],
"moduleDirectories": [
"node_modules",
"src/app"
],
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/mocks/file.js",
"\\.(scss|css|less)$": "identity-obj-proxy"
}
},
"repository": {
"type": "git",
"url": "https://github.com/lastmilelink/cosmo-ui-react"
}
}