-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
65 lines (65 loc) · 1.9 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
58
59
60
61
62
63
64
65
{
"name": "@1stg/configs",
"version": "0.0.0",
"description": "Personal but Shareable Configurations for all 1stG.me projects",
"repository": "git+https://github.com/1stG/configs.git",
"author": "JounQin (https://www.1stG.me) <[email protected]>",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]",
"scripts": {
"check": "eslint-config-prettier .eslintrc.js",
"codesandbox:install": "yarn --ignore-engines",
"lint": "run-p lint:*",
"lint:es": "eslint . --cache -f friendly",
"lint:style": "stylelint . --cache",
"lint:tsc": "tsc --noEmit",
"prepare": "patch-package && simple-git-hooks && yarn-deduplicate -s fewer || exit 0",
"release": "changeset publish",
"test": "vitest run --coverage",
"typecov": "type-coverage",
"version": "changeset version && yarn"
},
"devDependencies": {
"@angular/compiler": "^17.0.8",
"@angular/compiler-cli": "^17.0.8",
"@angular/core": "^17.0.8",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@types/babel__core": "^7.20.5",
"@types/jest": "^29.5.14",
"@types/node": "^20.10.6",
"@types/react": "^18.2.73",
"@types/unist": "^3.0.3",
"@vitest/coverage-istanbul": "^1.1.1",
"patch-package": "^8.0.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"react": "^18.2.0",
"rxjs": "^7.8.1",
"simple-git-hooks": "^2.9.0",
"svelte": "^4.2.19",
"type-coverage": "^2.27.2",
"typescript": "^5.3.3",
"vitest": "^1.1.1",
"vue": "^3.4.38",
"vue-tsc": "^1.8.27",
"yarn-deduplicate": "^6.0.2"
},
"resolutions": {
"@babel/core": "^7.23.6",
"@typescript-eslint/type-utils": "^6.16.0"
},
"typeCoverage": {
"atLeast": 100,
"cache": true,
"detail": true,
"ignoreCatch": true,
"ignoreFiles": "*.d.ts",
"ignoreNonNullAssertion": true,
"strict": true
}
}