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
97 lines (97 loc) · 2.87 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.87 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"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",
"private": true,
"dependencies": {},
"devDependencies": {
"@babel/preset-react": "^7.24.6",
"@cypress/code-coverage": "^3.12.39",
"@gmod/gff": "^1.2.1",
"@jscutlery/semver": "^5.2.2",
"@nx/cypress": "20.4.6",
"@nx/esbuild": "20.4.6",
"@nx/eslint": "20.4.6",
"@nx/eslint-plugin": "20.4.6",
"@nx/jest": "20.4.6",
"@nx/js": "20.4.6",
"@nx/react": "20.4.6",
"@nx/vite": "20.4.6",
"@nx/web": "20.4.6",
"@nx/workspace": "20.4.6",
"@playwright/test": "^1.44.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "14.0.0",
"@types/bluebird": "^3.5.42",
"@types/jest": "^29.5.8",
"@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",
"auto-changelog": "^2.4.0",
"biomsa": "^0.2.4",
"chai-dom": "^1.12.1",
"chai-subset": "^1.6.0",
"chai-things": "0.2.0",
"chance": "^1.1.12",
"concurrently": "^8.2.2",
"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",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "~24.0.0",
"jsonc-eslint-parser": "^2.4.0",
"lint-staged": "^15.2.4",
"million": "^3.1.5",
"nx": "20.4.6",
"nx-cloud": "19.1.0",
"patch-package": "^8.0.0",
"prettier": "^3.5.2",
"ts-jest": "^29.2.6",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"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",
"vitest": "^3.0.7"
},
"workspaces": [
"packages/*"
],
"volta": {
"node": "18.18.0",
"yarn": "1.22.21"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}