-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1008 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 1008 Bytes
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": "dither-service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"lint": "eslint",
"lint:fix": "eslint --fix",
"docs:build": "retype build ./docs",
"docs:start": "retype start ./docs",
"prepare": "husky"
},
"dependencies": {
"retypeapp": "^3.11.0"
},
"devDependencies": {
"@antfu/eslint-config": "^6.0.0",
"@playwright/test": "^1.56.1",
"@types/deno": "^2.5.0",
"@types/node": "^22.18.10",
"eslint": "^9.37.0",
"eslint-plugin-format": "^1.0.2",
"husky": "^9.1.7",
"lint-staged": "^16.2.6",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mjs,cjs,vue}": "eslint --fix",
"*.{json,yml,yaml,md}": "eslint --fix"
},
"packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
}