diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 36 |
1 files changed, 22 insertions, 14 deletions
diff --git a/package.json b/package.json index 8360ac0..659331f 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,24 @@ { - "private": true, - "type": "module", - "scripts": { - "dev": "vite", - "build": "vite build" - }, - "devDependencies": { - "axios": "^1.1.2", - "laravel-vite-plugin": "^0.7.5", - "vite": "^4.5.3" - }, - "dependencies": { - "@sentry/browser": "^7.40.0" - } + "license": "UNLICENSED", + "private": true, + "dependencies": { + "@rails/ujs": "^7.1.0", + "modern-normalize": "^2.0.0" + }, + "scripts": { + "heroku-postbuild": "yarn prod", + "dev": "yarn run mix", + "watch": "yarn run mix watch", + "prod": "yarn run mix --production" + }, + "devDependencies": { + "@babel/compat-data": "^7.23.5", + "browser-sync": "^2.29.3", + "compression-webpack-plugin": "^10.0.0", + "laravel-mix": "^6.0.49", + "postcss": "^8.4.32", + "resolve-url-loader": "^5.0.0", + "sass": "^1.69.5", + "sass-loader": "^13.3.2" + } } |