-
-
Notifications
You must be signed in to change notification settings - Fork 85
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 786 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 786 Bytes
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
{
"name": "stlite",
"private": true,
"workspaces": [
"packages/*",
"streamlit/frontend",
"streamlit/frontend/*",
"packages/desktop/samples/*",
"docs"
],
"scripts": {
"prepare": "husky",
"changeset": "changeset",
"changeset:release": "changeset tag && git push --follow-tags",
"cspell": "cspell lint --no-progress --cache --config ./cspell.json ."
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"cspell": "^9.6.4",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"oxfmt": "^0.45.0",
"oxlint": "^1.60.0",
"typescript": "^5.9.2"
},
"resolutions": {
"@types/react": "18.3.4"
},
"engines": {
"node": ">=22"
},
"packageManager": "[email protected]"
}