-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
45
46
47
48
{
"name": "web-workbench",
"version": "1.3.41",
"description": "Old operating system as homepage.",
"author": "Thorn-Welf Walli",
"contributors": [
{
"name": "Thorn-Welf Walli",
"email": "[email protected]"
}
],
"license": "MIT",
"private": true,
"main": "index.js",
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky || true",
"vitest:run": "vitest run",
"vitest:dev": "vitest dev",
"test": "pnpm run lint && pnpm run vitest:run",
"lint": "pnpm run -r prepare && pnpm run lint:es && pnpm run lint:css",
"lint:es": "eslint ./",
"lint:css": "stylelint \"**/*.vue\""
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@nuxt/eslint": "0.7.5",
"@types/node": "22.10.7",
"eslint": "9.18.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"eslint-plugin-security": "3.0.1",
"husky": "9.1.7",
"lint-staged": "15.4.1",
"prettier": "3.4.2",
"stylelint": "16.13.2",
"stylelint-config-css-modules": "4.4.0",
"stylelint-config-recess-order": "5.1.1",
"stylelint-config-standard": "37.0.0",
"stylelint-prettier": "5.0.2",
"vitest": "2.1.8",
"vue-eslint-parser": "9.4.3"
},
"workspaces": [
"./packages/*"
]
}