forked from whitphx/stlite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 840 Bytes
/
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
{
"private": true,
"name": "stlite",
"workspaces": [
"packages/*",
"streamlit/frontend",
"streamlit/frontend/app",
"streamlit/frontend/lib",
"packages/desktop/samples/*"
],
"scripts": {
"new-version": "lerna version --force-publish",
"prepare": "husky install"
},
"devDependencies": {
"@lerna-lite/cli": "^3.4.0",
"@lerna-lite/version": "^3.4.0",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint-config-prettier": "^8.6.0",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.1",
"rimraf": "^5.0.5",
"wait-on": "^7.2.0"
},
"resolutions": {
"immutable": "4.2.3",
"protobufjs": "7.2.5",
"webpack": "5.76.0",
"@types/react": "^18.2.0"
},
"version": "0.2.0"
}