Skip to content

Commit

Permalink
fix deps; update premium benefits
Browse files Browse the repository at this point in the history
  • Loading branch information
matronator committed Jan 21, 2025
1 parent 2b714ff commit d12818f
Show file tree
Hide file tree
Showing 4 changed files with 14,060 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/modules/Front/templates/Premium/default.latte
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
name: 'Immune',
price: '$15 / month',
tier: 3,
benefits: ['Immune name badge', 'Avatar frame', 'Upload animated avatar', 'Protection from assaults', 'x1.5 XP Boost', 'All times cut by half'],
benefits: ['Access to dev server', 'Immune name badge', 'Avatar frame', 'Upload animated avatar', 'Protection from assaults', 'x1.5 XP Boost', 'All times cut by half'],
playerTier: $player->tier,
img: $basePath . '/dist/front/images/premium/immune.jpg',
imgAlt: 'Immune Premium Account',
Expand Down Expand Up @@ -98,7 +98,7 @@
name: 'Immune',
price: '$25 / month',
tier: 3,
benefits: ['Immune name badge', 'Avatar frame', 'Upload animated avatar', 'Protection from assaults', 'x1.5 XP Boost', 'All times cut by half'],
benefits: ['Access to dev server', 'Immune name badge', 'Avatar frame', 'Upload animated avatar', 'Protection from assaults', 'x1.5 XP Boost', 'All times cut by half'],
playerTier: $player->tier,
priceId: 'pri_01hbe1f6bx2gjh4zddhyrh6s2p',
img: $basePath . '/dist/front/images/premium/immune.jpg',
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"scripts": {
"start": "gulp",
"p-start": "pnpm run start",
"prebuild": "rm -rf www/dist/front",
"build": "gulp --production",
"postpost": "npm run report-js && npm run report-css && npm run report-lh",
"start-admin": "gulp --mod admin",
Expand Down Expand Up @@ -38,7 +39,7 @@
"browser-sync": "^3.0.0",
"browserify": "^17.0.0",
"cssnano": "^7.0.0",
"del": "^8.0.0",
"del": "^5.1.0",
"dotenv": "^16.0.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^6.15.0",
Expand All @@ -47,14 +48,15 @@
"gulp": "^4.0.2",
"gulp-imagemin": "^7.1.0",
"gulp-noop": "^1.0.1",
"gulp-postcss": "^8.0.0",
"gulp-postcss": "^9.0.0",
"gulp-rev": "^9.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-svg-sprite": "^1.5.0",
"gulp-tap": "^2.0.0",
"gulp-uglify-es": "^3.0.0",
"lighthouse": "^5.6.0",
"loose-envify": "^1.4.0",
"postcss": "^8.4.31",
"postcss-calc": "^7.0.5",
"postcss-custom-media": "^7.0.8",
"postcss-custom-properties": "^9.2.0",
Expand Down
Loading

0 comments on commit d12818f

Please sign in to comment.