generated from atls-lab/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.04 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "team-management",
"private": true,
"license": "BSD 3-Clause",
"type": "module",
"workspaces": [
"app/**/*",
"stores/**/*",
"ui/**/*",
"ui-mobile/**/*",
"globals/**/*",
"api/**/*",
"mobile/**/*"
],
"scripts": {
"postinstall": "cd mobile/app && yarn install"
},
"devDependencies": {
"@atls/code-runtime": "latest",
"@atls/code-service": "0.1.4",
"@atls/config-eslint": "0.0.12",
"@atls/config-jest": "0.0.18",
"@atls/prettier-plugin": "0.0.8",
"@jest/core": "29.7.0",
"@types/eslint": "^8.56.12",
"@types/jest": "29.5.14",
"@types/node": "20.17.19",
"@types/react": "18.3.18",
"eslint": "8.57.1",
"husky": "9.1.7",
"prettier": "3.5.1",
"typescript": "5.2.2"
},
"packageManager": "[email protected]",
"linterIgnorePatterns": [
"**/next.config.js",
"prettier.config.js",
"**/babel.config.js",
"**/metro.config.js"
],
"skipLibCheck": true,
"typecheckIgnorePatterns": [
"**/next-env.d.ts"
],
"typecheckSkipLibCheck": true
}