-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 911 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "lambda-readability",
"version": "1.0.0",
"description": "",
"workspaces": [
"backend",
"frontend"
],
"scripts": {
"start": "npm start --workspaces --if-present",
"build": "npm run build --workspace=backend --if-present && npm run build --workspace=frontend --if-present",
"deploy": "npm run deploy --workspace=backend --if-present && npm run deploy --workspace=frontend --if-present"
},
"dependencies": {},
"devDependencies": {
"@tsconfig/node18": "^18.2.1",
"@types/node": "20.5.9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"prettier": "^3.0.3"
},
"keywords": [],
"author": "",
"license": "ISC"
}