34 lines
993 B
JSON
34 lines
993 B
JSON
{
|
|
"name": "mcf-components",
|
|
"version": "0.2.0",
|
|
"description": "Library to render component templates created using React and Material-UI",
|
|
"main": "dist/mcf-components.js",
|
|
"scripts": {
|
|
"dist": "webpack --config webpack.prod.js",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.15.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.14.5",
|
|
"@babel/preset-env": "^7.15.0",
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@babel/runtime": "^7.14.8",
|
|
"babel-loader": "^8.2.2",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"jest": "^27.0.6",
|
|
"webpack": "^5.49.0",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-dev-server": "^3.11.2",
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.12.3",
|
|
"@material-ui/lab": "^4.0.0-alpha.60",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-select": "^4.3.1"
|
|
}
|
|
}
|