-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 933 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
31
{
"$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/package.json",
"name": "@lotta-schule/lotta",
"description": "Lotta Web Monorepo",
"workspaces": [
"packages/*"
],
"homepage": "https://lotta.schule",
"scripts": {
"dev": "./scripts/web-dev.sh",
"test": "nx run-many --target=test --parallel",
"lint": "nx run-many --target=lint --parallel",
"typecheck": "nx run-many --target=typecheck --parallel",
"nx": "nx"
},
"devDependencies": {
"@nx/workspace": "18.1.2",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^9.0.11",
"lerna": "^8.1.2",
"lint-staged": "^15.2.2",
"npm-run-all": "^4.1.5",
"nx": "18.1.2",
"nx-cloud": "18.0.0",
"prettier": "^3.2.5",
"typescript": "^5.4.3"
}
}