2020-12-24 14:26:54 -08:00
|
|
|
{
|
2020-12-26 09:38:18 -08:00
|
|
|
"scripts": {
|
|
|
|
"lint": "yarn run eslint --ext .ts app/javascript",
|
|
|
|
"lint:fix": "yarn run eslint --ext .ts app/javascript --fix"
|
|
|
|
},
|
2020-12-24 14:26:54 -08:00
|
|
|
"dependencies": {
|
2022-07-08 18:50:53 -07:00
|
|
|
"@babel/preset-typescript": "^7.18.6",
|
2022-07-08 17:46:18 -07:00
|
|
|
"@melloware/coloris": "^0.14.0",
|
2022-07-11 02:13:38 -07:00
|
|
|
"@rails/ujs": "^6.1.6",
|
2020-12-24 18:33:49 -08:00
|
|
|
"bootstrap": "^4.5.3",
|
|
|
|
"cheet.js": "^0.3.3",
|
2022-07-18 02:06:44 -07:00
|
|
|
"core-js": "^3.23.5",
|
2022-01-05 17:56:35 -08:00
|
|
|
"croppr": "^2.3.1",
|
2022-01-11 11:49:08 -08:00
|
|
|
"font-awesome": "4.7.0",
|
2022-07-08 18:52:11 -07:00
|
|
|
"i18n-js": "^3.9.2",
|
2020-12-24 18:33:49 -08:00
|
|
|
"jquery": "^3.5.1",
|
|
|
|
"js-cookie": "2.2.1",
|
2022-01-11 11:49:08 -08:00
|
|
|
"lato-font": "^3.0.0",
|
2020-12-24 18:33:49 -08:00
|
|
|
"popper.js": "^1.16.1",
|
2022-07-04 13:38:46 -07:00
|
|
|
"rails_admin": "3.0.0",
|
2020-12-24 18:33:49 -08:00
|
|
|
"regenerator-runtime": "^0.13.7",
|
|
|
|
"sweetalert": "1.1.3",
|
2022-01-09 10:42:08 -08:00
|
|
|
"toastify-js": "^1.11.2",
|
2020-12-26 09:16:08 -08:00
|
|
|
"turbolinks": "^5.2.0",
|
2022-07-08 17:47:32 -07:00
|
|
|
"typescript": "^4.7.4"
|
2020-12-24 14:26:54 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-07-08 19:29:43 -07:00
|
|
|
"@babel/core": "^7.18.6",
|
2022-07-08 19:18:11 -07:00
|
|
|
"@babel/preset-env": "^7.18.6",
|
2022-01-11 14:09:44 -08:00
|
|
|
"@rails/webpacker": "5.4.3",
|
2020-12-26 09:38:18 -08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.11.0",
|
|
|
|
"@typescript-eslint/parser": "^4.11.0",
|
2020-12-25 05:22:07 -08:00
|
|
|
"coffee-loader": "1.0.1",
|
2020-12-24 18:33:49 -08:00
|
|
|
"coffeescript": "^2.5.1",
|
2020-12-26 09:38:18 -08:00
|
|
|
"eslint": "^7.16.0",
|
2022-07-08 17:47:55 -07:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2020-12-24 18:33:49 -08:00
|
|
|
"webpack": "^4",
|
2022-01-11 14:09:44 -08:00
|
|
|
"webpack-dev-server": "^4.7.3"
|
2020-12-24 14:26:54 -08:00
|
|
|
}
|
|
|
|
}
|