-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.09 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
{
"name": "better-workflowy",
"version": "2.2.3",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"package": "rm -rf dist package.zip && vite build && zip -r package.zip dist/",
"check:svelte": "svelte-check --tsconfig ./tsconfig.json",
"check:tsc": "tsc --noEmit",
"test:unit": "vitest",
"test:e2e": "yarn build && playwright test",
"test:e2e:ui": "yarn build && playwright test --ui"
},
"repository": {
"type": "git",
"url": "https://github.com/nekitcorp/better-workflowy.git"
},
"dependencies": {
"hotkeys-js": "3.12.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.26",
"@playwright/test": "1.37.1",
"@sveltejs/vite-plugin-svelte": "1.4.0",
"@tsconfig/svelte": "4.0.1",
"@types/chrome": "0.0.233",
"@types/node": "18.16.0",
"svelte": "3.58.0",
"svelte-check": "3.2.0",
"tslib": "2.6.2",
"typescript": "5.1.6",
"vite": "3.2.7",
"vitest": "0.34.2"
}
}