DocSpace-client/packages/login/package.json

41 lines
1.8 KiB
JSON

{
"name": "@docspace/login",
"version": "2.6.1",
"private": true,
"scripts": {
"build": "node ./scripts/buildTranslations.js && next build",
"start": "node ./scripts/buildTranslations.js && NODE_ENV=development node server.js",
"start-prod": "NODE_ENV=production node server.js",
"start:internal": "node ./scripts/buildTranslations.js && NODE_ENV=development API_HOST=http://127.0.0.1 node server.js",
"start-prod:internal": "NODE_ENV=production API_HOST=http://127.0.0.1 node server.js",
"lint": "next lint",
"clean": "shx rm -rf .next",
"deploy": "shx --silent mkdir -p ../../../publish/web/login && shx --silent mkdir -p ../../../publish/web/login/.next && shx --silent mkdir -p ../../../publish/web/login/node_modules && shx --silent mkdir -p ../../../publish/web/login/.next/static && shx cp -r .next/standalone/node_modules/* ../../../publish/web/login/node_modules && shx cp -r .next/static/* ../../../publish/web/login/.next/static && shx cp -r .next/standalone/packages/login/.next/* ../../../publish/web/login/.next && shx cp -f server.prod.js ../../../publish/web/login/server.js"
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^1.10.1",
"i18next": "^20.6.1",
"next": "14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-hcaptcha": "^0.1.1",
"react-i18next": "^13.2.1",
"sass": "^1.59.3",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-google-recaptcha": "^2.1.9",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"prettier": "^3.2.4",
"shx": "^0.3.4",
"typescript": "^5"
}
}