-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 666 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 666 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
{
"name": "@tethr/monorepo",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "npm run dev --w doc",
"build": "npm run build --w core",
"build:doc": "npm run build --w doc"
},
"workspaces": [
"core",
"doc",
"integrations/*"
],
"resolutions": {
"vite": "7.1.9",
"vue": "3.5.39"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^3.0.0",
"lerna": "^8.1.8",
"prettier": "^3.2.4",
"typescript": "^5.4.5"
},
"dependencies": {}
}