forked from mikavilpas/yazi.nvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.12 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
{
"name": "@yazi.nvim/integration-tests",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"cy:run": "concurrently --success command-cypress --kill-others --names 'app,cypress' --prefix-colors 'blue,yellow' 'pnpm tui start' 'wait-on --timeout 60000 http://127.0.0.1:3000 && npx cypress run'",
"dev": "concurrently --kill-others --names 'app,cypress' --prefix-colors 'blue,yellow' 'pnpm tui start' 'pnpm cypress open --e2e --browser=electron'",
"eslint": "eslint --max-warnings=0 ."
},
"dependencies": {
"@catppuccin/palette": "1.7.1",
"cypress": "13.16.1",
"wait-on": "8.0.1",
"zod": "3.24.1"
},
"devDependencies": {
"@tui-sandbox/library": "7.4.0",
"@types/node": "22.10.2",
"@types/tinycolor2": "1.4.6",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"concurrently": "9.1.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-no-only-tests": "3.3.0",
"prettier-plugin-organize-imports": "4.1.0",
"tinycolor2": "1.6.0",
"type-fest": "4.30.1",
"typescript": "5.7.2"
}
}