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": {
|
2020-12-25 12:41:54 -08:00
|
|
|
"@babel/preset-typescript": "^7.12.7",
|
2020-12-26 09:16:08 -08:00
|
|
|
"@rails/ujs": "^6.1.0",
|
2020-12-24 18:33:49 -08:00
|
|
|
"bootstrap": "^4.5.3",
|
|
|
|
"cheet.js": "^0.3.3",
|
|
|
|
"core-js": "^3.8.1",
|
2020-12-25 06:07:47 -08:00
|
|
|
"i18n-js": "^3.8.0",
|
2020-12-24 18:33:49 -08:00
|
|
|
"jquery": "^3.5.1",
|
|
|
|
"jquery-minicolors": "^2.1.10",
|
|
|
|
"jquery-ujs": "^1.2.2",
|
|
|
|
"jquery.growl": "^1.3.5",
|
|
|
|
"jquery.guillotine": "^1.4.3",
|
|
|
|
"jquery.turbolinks": "^2.1.0",
|
|
|
|
"js-cookie": "2.2.1",
|
|
|
|
"nprogress": "^0.2.0",
|
|
|
|
"particleground": "jnicol/particleground",
|
|
|
|
"popper.js": "^1.16.1",
|
|
|
|
"regenerator-runtime": "^0.13.7",
|
|
|
|
"sweetalert": "1.1.3",
|
2020-12-25 06:35:29 -08:00
|
|
|
"tempusdominus-bootstrap-4": "5.1.2",
|
2020-12-24 18:33:49 -08:00
|
|
|
"tinycolor2": "^1.4.2",
|
2020-12-26 09:16:08 -08:00
|
|
|
"turbolinks": "^5.2.0",
|
2020-12-25 12:41:54 -08:00
|
|
|
"typescript": "^4.1.3"
|
2020-12-24 14:26:54 -08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-12-24 18:33:49 -08:00
|
|
|
"@babel/core": "^7.12.10",
|
|
|
|
"@babel/preset-env": "^7.12.11",
|
|
|
|
"@rails/webpacker": "5.2.1",
|
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",
|
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2020-12-24 18:33:49 -08:00
|
|
|
"webpack": "^4",
|
2020-12-24 14:26:54 -08:00
|
|
|
"webpack-dev-server": "^3.11.0"
|
|
|
|
}
|
|
|
|
}
|