forked from TeselaGen/tg-oss
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.1 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.1 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@teselagen/source",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"postinstall": "patch-package",
"prepare": "husky",
"e2e": "nx affected --base=master --head=HEAD -t e2e",
"test": "nx affected -t test"
},
"type": "module",
"repository": "https://github.com/TeselaGen/tg-oss",
"private": true,
"dependencies": {},
"devDependencies": {
"@nx/cypress": "20.4.6",
"@nx/eslint-plugin": "20.4.6",
"@nx/js": "20.4.6",
"@nx/react": "20.4.6",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "16.3.0",
"@types/jszip": "^3.4.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.9.0",
"@types/papaparse": "^5.3.11",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react-router-dom": "^5",
"@types/redux-form": "^8.3.9",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.3.4",
"chai": "^5.2.0",
"chai-subset": "^1.6.0",
"chai-things": "0.2.0",
"cypress": "^14.1.0",
"cypress-real-events": "^1.14.0",
"cypress-vite": "^1.6.0",
"esbuild": "^0.25.0",
"eslint": "~8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsonc": "^2.19.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"gh-pages": "^6.0.0",
"husky": "^9.0.11",
"jsdom": "~24.0.0",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.4",
"nx": "20.4.6",
"nx-cloud": "19.1.0",
"patch-package": "^8.0.0",
"prettier": "^3.5.2",
"typescript": "~5.7.3",
"vite": "^6.2.0",
"vite-plugin-dts": "~4.5.0",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-libcss": "^1.1.1",
"vite-plugin-static-copy": "^2.2.0",
"vite-tsconfig-paths": "^5.1.4"
},
"workspaces": [
"packages/*"
],
"volta": {
"node": "18.18.0",
"yarn": "1.22.21"
}
}