package.json
{
"name": "cm42-central",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"test": "vitest",
"coveralls": "vitest run --coverage --coverageReporters=text-lcov | coveralls",
"lint": "eslint app/assets/javascripts",
"start:test": "rails s -e test -p 5000 & wait-on http://localhost:5000",
"cy:run": "cypress run -P spec/",
"format": "prettier --write 'app/assets/javascripts/**/*.{js,jsx}'",
"prepare": "husky install"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.4",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/runtime": "^7.7.4",
"autoprefixer": "^9.7.2",
"axios": "^0.25.0",
"babel-preset-airbnb": "^4.4.0",
"backbone": "^1.4.0",
"blueimp-file-upload": "^10.32.0",
"bootstrap-sass": "^3.4.1",
"change-object-case": "^0.2.0",
"chart.js": "^3.9.1",
"chartjs-adapter-moment": "^1.0.1",
"chartkick": "^4.2.0",
"classnames": "^2.2.6",
"clipboard": "^2.0.4",
"cloudinary-jquery": "^2.13.0",
"cloudinary-jquery-file-upload": "^2.13.0",
"dotenv": "^8.2.0",
"ejs": "^3.1.10",
"gritter": "^1.7.4",
"html-react-parser": "^0.10.0",
"http-status": "^1.4.1",
"i18n-js": "https://github.com/fnando/i18n-js/archive/v3.0.0.tar.gz",
"jquery": "^3.4.1",
"jquery-ui-bundle": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"jquery-ujs": "^1.2.2",
"jquery.caret": "^0.3.1",
"jquery.scrollto": "^2.1.2",
"js-cookie": "^2.2.1",
"js-yaml": "^3.13.1",
"keymirror": "^0.1.1",
"moment": "^2.29.4",
"node-sass": "^7.0.3",
"postcss-smart-import": "^0.7.6",
"precss": "^4.0.0",
"pusher-js": "^5.0.3",
"raf": "^3.4.1",
"react": "^16.12.0",
"react-beautiful-dnd": "^12.0.0",
"react-color": "^2.17.3",
"react-copy-to-clipboard": "^5.1.0",
"react-datepicker": "1.0.0",
"react-dom": "^16.12.0",
"react-dropzone": "^10.2.1",
"react-md-spinner": "^1.0.0",
"react-mentions": "^3.1.1",
"react-redux": "^7.1.3",
"react-tag-autocomplete": "^5.11.2",
"redux": "^4.0.4",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"tether": "^1.4.7",
"tether-shepherd": "^1.8.1",
"underscore": "^1.9.1",
"uuid": "^3.3.3",
"wait-on": "^3.3.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-transform-modules-commonjs": "^7.7.4",
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.11",
"@babel/plugin-transform-optional-chaining": "^7.23.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "12",
"@testing-library/user-event": "^14.4.3",
"babel-jest": "^24.9.0",
"coveralls": "^3.0.9",
"cypress": "^10.1.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-backbone": "^2.1.1",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.16.0",
"husky": "^8.0.0",
"jsdom": "^25.0.0",
"lint-staged": "^15.0.2",
"msw": "^2.4.4",
"prettier": "^3.0.3",
"react-addons-test-utils": "^15.6.2",
"react-test-renderer": "^16.12.0",
"vite": "^4.5.3",
"vite-plugin-ruby": "^3.2.0",
"vitest": "^2.0.5"
},
"engines": {
"node": "20.17.0"
},
"lint-staged": {
"*.{js,jsx}": [
"eslint --fix",
"prettier --write"
]
}
}