-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.87 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
49
50
51
52
53
54
55
56
57
58
{
"name": "webwriter",
"version": "0.13.2",
"description": "Web-based authoring tool for explorables",
"scripts": {
"start": "npm run vite -- @webwriter/core",
"test": "npx wdio run ./@webwriter/core/wdio.conf.ts",
"preparestatic": "node ./scripts/preparestatic.js",
"generatejsonschema": "tsx ./scripts/generatejsonschema.js --tsconfig ./@webwriter/core/tsconfig.json",
"make-app-icon": "tauri icon ./@webwriter/core/app-icon.png",
"extract-localization": "lit-localize extract --config ./@webwriter/core/lit-localize.json",
"build-localization": "lit-localize build --config ./@webwriter/core/lit-localize.json",
"autolocalize": "node --env-file=.env ./scripts/autolocalize.js",
"prestart": "npm-run-all -pc preparestatic build-localization",
"dev-docs": "bundle exec jekyll serve -s ./docs",
"prebuild": "npm-run-all -p preparestatic build-localization",
"build": "npm run vite -- build @webwriter/core",
"devbuild": "npm run build-core && http-server ./@webwriter/core/dist",
"vite": "vite"
},
"repository": {
"type": "git",
"url": "https://github.com/salmenf/webwriter.git"
},
"keywords": [
"edtech",
"education",
"authoring",
"explorable",
"open",
"web",
"multimedia",
"interactive"
],
"author": "Frederic Salmen <[email protected]>",
"license": "UNLICENSED",
"workspaces": [
"@webwriter/*"
],
"devDependencies": {
"@tabler/icons": "^3.3.0",
"@tauri-apps/cli": "^1.6.0",
"@types/semver": "^7.3.13",
"@wagnerflo/cc-icons": "^1.2.1",
"@wdio/cli": "^9.4.5",
"bootstrap-icons": "^1.10.3",
"deepl-node": "^1.13.0",
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
"npm": "^10.7.0",
"npm-run-all": "^4.1.5",
"tsx": "^4.9.3",
"typescript": "^5.7.2",
"vite": "^5.4.2",
"xliff": "^6.2.1",
"zod-to-json-schema": "^3.23.0"
}
}