feat: add landing page with nuxt
This commit is contained in:
+17
-1
@@ -12,6 +12,9 @@
|
||||
"dimentorin:dev": "nx serve dimentorin",
|
||||
"dimentorin:build": "nx build dimentorin",
|
||||
"dimentorin:prod": "serve ./dist/apps/dimentorin",
|
||||
"landing:dev": "nx serve landing",
|
||||
"landing:build": "nx build landing",
|
||||
"landing:prod": "node ./apps/landing/.output/server/index.mjs",
|
||||
"ui:test": "nx test ui",
|
||||
"ui:build": "nx build ui",
|
||||
"ui:storybook": "nx storybook ui"
|
||||
@@ -37,10 +40,16 @@
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.14.5",
|
||||
"@babel/preset-react": "^7.14.5",
|
||||
"@eslint/eslintrc": "^2.1.1",
|
||||
"@eslint/js": "^9.8.0",
|
||||
"@nuxt/devtools": "1.0.0",
|
||||
"@nuxt/eslint-config": "~0.5.6",
|
||||
"@nuxt/kit": "^3.10.0",
|
||||
"@nuxt/ui-templates": "^1.3.1",
|
||||
"@nx/eslint": "20.5.0",
|
||||
"@nx/eslint-plugin": "20.5.0",
|
||||
"@nx/js": "20.6.0",
|
||||
"@nx/nuxt": "^20.5.0",
|
||||
"@nx/react": "20.5.0",
|
||||
"@nx/storybook": "^20.6.0",
|
||||
"@nx/vite": "20.5.0",
|
||||
@@ -67,8 +76,10 @@
|
||||
"@types/react": "19.0.0",
|
||||
"@types/react-dom": "19.0.0",
|
||||
"@vitejs/plugin-react": "^4.2.0",
|
||||
"@vitejs/plugin-vue": "^4.5.0",
|
||||
"@vitest/coverage-v8": "^3.0.5",
|
||||
"@vitest/ui": "^3.0.0",
|
||||
"@vue/test-utils": "^2.4.1",
|
||||
"ajv": "^6.12.6",
|
||||
"eslint": "^9.8.0",
|
||||
"eslint-config-prettier": "^9.0.0",
|
||||
@@ -76,8 +87,10 @@
|
||||
"eslint-plugin-jsx-a11y": "6.10.1",
|
||||
"eslint-plugin-react": "7.35.0",
|
||||
"eslint-plugin-react-hooks": "5.0.0",
|
||||
"h3": "^1.8.2",
|
||||
"jiti": "2.4.2",
|
||||
"jsdom": "~22.1.0",
|
||||
"nuxt": "^3.10.0",
|
||||
"nx": "20.5.0",
|
||||
"postcss": "^8.5.3",
|
||||
"prettier": "^2.6.2",
|
||||
@@ -91,7 +104,10 @@
|
||||
"verdaccio": "^6.0.5",
|
||||
"vite": "^6.0.0",
|
||||
"vite-plugin-dts": "~4.5.0",
|
||||
"vitest": "^3.0.8"
|
||||
"vitest": "^3.0.8",
|
||||
"vue": "^3.3.4",
|
||||
"vue-router": "^4.2.4",
|
||||
"vue-tsc": "^2.0.0"
|
||||
},
|
||||
"nx": {
|
||||
"includedScripts": []
|
||||
|
||||
Reference in New Issue
Block a user