retrospring/package.json

41 lines
1.3 KiB
JSON
Raw Normal View History

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",
2023-01-03 12:27:54 +01:00
"lint:fix": "yarn run eslint --ext .ts app/javascript --fix",
"build:css": "sass ./app/assets/stylesheets/application.sass.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules"
2020-12-26 18:38:18 +01:00
},
2020-12-24 23:26:54 +01:00
"dependencies": {
"@babel/preset-typescript": "^7.18.6",
2023-01-03 12:27:54 +01:00
"@fontsource/lexend": "^4.5.13",
2023-01-03 16:15:39 +01:00
"@fortawesome/fontawesome-free": "^6.2.1",
"@hotwired/stimulus": "^3.2.1",
2022-10-02 22:09:01 +02:00
"@hotwired/stimulus-webpack-helpers": "^1.0.1",
"@hotwired/turbo-rails": "^7.2.4",
"@melloware/coloris": "^0.16.1",
2023-01-03 21:33:45 +01:00
"@popperjs/core": "^2.11",
"@rails/request.js": "^0.0.8",
2023-01-03 21:33:45 +01:00
"bootstrap": "^5.2",
"cheet.js": "^0.3.3",
"core-js": "^3.27.1",
2022-01-06 02:56:35 +01:00
"croppr": "^2.3.1",
2022-10-10 21:38:37 +02:00
"i18n-js": "^4.0",
"js-cookie": "2.2.1",
"regenerator-runtime": "^0.13.11",
2023-01-03 12:27:54 +01:00
"sass": "^1.57.1",
"sweetalert": "1.1.3",
"toastify-js": "^1.12.0",
"typescript": "^4.9.4"
2020-12-24 23:26:54 +01:00
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@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",
"eslint": "^7.16.0",
"eslint-plugin-import": "^2.26.0",
"webpack": "^4",
"webpack-dev-server": "^4.11.1"
2020-12-24 23:26:54 +01:00
}
}