-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.32 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.32 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
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "evenor",
"productName": "evenor",
"version": "3",
"private": true,
"description": "Tell the story of your own data.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint ./public/",
"test-tauri": "wdio run ./wdio.tauri.conf.js",
"test-browser": "wdio run ./wdio.browser.conf.js"
},
"keywords": [],
"author": {
"name": "fetsorn",
"email": "fetsorn@gmail.com"
},
"license": "AGPL-3.0-or-later",
"devDependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/cli": "^2",
"@testing-library/webdriverio": "^3.2.1",
"@vitest/browser": "^4.1.0",
"@vitest/coverage-istanbul": "4.1.0",
"@vitest/coverage-v8": "4.1.5",
"@wdio/browser-runner": "^9.25.0",
"@wdio/cli": "^9.27.0",
"@wdio/globals": "^9.23.0",
"@wdio/local-runner": "^9.27.0",
"@wdio/mocha-framework": "^9.27.0",
"@wdio/spec-reporter": "^9.27.0",
"git-http-mock-server": "^2.0.0",
"prettier": "^3.8.1",
"vitest": "^4.1.0"
},
"dependencies": {
"@fetsorn/csvs-js": "^0.28.1",
"@fetsorn/mindbook": "^0.0.9",
"@fetsorn/mindzoo": "^0.0.2",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-log": "^2",
"@tauri-apps/plugin-opener": "^2",
"history": "^5.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10"
}
}