forked from Anber/wyw-in-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.63 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
66
67
68
69
70
71
72
73
74
75
76
{
"name": "wyw-in-js",
"description": "",
"version": "0.5.3",
"author": "Anton Evzhakov",
"bugs": "https://github.com/Anber/wyw-in-js/issues",
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-proposal-explicit-resource-management": "^7.23.3",
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@changesets/cli": "^2.26.2",
"@changesets/get-release-plan": "^3.0.17",
"@changesets/write": "^0.2.3",
"@pnpm/core": "^12.1.3",
"@pnpm/store-connection-manager": "^7.0.3",
"@pnpm/worker": "^0.3.1",
"@types/jest": "^29.5.5",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@wyw-in-js/eslint-config": "workspace:*",
"@wyw-in-js/ts-config": "workspace:*",
"babel-jest": "^29.7.0",
"commander": "^11.1.0",
"cross-env": "^7.0.3",
"del-cli": "^5.1.0",
"eslint": "^8.48.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"glob": "^10.3.10",
"idea-exclude": "^1.2.1",
"jest": "^29.7.0",
"package-json": "^8.1.1",
"prettier": "^3.0.3",
"semver": "^7.5.4",
"syncpack": "^11.2.1",
"ts-jest": "^29.1.1",
"turbo": "^1.10.14",
"typescript": "^5.2.2",
"yaml": "^2.3.2"
},
"engines": {
"node": ">=16.0.0",
"pnpm": "^9.0.0"
},
"exports": {
"./*.md": "./*.md"
},
"homepage": "https://github.com/Anber/wyw-in-js#readme",
"keywords": [],
"license": "MIT",
"private": true,
"repository": "[email protected]:Anber/wyw-in-js.git",
"scripts": {
"build": "turbo run build:esm build:lib build:types",
"check": "turbo run lint test",
"clean": "del '{e2e,examples,packages}/*/{coverage,dist,esm,lib,types,tsconfig.tsbuildinfo}'",
"idea-exclude:artifacts": "idea-exclude artifacts \"{configs,e2e,examples,packages}/*/{.turbo,esm,lib,types}\"",
"idea-exclude:nm": "idea-exclude node_modules \"**/node_modules\"",
"lint": "eslint --ext .js,.ts,.mjs scripts",
"release": "pnpm build && pnpm changeset publish",
"sp:check": "syncpack",
"sp:fix": "syncpack format && syncpack fix-mismatches",
"sp:format": "syncpack format",
"sp:list": "syncpack list-mismatches",
"validate-versions": "node ./scripts/validate-versions.mjs",
"version": "node ./scripts/bump-versions.mjs && changeset version",
"website": "pnpm run --filter @wyw-in-js/website deploy"
}
}