2021-05-01 23:02:08 +02:00
|
|
|
{
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@rails/ujs": "^6.0.0",
|
|
|
|
"normalize-scss": "^7.0.1",
|
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",
|
|
|
|
"dev": "mix",
|
|
|
|
"watch": "mix watch",
|
|
|
|
"prod": "mix --production"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/compat-data": "^7.9.0",
|
|
|
|
"browser-sync": "^2.26.7",
|
|
|
|
"compression-webpack-plugin": "^7.0.0",
|
|
|
|
"laravel-mix": "^6.0.0",
|
|
|
|
"postcss": "^8.1.0",
|
|
|
|
"resolve-url-loader": "^3.1.1",
|
|
|
|
"sass": "^1.26.10",
|
|
|
|
"sass-loader": "^10.0.2"
|
|
|
|
}
|
|
|
|
}
|