-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
130 lines (130 loc) · 3.78 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "@ctx-core/dev",
"version": "2.0.0",
"private": true,
"description": "ctx-core monorepo",
"type": "module",
"keywords": [
"ctx-core"
],
"homepage": "https://github.com/ctx-core/dev",
"bugs": {
"url": "https://github.com/ctx-core/dev/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ctx-core/dev.git"
},
"license": "Apache-2.0",
"author": {
"name": "Brian Takita",
"url": "https://briantakita.me",
"email": "[email protected]"
},
"directories": {
"test": "test"
},
"workspaces": {
"packages": [
"lib/*",
"tools/*"
]
},
"bin": {
"build-watch": "./bin/build-watch.sh",
"ctx_core__monorepo_pnpm__dependencies__update": "./bin/ctx_core__monorepo_pnpm__dependencies__update.sh",
"pnpm-up": "./bin/pnpm-up.sh",
"rm_src_js_dts": "./bin/rm_src_js_dts.sh",
"strip-workspace": "./bin/strip-workspace.sh",
"tmux-dev": "./bin/tmux-dev.sh",
"tmux-rename-window": "./bin/tmux-rename-window.sh"
},
"scripts": {
"build": ":",
"clean": ":",
"exec": "$@"
},
"dependencies": {
"@pnpm/list": "^10.1.10",
"@pnpm/sort-packages": "^6.0.7",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.4",
"@changesets/cli": "2.27.7",
"@ctx-core/build": "1.1.344",
"@ctx-core/ctx-core-package-tools": "^8.2.27",
"@ctx-core/dev-tools": "8.3.68",
"@ctx-core/git-tools": "^7.1.11",
"@ctx-core/monorepo": "^21.4.158",
"@types/node": "^22.5.2",
"@typescript-eslint/eslint-plugin": "^8.3.0",
"@typescript-eslint/parser": "^8.3.0",
"ctx-core": "^7.2.32",
"eslint": "^9.9.1",
"pnpm": "9.9.0",
"prettier": "3.3.3",
"tsx": "^4.19.0",
"typescript": "next"
},
"pnpm": {
"overrides": {
"@ctx-core/*": "workspace:*",
"@ctx-core/auth0": "workspace:*",
"@ctx-core/auth0-management": "workspace:*",
"@ctx-core/btoa": "workspace:*",
"@ctx-core/build": "workspace:*",
"@ctx-core/child_process": "workspace:*",
"@ctx-core/ctx-core-package-tools": "workspace:*",
"@ctx-core/dev-tools": "workspace:*",
"@ctx-core/dialog-ui-solid": "workspace:*",
"@ctx-core/dialog-ui-svelte": "workspace:*",
"@ctx-core/dir": "workspace:*",
"@ctx-core/dom": "workspace:*",
"@ctx-core/env": "workspace:*",
"@ctx-core/event-log": "workspace:*",
"@ctx-core/etsy_cache": "workspace:*",
"@ctx-core/fetch-undici": "workspace:*",
"@ctx-core/fontawesome": "workspace:*",
"@ctx-core/fontawesome-ui-svelte": "workspace:*",
"@ctx-core/fs": "workspace:*",
"@ctx-core/google": "workspace:*",
"@ctx-core/graphql": "workspace:*",
"@ctx-core/http": "workspace:*",
"@ctx-core/iex": "workspace:*",
"@ctx-core/instagram": "workspace:*",
"@ctx-core/instagram_cache": "workspace:*",
"@ctx-core/jwt": "workspace:*",
"@ctx-core/monorepo": "workspace:*",
"@ctx-core/nanostores": "workspace:*",
"@ctx-core/nav": "workspace:*",
"@ctx-core/notyf": "workspace:*",
"@ctx-core/package": "workspace:*",
"@ctx-core/ripple-effect": "workspace:*",
"@ctx-core/ripple-effect-ui-svelte": "workspace:*",
"@ctx-core/sass": "workspace:*",
"@ctx-core/scroll": "workspace:*",
"@ctx-core/solid-js": "workspace:*",
"@ctx-core/solid-nanostores": "workspace:*",
"@ctx-core/svelte": "workspace:*",
"@ctx-core/svg": "workspace:*",
"@ctx-core/svg-ui-svelte": "workspace:*",
"@ctx-core/table": "workspace:*",
"@ctx-core/ui-solid": "workspace:*",
"@rebuildjs/*": "workspace:*",
"@relementjs/*": "workspace:*",
"chalk": "4.1.2",
"ctx-core": "workspace:*",
"esmcss": "workspace:*",
"hyop": "workspace:*",
"nodegit": "next",
"relementjs": "workspace:*",
"relysjs": "workspace:*",
"rebuildjs": "workspace:*",
"van-type-delegate": "workspace:*"
}
},
"noUpdate": [],
"preferGlobal": true
}