-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.15 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.15 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
{
"name": "@redact/source",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"nx": {
"includedScripts": []
},
"dependencies": {
"@xeger/quill-image-actions": "^0.7.2",
"@xeger/quill-image-formats": "^0.7.2",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.29.0",
"react-toastify": "^11.0.5"
},
"devDependencies": {
"@nx/devkit": "20.6.0",
"@nx/js": "20.6.0",
"@nx/playwright": "20.6.0",
"@nx/react": "20.6.0",
"@nx/vite": "20.6.0",
"@nx/web": "20.6.0",
"@nx/workspace": "20.6.0",
"@playwright/test": "^1.36.0",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/node": "^20.0.0",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/ui": "^3.0.0",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"nx": "20.6.0",
"prettier": "^2.6.2",
"tslib": "^2.3.0",
"typescript": "~5.7.2",
"vite": "^6.0.0",
"vitest": "^3.0.0"
}
}