-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.05 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
{
"name": "oldwebtext",
"version": "2.0.0",
"description": "Text transformer for the cool kids",
"main": "index.html",
"type": "module",
"author": "madcampos",
"license": "MIT",
"homepage": "https://github.com/madcampos/oldwebtext#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/madcampos/oldwebtext.git"
},
"scripts": {
"prepare": "husky",
"start": "vite",
"typecheck": "tsc --noEmit",
"lint:js": "eslint --fix",
"lint": "npm run typecheck && npm run lint:js",
"format": "dprint fmt",
"build": "vite build",
"prepreview": "npm run build",
"preview": "vite preview --port 3000"
},
"engines": {
"node": ">=22.0.0"
},
"volta": {
"node": "22.11.0"
},
"devDependencies": {
"@types/node": "^22.13.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^9.19.0",
"globals": "^15.14.0",
"husky": "^9.1.6",
"typed-query-selector": "^2.12.0",
"typescript": "^5.7.2",
"vite": "^6.0.11",
"vite-plugin-pwa": "^0.21.1",
"workbox-window": "^7.3.0"
}
}