mirror of
https://github.com/ProtonMail/WebClients.git
synced 2026-01-16 23:12:49 +00:00
88 lines
3.2 KiB
JSON
88 lines
3.2 KiB
JSON
{
|
|
"name": "proton-docs",
|
|
"description": "Proton Docs.",
|
|
"license": "GPL-3.0",
|
|
"author": "",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"build:web": "cross-env NODE_ENV=production TS_NODE_PROJECT=\"../../tsconfig.webpack.json\" proton-pack build --appMode=sso --handleSupportAndErrors --optimizeAssets --babelLoader",
|
|
"check-types": "tsc",
|
|
"i18n:extract:web": "proton-i18n extract",
|
|
"i18n:upgrade": "proton-i18n extract --verbose && proton-i18n crowdin --verbose",
|
|
"i18n:validate": "proton-i18n validate lint-functions",
|
|
"i18n:validate:context:web": "proton-i18n validate",
|
|
"lint": "eslint --quiet",
|
|
"lint:warning": "eslint",
|
|
"pretty": "prettier --write $(find src/app -type f -name '*.js' -o -name '*.ts' -o -name '*.tsx')",
|
|
"start": "cross-env TS_NODE_PROJECT=\"../../tsconfig.webpack.json\" proton-pack dev-server --appMode=standalone --optimizeAssets --babelLoader",
|
|
"test": "jest --coverage=false",
|
|
"test:ci": "jest --runInBand --ci",
|
|
"test:watch": "jest --watch --coverage=false"
|
|
},
|
|
"dependencies": {
|
|
"@lexical/utils": "0.30.0",
|
|
"@lexical/yjs": "0.30.0",
|
|
"@proton/account": "workspace:^",
|
|
"@proton/atoms": "workspace:^",
|
|
"@proton/components": "workspace:^",
|
|
"@proton/cross-storage": "workspace:^",
|
|
"@proton/docs-core": "workspace:^",
|
|
"@proton/docs-proto": "workspace:^",
|
|
"@proton/docs-shared": "workspace:^",
|
|
"@proton/drive-store": "workspace:^",
|
|
"@proton/features": "workspace:^",
|
|
"@proton/hooks": "workspace:^",
|
|
"@proton/metrics": "workspace:^",
|
|
"@proton/pack": "workspace:^",
|
|
"@proton/polyfill": "workspace:^",
|
|
"@proton/react-redux-store": "workspace:^",
|
|
"@proton/redux-shared-store": "workspace:^",
|
|
"@proton/redux-shared-store-types": "workspace:^",
|
|
"@proton/shared": "workspace:^",
|
|
"@proton/styles": "workspace:^",
|
|
"@proton/unleash": "workspace:^",
|
|
"@proton/utils": "workspace:^",
|
|
"@reduxjs/toolkit": "^2.11.0",
|
|
"buffer": "^6.0.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-router": "^5.3.4",
|
|
"react-router-dom": "^5.3.4",
|
|
"react-router-dom-v5-compat": "^6.30.0",
|
|
"ttag": "^1.8.12",
|
|
"yjs": "^13.6.15"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/plugin-transform-private-methods": "^7.27.1",
|
|
"@babel/preset-typescript": "^7.28.5",
|
|
"@prettier/plugin-xml": "^3.4.2",
|
|
"@proton/eslint-config-proton": "workspace:^",
|
|
"@proton/i18n": "workspace:^",
|
|
"@proton/jest-env": "workspace:^",
|
|
"@proton/testing": "workspace:^",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/react": "^16.3.1",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/react": "^18.3.27",
|
|
"@types/react-dom": "^18.3.7",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/uuid": "^9.0.8",
|
|
"autoprefixer": "^10.4.23",
|
|
"babel-jest": "^30.2.0",
|
|
"babel-plugin-transform-require-context": "^0.1.1",
|
|
"core-js": "^3.47.0",
|
|
"cross-env": "^10.1.0",
|
|
"ejs-webpack-loader": "^2.2.2",
|
|
"eslint": "^9.39.2",
|
|
"jest": "^30.2.0",
|
|
"jest-junit": "^16.0.0",
|
|
"postcss": "^8.5.6",
|
|
"prettier": "^3.7.4",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"sass": "1.79.5",
|
|
"tailwindcss": "^3.4.19",
|
|
"typescript": "^5.9.3",
|
|
"webpack": "^5.104.1"
|
|
}
|
|
}
|