generated from oliversalzburg/browser
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.37 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
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@oliversalzburg/sand-traveler",
"license": "UNLICENSED",
"author": "Oliver Salzburg <[email protected]>",
"type": "module",
"scripts": {
"build": "vite build",
"lint": "yarn run lint:all",
"lint:all": "yarn run lint:eslint && yarn run lint:prettier && yarn run lint:tsc",
"lint:eslint": "eslint .",
"lint:prettier": "prettier --check .",
"lint:tsc": "tsc --noEmit",
"nextversion": "date --iso-8601 --utc",
"preview": "vite preview",
"serve": "vite",
"test": "echo this project has no tests."
},
"devDependencies": {
"@eslint/js": "9.19.0",
"@oliversalzburg/eslint-config": "1.3.0",
"@oliversalzburg/js-utils": "0.2.2",
"@types/eslint": "9.6.1",
"@types/web": "0.0.201",
"esbuild": "0.24.2",
"eslint": "9.19.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-jsdoc": "50.6.3",
"eslint-plugin-tsdoc": "0.4.0",
"globals": "15.14.0",
"lint-staged": "15.4.3",
"prettier": "3.4.2",
"prettier-package-json": "2.8.0",
"prettier-plugin-organize-imports": "4.1.0",
"prettier-plugin-sh": "0.14.0",
"rollup": "4.32.1",
"typescript": "5.7.3",
"typescript-eslint": "8.22.0",
"vite": "6.0.11",
"vite-plugin-html": "3.2.2",
"vite-plugin-singlefile": "2.1.0"
},
"packageManager": "[email protected]"
}