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",
|
2023-01-03 03:27:54 -08:00
|
|
|
"lint:fix": "yarn run eslint --ext .ts app/javascript --fix",
|
2023-01-18 13:06:53 -08:00
|
|
|
"lint:css": "yarn run stylelint \"app/assets/stylesheets/**/*.scss\"",
|
2023-01-05 23:21:22 -08:00
|
|
|
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets",
|
2023-01-03 03:27:54 -08:00
|
|
|
"build:css": "sass ./app/assets/stylesheets/application.sass.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"
|
2020-12-26 09:38:18 -08:00
|
|
|
},
|
2020-12-24 14:26:54 -08:00
|
|
|
"dependencies": {
|
2023-01-23 01:02:16 -08:00
|
|
|
"@fontsource/lexend": "^4.5.15",
|
2023-08-07 02:47:56 -07:00
|
|
|
"@fortawesome/fontawesome-free": "^6.4.2",
|
2023-10-16 02:07:20 -07:00
|
|
|
"@github/hotkey": "^2.1.1",
|
2023-08-07 06:36:15 -07:00
|
|
|
"@hotwired/stimulus": "^3.2.2",
|
2023-03-06 01:57:50 -08:00
|
|
|
"@hotwired/turbo-rails": "^7.3.0",
|
2023-08-28 02:58:46 -07:00
|
|
|
"@melloware/coloris": "^0.21.1",
|
2023-01-03 12:33:45 -08:00
|
|
|
"@popperjs/core": "^2.11",
|
2023-10-02 02:53:06 -07:00
|
|
|
"@rails/request.js": "^0.0.9",
|
2023-01-03 12:33:45 -08:00
|
|
|
"bootstrap": "^5.2",
|
2023-01-21 11:50:06 -08:00
|
|
|
"buffer": "^6.0.3",
|
2020-12-24 18:33:49 -08:00
|
|
|
"cheet.js": "^0.3.3",
|
2022-01-05 17:56:35 -08:00
|
|
|
"croppr": "^2.3.1",
|
2022-10-10 12:38:37 -07:00
|
|
|
"i18n-js": "^4.0",
|
2020-12-24 18:33:49 -08:00
|
|
|
"js-cookie": "2.2.1",
|
2023-10-23 02:46:09 -07:00
|
|
|
"sass": "^1.69.4",
|
2020-12-24 18:33:49 -08:00
|
|
|
"sweetalert": "1.1.3",
|
2022-07-25 02:07:39 -07:00
|
|
|
"toastify-js": "^1.12.0",
|
2023-08-28 02:57:29 -07:00
|
|
|
"typescript": "^5.2.2"
|
2020-12-24 14:26:54 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-12-26 09:38:18 -08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.11.0",
|
|
|
|
"@typescript-eslint/parser": "^4.11.0",
|
2023-08-07 12:28:06 -07:00
|
|
|
"esbuild": "^0.17.0",
|
2020-12-26 09:38:18 -08:00
|
|
|
"eslint": "^7.16.0",
|
2023-08-23 06:49:04 -07:00
|
|
|
"eslint-plugin-import": "^2.28.1",
|
2023-10-23 02:45:45 -07:00
|
|
|
"stylelint": "^15.11.0",
|
2023-09-04 02:47:02 -07:00
|
|
|
"stylelint-config-standard-scss": "^11.0.0",
|
2023-09-18 02:12:25 -07:00
|
|
|
"stylelint-scss": "^5.2.1"
|
2020-12-24 14:26:54 -08:00
|
|
|
}
|
|
|
|
}
|