adastra-ui-comment
Version:
Testing locally 1) in this file - `npm i` install dependencies - `npm run build` or `npm run tsc` to build your module 2) in childApp - in package.json under dependencies add ui-astra-assets with file:(relativePathToRepo) - "ui-astra-a
140 lines (139 loc) • 4.29 kB
JSON
{
"name": "adastra-ui-comment",
"version": "1.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"clean": "rimraf dist/*",
"tsc": "./node_modules/.bin/tsc",
"build": "npm run clean && npm run tsc",
"lint": "tslint --config ./tslint.json --project ./tsconfig.json",
"pretest": "npm run test:clean && npm run lint",
"test:clean": "rimraf ./coverage",
"test": "cross-env NODE_ENV=test jest --coverage"
},
"engines": {
"npm": ">=5",
"node": ">=8.10.0"
},
"author": "",
"license": "ISC",
"eslintIgnore": [
"**/*.ts",
"**/*.tsx"
],
"lint-staged": {
"*.json": [
"prettier --write",
"git add --force"
],
"*.ts": "npm run lint:tslint",
"*.tsx": "npm run lint:tslint"
},
"pre-commit": "lint:staged",
"resolutions": {
"babel-core": "7.0.0-bridge.0"
},
"peerDependencies": {
"react": "^16.10.1"
},
"dependencies": {
"@adastradev/serverless-discovery-sdk": "^2.0.1",
"@aws-amplify/cache": "^1.0.32",
"@babel/polyfill": "^7.4.4",
"@material-ui/core": "^4.4.3",
"@material-ui/icons": "^4.4.3",
"axios": "^0.19.0",
"connected-react-router": "^6.5.2",
"intl": "^1.2.5",
"moment": "^2.24.0",
"query-string": "^6.8.3",
"react-cookie": "^4.0.1",
"react-helmet": "^5.2.1",
"react-intl": "^2.9.0",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^4.2.2",
"react-mentions": "^3.1.1",
"react-redux": "^6.0.1",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.4",
"redux": "^4.0.4",
"redux-saga": "^1.1.1",
"reselect": "^4.0.0",
"typesafe-actions": "^3.4.0"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
"@babel/plugin-transform-react-constant-elements": "^7.5.0",
"@babel/plugin-transform-react-inline-elements": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.5.5",
"@types/chai": "^4.2.0",
"@types/chai-enzyme": "^0.6.7",
"@types/enzyme": "^3.10.3",
"@types/expect": "^1.20.4",
"@types/express": "^4.17.1",
"@types/fontfaceobserver": "^0.0.6",
"@types/hoist-non-react-statics": "^3.3.1",
"@types/intl": "^1.2.0",
"@types/invariant": "^2.2.30",
"@types/jest": "^24.0.18",
"@types/lodash": "^4.14.137",
"@types/mocha": "^5.2.7",
"@types/node": "^11.13.19",
"@types/prop-types": "^15.7.1",
"@types/react": "^16.9.2",
"@types/react-dom": "^16.9.0",
"@types/react-helmet": "^5.0.9",
"@types/react-intl": "^2.3.18",
"@types/react-redux": "^7.1.2",
"@types/react-router-dom": "^4.3.5",
"@types/redux-devtools": "^3.0.47",
"@types/redux-devtools-dock-monitor": "^1.1.33",
"@types/redux-devtools-log-monitor": "^1.0.34",
"@types/sinon": "^7.0.13",
"@types/systemjs": "^0.20.6",
"@types/webpack": "^4.39.0",
"@types/webpack-env": "^1.14.0",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "^8.0.6",
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-react-intl": "^3.5.1",
"babel-plugin-react-transform": "^3.0.0",
"babel-plugin-styled-components": "^1.10.6",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"cross-env": "^6.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "1.11.2",
"enzyme-to-json": "3.3.5",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"rimraf": "^2.7.1",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"tsconfig-paths": "^3.8.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.19.0",
"tslint-config-airbnb": "^5.11.1",
"tslint-loader": "^3.5.4",
"tslint-microsoft-contrib": "^6.2.0",
"tslint-react": "^4.0.0",
"typescript": "^3.5.3",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.9",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-pwa-manifest": "^4.0.0"
},
"cloudDependencies": {
"comments": "1.x"
}
}