-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
48 lines (48 loc) · 1.65 KB
/
package.json
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
{
"name": "cdts-sgdc",
"version": "5.0.2",
"private": true,
"scripts": {
"translate": "grunt --stack i18n-ejs --cdts_samples_cdnenv=localhost",
"build": "grunt --stack build --cdts_samples_cdnenv=localhost",
"build-prod": "grunt --stack build-prod",
"build-nowet": "grunt --stack build-nowet --cdts_samples_cdnenv=localhost",
"serve": "grunt --stack serve --cdts_samples_cdnenv=localhost",
"serve-nobuild": "grunt --stack serve-nobuild --cdts_samples_cdnenv=localhost",
"test": "grunt --stack test --cdts_samples_cdnenv=localhost",
"test-nobuild": "grunt --stack test-nobuild --cdts_samples_cdnenv=localhost",
"test-links": "grunt --stack test-links",
"update-extfiles": "grunt --stack update-extfiles"
},
"author": "ESDC-EDSC",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.18.0",
"@wdio/cli": "^9.5.7",
"@wdio/dot-reporter": "^9.5.0",
"@wdio/junit-reporter": "^9.5.0",
"@wdio/local-runner": "^9.5.7",
"@wdio/mocha-framework": "^9.5.0",
"@wdio/spec-reporter": "^9.5.0",
"axe-core": "^4.10.2",
"axios": "^1.7.9",
"ejs": "^3.1.10",
"ejs-lint": "^2.0.1",
"eslint": "^9.18.0",
"global-agent": "^3.0.0",
"globals": "^15.14.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.5.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-concat": "^2.1.0",
"grunt-contrib-connect": "^5.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^25.0.0",
"html-validate": "^9.1.3",
"https-proxy-agent": "^7.0.6",
"isbinaryfile": "^5.0.4"
}
}