-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "studio-prototype",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*",
"plugins/*",
"e2e-tests"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"autofix": "npx eslint --cache --fix --max-warnings=0 . && npx prettier --write --cache .",
"test": "turbo run test --parallel",
"playwright": "npm run playwright -w=e2e-tests",
"typecheck-jest": "turbo run typecheck-jest"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@yext/eslint-config": "^1.0.0",
"@yext/eslint-plugin-export-star": "^1.2.0",
"brotli": "^1.3.3",
"eslint": "^8.38.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-react-perf": "^3.3.1",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "2.8.3",
"rimraf": "^5.0.0",
"run-script-os": "^1.1.6",
"turbo": "^1.9.3",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=14.0.0"
},
"overrides": {
"react": "^18",
"react-dom": "^18"
},
"packageManager": "[email protected]"
}