-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.52 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
49
50
51
52
53
54
55
56
57
{
"name": "is-workspace-affected",
"version": "2.1.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/neoxia/is-workspace-affected"
},
"type": "module",
"scripts": {
"lint": "eslint .",
"clean": "shx rm -rf dist",
"build": "webpack",
"build:prod": "webpack --config webpack.prod.js",
"test": "vitest run"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/glob": "^0.4.0",
"@jujulego/quick-tag": "^0.3.3",
"@jujulego/utils": "^3.0.4",
"minimatch": "^9.0.3",
"normalize-package-data": "^6.0.0",
"semver": "^7.5.4",
"simple-git": "^3.22.0"
},
"devDependencies": {
"@jujulego/vite-plugin-swc": "1.1.1",
"@microsoft/eslint-formatter-sarif": "3.0.0",
"@swc/core": "1.3.102",
"@types/minimatch": "5.1.1",
"@types/node": "20.11.20",
"@types/normalize-package-data": "2.4.4",
"@types/semver": "7.5.6",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"@vitest/coverage-v8": "1.0.4",
"browserslist": "4.22.2",
"eslint": "8.55.0",
"eslint-plugin-vitest": "0.3.20",
"fork-ts-checker-webpack-plugin": "9.0.2",
"memfs": "4.6.0",
"swc-loader": "0.2.3",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"vite": "5.1.4",
"vite-tsconfig-paths": "4.2.2",
"vitest": "1.0.4",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-merge": "5.10.0"
},
"packageManager": "yarn@4.0.2"
}