-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.59 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
{
"name": "haibun-solid-lite",
"type": "module",
"devDependencies": {
"@haibun/domain-webpage": "1.33.6",
"@haibun/out-review": "1.33.6",
"@haibun/web-playwright": "1.33.6",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prefer-arrow": "^1.2.2",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.3.1",
"prettier": "^2.8.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@haibun/cli": "1.33.6",
"@haibun/core": "1.33.6",
"@haibun/domain-storage": "1.33.6",
"@haibun/storage-fs": "1.33.6",
"@haibun/web-http": "1.33.6",
"@haibun/web-server-express": "1.33.6",
"ts-jest": "^29.0.3"
},
"scripts": {
"test-protocol": "HAIBUN_TRACE=true HAIBUN_O_HAIBUNSOLIDLITESTEPPER_STORAGE=StorageFS HAIBUN_O_HAIBUNSOLIDLITESTEPPER_FOLDER=test-webroot HAIBUN_O_OUTREVIEWS_STORAGE=StorageFS HAIBUN_KEY=__test haibun-cli protocol",
"publish": "HAIBUN_O_WEBPLAYWRIGHT_STORAGE=StorageFS HAIBUN_TRACE=true HAIBUN_KEY=__test HAIBUN_O_OUTREVIEWS_PUBLISH_ROOT=./files/published HAIBUN_O_OUTREVIEWS_STORAGE=StorageFS haibun-cli --config publish/local publish",
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"test-watch": "NODE_OPTIONS=--experimental-vm-modules jest",
"build": "tsc",
"build-watch": "tsc -w",
"lint": "lint --ext .ts ./src/"
},
"version": "1.33.6"
}