This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
generated from hemengke1997/ts-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.05 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
{
"name": "@minko-fe/util-monorepo",
"version": "0.0.0",
"private": true,
"description": "util monorepo",
"type": "module",
"keywords": [
"util"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/hemengke1997/util.git"
},
"author": "hemengke <https://github.com/hemengke1997>",
"scripts": {
"dev": "turbo dev --concurrency=12 --filter=\"./packages/*\" --ignore=\"playground/**\"",
"build": "turbo build --concurrency=12 --filter=\"./packages/*\" --ignore=\"playground/**\"",
"lint": "turbo lint --concurrency=12 --filter=\"./packages/*\" --ignore=\"playground/**\"",
"test": "turbo test --concurrency=12 --filter=\"./packages/*\" --ignore=\"playground/**\" ",
"create": "tsx scripts/createLib",
"taze": "taze -I -w",
"up": "taze",
"changeset": "changeset",
"version": "changeset version && changeset tag"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@minko-fe/eslint-config": "^3.3.3",
"@minko-fe/lodash-pro": "latest",
"@minko-fe/tsconfig": "^2.1.0",
"@swc/core": "^1.7.6",
"@testing-library/react": "^14.3.1",
"@types/fs-extra": "^11.0.4",
"@types/node": "^18.19.43",
"@types/prompts": "^2.4.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/validate-npm-package-name": "^4.0.2",
"chokidar": "^3.6.0",
"eslint": "^9.8.0",
"fast-glob": "^3.3.2",
"fs-extra": "^11.2.0",
"get-tsconfig": "^4.7.6",
"joycon": "^3.1.1",
"jsdom": "^22.1.0",
"jsonc-simple-parser": "^3.0.0",
"picocolors": "^1.0.1",
"prompts": "^2.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "^4.4.1",
"strip-dirs": "^3.0.0",
"taze": "^0.16.3",
"tsup": "^8.2.4",
"tsup-plugin-bundleless": "^0.4.0",
"tsup-plugin-css-legacy": "^0.0.1",
"tsx": "^4.17.0",
"turbo": "^1.13.4",
"typescript": "^5.5.4",
"validate-npm-package-name": "^5.0.1",
"vitest": "^0.29.8"
},
"workspaces": [
"packages/*"
]
}