-
Notifications
You must be signed in to change notification settings - Fork 667
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.92 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.92 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
{
"name": "wrappers-testing",
"version": "24.2.14",
"description": "DevExtreme wrappers for e2e tests in components & frameworks",
"scripts": {
"dev:react19": "vite builders/react19",
"dev:vue3": "vite builders/vue3",
"dev:angular19": "cd builders/angular19 && node scripts/link-external.js && ng serve --configuration development",
"build:react19": "vite build builders/react19",
"build:vue3": "vite build builders/vue3",
"build:angular19": "cd builders/angular19 && node scripts/link-external.js && ng build",
"start:react19": "pnpm run dev:react19 -- --host",
"start:vue3": "pnpm run dev:vue3 -- --host",
"start:angular19": "cd builders/angular19 && pnpm run start",
"build:all": "pnpm run build:react19 && pnpm run build:vue3 && pnpm run build:angular19",
"test:react19": "node ./runner.js --framework=react",
"test:vue3": "node ./runner.js --framework=vue",
"test:angular19": "node ./runner.js --framework=angular"
},
"dependencies": {
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.7",
"@angular/core": "^19.2.0",
"@angular/forms": "^19.2.0",
"@angular/platform-browser": "^19.2.0",
"@angular/platform-browser-dynamic": "^19.2.7",
"@angular/router": "^19.2.0",
"@babel/runtime": "^7.24.0",
"@devextreme/runtime": "3.0.12",
"@preact/signals-core": "^1.8.0",
"devexpress-diagram": "catalog:",
"devexpress-gantt": "catalog:",
"devextreme": "workspace:~",
"devextreme-angular": "workspace:~",
"devextreme-dist": "workspace:~",
"devextreme-quill": "catalog:",
"devextreme-react": "workspace:~",
"devextreme-vue": "workspace:~",
"express": "4.21.1",
"inferno": "^7.4.9",
"inferno-create-element": "7.4.11",
"jszip": "^3.10.1",
"luxon": "3.4.4",
"minimist": "1.2.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.22.0",
"rrule": "2.6.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.0.0",
"@angular-devkit/build-angular": "^19.2.5",
"@angular/cli": "^19.2.5",
"@angular/compiler-cli": "^19.2.0",
"@eslint/js": "^9.21.0",
"@types/jasmine": "~5.1.0",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"@vitejs/plugin-vue": "^5.2.1",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"jasmine-core": "~5.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"testcafe": "^3.4.0",
"typescript": "~5.8.3",
"vite": "^6.2.0"
},
"main": "index.js",
"directories": {
"test": "tests"
},
"author": "",
"license": "ISC"
}