2021-05-01 23:02:08 +02:00
|
|
|
{
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@rails/ujs": "^6.0.0",
|
2021-08-29 23:08:55 +02:00
|
|
|
"compression-webpack-plugin": "^8.0.1",
|
2021-08-29 23:02:20 +02:00
|
|
|
"laravel-mix": "^6.0.28",
|
2021-12-12 18:01:55 +01:00
|
|
|
"modern-normalize": "^1.1.0",
|
2021-08-29 23:08:55 +02:00
|
|
|
"postcss": "^8.3.6",
|
2021-08-29 19:32:05 +02:00
|
|
|
"tufte-css": "^1.8.0",
|
2021-05-01 23:02:08 +02:00
|
|
|
"turbolinks": "^5.2.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"heroku-postbuild": "yarn prod",
|
2021-12-12 18:01:55 +01:00
|
|
|
"dev": "yarn run mix",
|
|
|
|
"watch": "yarn run mix watch",
|
|
|
|
"prod": "yarn run mix --production"
|
2021-05-01 23:02:08 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/compat-data": "^7.9.0",
|
|
|
|
"browser-sync": "^2.26.7",
|
|
|
|
"resolve-url-loader": "^3.1.1",
|
|
|
|
"sass": "^1.26.10",
|
|
|
|
"sass-loader": "^10.0.2"
|
|
|
|
}
|
|
|
|
}
|