forked from adobe/adobe-io-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.13 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.13 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
{
"name": "adobe-io-website",
"version": "0.0.3",
"scripts": {
"test": "wtr \"./test/**/*.test.js\" --node-resolve --port=2000 --coverage",
"test:watch": "npm test -- --watch",
"lint": "eslint .",
"dev:aem": "npx @adobe/aem-cli --no-open --port 3001 up",
"dev:markup": "node ./dev.mjs & open http://localhost:3000",
"dev": "concurrently -k \"npm:dev:*\""
},
"devDependencies": {
"@adobe/eslint-config-helix": "1.1.3",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@web/test-runner": "^0.20.2",
"@web/test-runner-commands": "^0.9.0",
"chai": "^5.2.0",
"concurrently": "9.1.2",
"cors": "2.8.5",
"eslint": "7.15.0",
"eslint-plugin-header": "3.1.0",
"eslint-plugin-import": "2.22.1",
"express": "5.1.0",
"http-proxy-middleware": "^3.0.0",
"sinon": "^20.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@octokit/rest": "^22.0.1",
"jszip": "^3.10.1",
"minimist": "^1.2.6"
},
"engines": {
"node": ">=24"
}
}