forked from astudentinearth/darkwrite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.6 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.6 KB
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
47
48
49
50
51
52
53
{
"name": "darkwrite",
"version": "0.5.2-alpha.2",
"scripts": {
"test": "yarn workspaces foreach -A run test",
"typecheck": "yarn workspaces foreach -A run typecheck",
"coverage": "yarn workspaces foreach -A run coverage",
"dev": "concurrently \"yarn workspace @darkwrite/app-desktop dev\" \"yarn workspace @darkwrite/common dev\"",
"build:desktop": "yarn workspace @darkwrite/app-desktop build",
"build:website": "yarn workspace website build",
"lint": "eslint -c eslint.config.mjs .",
"format": "prettier . --write"
},
"devDependencies": {
"@eslint/compat": "^1.2.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.19.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/bun": "^1.2.2",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"concurrently": "^8.2.2",
"eslint": "^9.14.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.18",
"globals": "^15.14.0",
"jsdom": "^26.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.22.0",
"vite-tsconfig-paths": "^5.1.0",
"vitest": "^3.1.2"
},
"description": "",
"overrides": {
"nanoid": "^3.3.8",
"katex": "^0.16.21"
},
"resolutions": {
"prosemirror-view": "1.37.2",
"esbuild": "^0.25.0"
},
"private": true,
"workspaces": [
"packages/*"
],
"packageManager": "yarn@4.6.0"
}