2020-12-24 23:26:54 +01:00
|
|
|
{
|
2020-12-26 18:38:18 +01:00
|
|
|
"scripts": {
|
|
|
|
"lint": "yarn run eslint --ext .ts app/javascript",
|
|
|
|
"lint:fix": "yarn run eslint --ext .ts app/javascript --fix"
|
|
|
|
},
|
2020-12-24 23:26:54 +01:00
|
|
|
"dependencies": {
|
2022-07-09 03:50:53 +02:00
|
|
|
"@babel/preset-typescript": "^7.18.6",
|
2022-12-05 10:01:43 +01:00
|
|
|
"@hotwired/stimulus": "^3.2.1",
|
2022-10-02 22:09:01 +02:00
|
|
|
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
|
2022-10-24 23:43:53 +02:00
|
|
|
"@fontsource/lexend": "^4.5.13",
|
2022-11-14 12:16:12 +01:00
|
|
|
"@hotwired/turbo-rails": "^7.2.4",
|
2022-09-26 11:08:52 +02:00
|
|
|
"@melloware/coloris": "^0.16.1",
|
2022-11-21 10:10:37 +01:00
|
|
|
"@rails/request.js": "^0.0.8",
|
2022-07-25 11:08:06 +02:00
|
|
|
"bootstrap": "^4.6.2",
|
2020-12-25 03:33:49 +01:00
|
|
|
"cheet.js": "^0.3.3",
|
2022-11-14 10:09:34 +01:00
|
|
|
"core-js": "^3.26.1",
|
2022-01-06 02:56:35 +01:00
|
|
|
"croppr": "^2.3.1",
|
2022-01-11 20:49:08 +01:00
|
|
|
"font-awesome": "4.7.0",
|
2022-10-10 21:38:37 +02:00
|
|
|
"i18n-js": "^4.0",
|
2022-12-19 10:02:44 +01:00
|
|
|
"jquery": "^3.6.2",
|
2020-12-25 03:33:49 +01:00
|
|
|
"js-cookie": "2.2.1",
|
|
|
|
"popper.js": "^1.16.1",
|
2022-07-04 22:38:46 +02:00
|
|
|
"rails_admin": "3.0.0",
|
2022-11-21 10:08:45 +01:00
|
|
|
"regenerator-runtime": "^0.13.11",
|
2020-12-25 03:33:49 +01:00
|
|
|
"sweetalert": "1.1.3",
|
2022-07-25 11:07:39 +02:00
|
|
|
"toastify-js": "^1.12.0",
|
2022-12-12 10:02:03 +01:00
|
|
|
"typescript": "^4.9.4"
|
2020-12-24 23:26:54 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-05 10:01:55 +01:00
|
|
|
"@babel/core": "^7.20.5",
|
2022-11-07 10:08:09 +01:00
|
|
|
"@babel/preset-env": "^7.20.2",
|
2022-01-11 23:09:44 +01:00
|
|
|
"@rails/webpacker": "5.4.3",
|
2020-12-26 18:38:18 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.11.0",
|
|
|
|
"@typescript-eslint/parser": "^4.11.0",
|
2020-12-25 14:22:07 +01:00
|
|
|
"coffee-loader": "1.0.1",
|
2020-12-25 03:33:49 +01:00
|
|
|
"coffeescript": "^2.5.1",
|
2020-12-26 18:38:18 +01:00
|
|
|
"eslint": "^7.16.0",
|
2022-07-09 02:47:55 +02:00
|
|
|
"eslint-plugin-import": "^2.26.0",
|
2020-12-25 03:33:49 +01:00
|
|
|
"webpack": "^4",
|
2022-09-26 11:09:05 +02:00
|
|
|
"webpack-dev-server": "^4.11.1"
|
2020-12-24 23:26:54 +01:00
|
|
|
}
|
|
|
|
}
|