-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
94 lines (94 loc) · 3.25 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "webwriter",
"version": "0.13.0",
"description": "Web-based authoring tool for explorables",
"scripts": {
"lerna": "lerna",
"tauri": "tauri",
"vite": "vite",
"createbinaries": "node ./scripts/createbinaries.js",
"preparestatic": "node ./scripts/preparestatic.js",
"generatejsonschema": "tsx ./scripts/generatejsonschema.ts --tsconfig ./@webwriter/core/tsconfig.json",
"make-app-icon": "tauri icon ./@webwriter/core/app-icon.png",
"predev-core": "npm-run-all -pc preparestatic build-localization",
"dev-core": "npm run vite -- @webwriter/core --force",
"devbuild-core": "npm run build-core && http-server ./@webwriter/core/dist",
"predev-desktop": "tauri -V",
"dev-desktop": "npm-run-all -pr dev-core \"tauri dev -- -c ./@webwriter/app-desktop/src-tauri/tauri.conf.json\"",
"dev-cloud": "npm run -w @webwriter/app-cloud dev",
"dev-docs": "bundle exec jekyll serve -s ./docs",
"prebuild-core": "npm-run-all -p preparestatic build-localization",
"build-core": "npm run vite -- build @webwriter/core",
"prebuild-desktop": "npm-run-all createbinaries preparestatic make-app-icon",
"build-desktop": "npm run build-core && tauri build -c ./@webwriter/app-desktop/src-tauri/tauri.conf.json",
"build-cloud": "",
"test": "wdio run ./test/wdio.conf.ts",
"publish": "lerna publish --no-private",
"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"
},
"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/mocha": "^10.0.1",
"@types/semver": "^7.3.13",
"@wagnerflo/cc-icons": "^1.2.1",
"@wdio/allure-reporter": "^8.1.2",
"@wdio/cli": "^7.16.4",
"@wdio/concise-reporter": "^8.1.2",
"@wdio/dot-reporter": "^8.1.2",
"@wdio/local-runner": "^7.16.4",
"@wdio/mocha-framework": "^8.0.14",
"@wdio/spec-reporter": "^8.0.14",
"@wdio/types": "^8.1.2",
"@yao-pkg/pkg": "^5.11.0",
"bootstrap-icons": "^1.10.3",
"deepl-node": "^1.13.0",
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
"jsdom": "^24.1.1",
"mocha": "^10.2.0",
"npm": "^10.7.0",
"npm-run-all": "^4.1.5",
"tsx": "^4.9.3",
"typescript": "^5.4.5",
"vite": "^5.4.2",
"xliff": "^6.2.1",
"zod-to-json-schema": "^3.23.0"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.27.3",
"@astrojs/lit": "^4.3.0",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/turbolinks": "^0.2.2",
"@google-ai/generativelanguage": "^2.7.0",
"@google/generative-ai": "^0.21.0",
"@jspm/generator": "^2.4.1",
"@webwriter/lit": "^1.6.3",
"astro": "^4.11.0",
"astro-seo": "^0.8.4",
"langchain": "^0.3.2",
"openai": "^4.68.0"
}
}