-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
48 lines (48 loc) · 1.93 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": "@adobe/express-website",
"private": true,
"version": "1.0.0",
"description": "Adobe Express Website",
"scripts": {
"test": "wtr --config ./web-test-runner.config.mjs \"./test/**/*.test.(js|html)\" --node-resolve --port=2000 --coverage --concurrent-browsers 4",
"test:watch": "npm test -- --watch",
"test:file": "wtr --config ./web-test-runner.config.mjs --node-resolve --port=2000 --coverage",
"integration-test": "mocha integration/*.test.js",
"lint": "eslint .",
"build:htm-preact": "microbundle ./build/htm-preact.js -o ./express/scripts/libs/htm-preact.js -f modern --no-sourcemap --target web; mv ./express/scripts/libs/htm-preact.modern.mjs ./express/scripts/libs/htm-preact.js",
"build:preact-debug": "microbundle ./build/htm-preact-debug.js -o ./express/scripts/libs/htm-preact-debug.js -f modern --no-sourcemap --target web; mv ./express/scripts/libs/htm-preact-debug.modern.mjs ./express/scripts/libs/htm-preact-debug.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/express-website.git"
},
"author": "Adobe",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/adobe/express-website/issues"
},
"homepage": "https://github.com/adobe/express-website#readme",
"devDependencies": {
"@adobe/eslint-config-helix": "1.1.3",
"@babel/core": "7.24.7",
"@babel/eslint-parser": "7.13.10",
"@esm-bundle/chai": "^4.3.4-fix.0",
"@preact/signals": "^1.2.1",
"@web/dev-server-import-maps": "^0.1.1",
"@web/test-runner": "^0.19.0",
"@web/test-runner-commands": "^0.9.0",
"chai": "4.3.4",
"eslint": "7.15.0",
"eslint-plugin-header": "3.1.0",
"eslint-plugin-import": "2.22.1",
"fs-extra": "9.0.1",
"htm": "^3.1.1",
"jsdom": "^22.1.0",
"microbundle": "^0.15.1",
"preact": "^10.18.2",
"puppeteer": "^23.5.1",
"shelljs": "^0.8.5",
"sinon": "^15.1.0",
"uglify-js": "^3.17.4"
}
}