2020-09-09 21:09:51 +00:00
|
|
|
{
|
2023-04-29 00:29:57 +00:00
|
|
|
"name": "ente-web",
|
2024-02-16 15:59:29 +00:00
|
|
|
"version": "0.0.0",
|
2023-04-18 21:29:40 +00:00
|
|
|
"private": true,
|
2023-05-29 02:06:02 +00:00
|
|
|
"workspaces": [
|
2024-02-16 15:59:29 +00:00
|
|
|
"apps/*",
|
|
|
|
"packages/*"
|
2023-05-29 02:06:02 +00:00
|
|
|
],
|
2023-04-18 21:29:40 +00:00
|
|
|
"scripts": {
|
2024-02-17 05:46:37 +00:00
|
|
|
"build:accounts": "yarn workspace accounts next build",
|
|
|
|
"build:auth": "yarn workspace auth next build",
|
|
|
|
"build:cast": "yarn workspace cast next build",
|
2024-02-17 03:41:53 +00:00
|
|
|
"build:photos": "yarn workspace photos next build",
|
|
|
|
"dev:accounts": "yarn workspace accounts next dev",
|
|
|
|
"dev:auth": "yarn workspace auth next dev",
|
|
|
|
"dev:cast": "yarn workspace cast next dev",
|
|
|
|
"dev:photos": "yarn workspace photos next dev",
|
|
|
|
"albums": "yarn workspace photos albums",
|
|
|
|
"lint": "yarn prettier --check . && yarn workspaces run eslint .",
|
2024-02-16 10:50:16 +00:00
|
|
|
"lint-fix": "yarn prettier --write . && yarn workspaces run eslint --fix ."
|
2023-04-18 21:29:40 +00:00
|
|
|
},
|
2023-11-08 04:09:45 +00:00
|
|
|
"dependencies": {
|
2024-02-22 06:37:16 +00:00
|
|
|
"@emotion/react": "^11.11",
|
|
|
|
"@emotion/server": "^11.11",
|
|
|
|
"@emotion/styled": "^11.11",
|
2023-11-08 05:24:12 +00:00
|
|
|
"@ente/accounts": "*",
|
2023-11-08 08:59:17 +00:00
|
|
|
"@ente/shared": "*",
|
2023-11-09 04:32:12 +00:00
|
|
|
"@mui/icons-material": "5.14.1",
|
|
|
|
"@mui/material": "5.11.16",
|
2023-11-17 14:30:35 +00:00
|
|
|
"axios": "^1.6.0",
|
2023-11-09 04:32:12 +00:00
|
|
|
"is-electron": "^2.2.2",
|
2024-02-15 15:51:09 +00:00
|
|
|
"next": "^14.1",
|
2023-11-09 04:32:12 +00:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0"
|
2023-11-08 04:09:45 +00:00
|
|
|
},
|
2023-04-18 21:29:40 +00:00
|
|
|
"devDependencies": {
|
2023-11-08 05:24:12 +00:00
|
|
|
"@ente/eslint-config": "*",
|
2024-02-21 15:42:11 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7",
|
|
|
|
"@typescript-eslint/parser": "^7",
|
|
|
|
"eslint": "^8",
|
2024-02-22 06:06:17 +00:00
|
|
|
"prettier": "^3",
|
2024-02-22 06:37:16 +00:00
|
|
|
"typescript": "^5"
|
2023-11-17 08:50:52 +00:00
|
|
|
}
|
2023-04-29 15:16:40 +00:00
|
|
|
}
|