forked from whitphx/stlite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.12 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
{
"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",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"chokidar-cli": "^3.0.0",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.33.0",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-react-app": "^7.0.1",
"eslint-webpack-plugin": "^3.1.1",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.1",
"rimraf": "^5.0.5",
"typescript": "^4.9.4",
"vitest": "^1.2.2",
"wait-on": "^7.2.0"
},
"resolutions": {
"immutable": "4.2.3",
"protobufjs": "7.2.5",
"webpack": "5.76.0",
"@types/react": "^18.2.0"
}
}