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-12-04 01:06:55 -08:00
|
|
|
"@fortawesome/fontawesome-free": "^6.5.1",
|
2023-12-18 01:06:29 -08:00
|
|
|
"@github/hotkey": "^3.1.0",
|
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-11-13 01:22:40 -08:00
|
|
|
"@melloware/coloris": "^0.22.0",
|
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",
|
2024-01-22 01:45:25 -08:00
|
|
|
"sass": "^1.70.0",
|
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-12-08 14:20:19 -08:00
|
|
|
"typescript": "^5.3.3"
|
2020-12-24 14:26:54 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-30 11:17:32 -08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
2024-01-29 01:05:47 -08:00
|
|
|
"@typescript-eslint/parser": "^6.19.1",
|
2023-08-07 12:28:06 -07:00
|
|
|
"esbuild": "^0.17.0",
|
2023-12-18 01:05:45 -08:00
|
|
|
"eslint": "^8.56.0",
|
2023-12-19 15:08:11 -08:00
|
|
|
"eslint-plugin-import": "^2.29.1",
|
2023-10-23 02:45:45 -07:00
|
|
|
"stylelint": "^15.11.0",
|
2023-11-06 01:20:01 -08:00
|
|
|
"stylelint-config-standard-scss": "^11.1.0",
|
2023-12-11 01:58:31 -08:00
|
|
|
"stylelint-scss": "^5.3.2"
|
2020-12-24 14:26:54 -08:00
|
|
|
}
|
|
|
|
}
|