forked from carpetsage/egg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"syncpack": "^12.3.0",
"typescript": "^5.5.2"
},
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue 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.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}