first commit

This commit is contained in:
2026-08-05 15:26:50 +05:30
parent c000e5dc95
commit 2c8c394795
126 changed files with 10824 additions and 302 deletions

View File

@@ -3,23 +3,32 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 3100",
"build": "next build",
"start": "next start",
"lint": "eslint"
"start": "next start -p 3100",
"lint": "eslint",
"theme:build": "astryx theme build src/theme/loyalyTheme.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"next": "16.2.12",
"@astryxdesign/core": "^0.2.0",
"@astryxdesign/theme-neutral": "^0.2.0",
"@stylexjs/stylex": "^0.19.0",
"framer-motion": "^12.43.0",
"lucide-react": "^1.28.0",
"next": "^16.3.0",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"recharts": "^3.10.1"
},
"devDependencies": {
"@astryxdesign/cli": "^0.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.12",
"eslint-config-next": "^16.3.0",
"tailwindcss": "^4",
"typescript": "^5"
}