-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
39 lines (39 loc) · 1.07 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
{
"devDependencies": {
"@eslint/js": "^9.20.0",
"eslint": "^9.20.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"syncpack": "^12.4.0",
"typescript": "^5.7.3",
"typescript-eslint": "^8.24.0"
},
"private": true,
"scripts": {
"lint": "eslint lib ui"
},
"workspaces": [
"lib",
"eicoop",
"wasmegg/_home",
"wasmegg/artifact-explorer",
"wasmegg/artifact-sandbox",
"wasmegg/consumption-sheet",
"wasmegg/enlightenment",
"wasmegg/events",
"wasmegg/inventory-visualizer",
"wasmegg/loot-simulator",
"wasmegg/mission-list",
"wasmegg/past-contracts",
"wasmegg/proto-explorer",
"wasmegg/researches",
"wasmegg/rockets-tracker",
"wasmegg/smart-assistant",
"wasmegg/shell-company",
"wasmegg/eggs-laid",
"wasmegg/legendary-study",
"wasmegg/mission-planner"
],
"packageManager": "[email protected]+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92"
}