-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.59 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.59 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": "mapapps-4-developers",
"description": "test build",
"version": "0.0.1",
"license": "CC0-1.0",
"scripts": {
"check-licenses": "tsx ./src/support/js/check-licenses.ts",
"check-types": "tsc --noEmit",
"watch-types": "tsc -w --noEmit",
"e2e-test": "playwright test",
"e2e-test:headed": "playwright test --headed",
"e2e-test:ui": "playwright test --ui"
},
"dependencies": {
"@arcgis/core": "4.33.14",
"vue": "2.7.16"
},
"devDependencies": {
"@conterra/ct-mapapps-typings": "4.20.3",
"@conterra/mapapps-mocha-runner": "1.1.1",
"@conterra/reactivity-core": "0.8.0",
"@playwright/test": "^1.52.0",
"@types/chai": "4.3.20",
"@types/license-checker": "^25.0.6",
"@types/mocha": "10.0.10",
"@types/node": "^22.18.1",
"@types/sinon": "^17.0.3",
"chai": "4.5.0",
"ct-mapapps-browser-sync": "0.0.47",
"ct-mapapps-gulp-js": "0.10.15",
"dojo-typings": "1.11.11",
"dotenv": "17.2.3",
"eslint": "8.57.1",
"eslint-config-ct-prodeng": "1.5.0",
"license-checker": "25.0.1",
"mocha": "11.7.4",
"puppeteer": "24.25.0",
"sinon": "19.0.2",
"stylelint-config-ct-prodeng": "2.0.0",
"stylelint-config-recommended-less": "2.0.0",
"stylelint-config-recommended": "13.0.0",
"stylelint": "15.11.0",
"ts-node": "^10.9.1",
"tsx": "^4.20.5",
"typescript": "5.9.2",
"vue-template-compiler": "2.7.16"
},
"packageManager": "pnpm@10.18.3"
}