-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.33 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.33 KB
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
45
46
47
{
"name": "sequence-operator",
"homepage": "https://github.com/ncg777/sequence-operator",
"type": "module",
"version": "2026.4.9",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build-tools": "tsc -p tsconfig.tools.json",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
},
"bin": {
"sequence-operator": "./dist-tools/cli.js",
"sequence-operator-mcp": "./dist-tools/mcp-server.js"
},
"dependencies": {
"@mdi/font": "7.4.47",
"@modelcontextprotocol/sdk": "1.27.1",
"commander": "14.0.3",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^9.32.0",
"roboto-fontface": "*",
"ultra-mega-enumerator": "^2026.3.4",
"vue": "^3.4.31",
"vuetify": "^3.6.14"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/node": "^22.9.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-typescript": "^14.1.3",
"@vue/tsconfig": "^0.5.1",
"npm-run-all2": "^7.0.1",
"sass": "1.77.8",
"sass-embedded": "^1.77.8",
"typescript": "^5.8.3",
"unplugin-fonts": "^1.1.1",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.4.10",
"vite-plugin-pwa": "^1.0.0",
"vite-plugin-vuetify": "^2.0.3",
"vue-tsc": "^2.1.10"
},
"packageManager": "yarn@4.6.0"
}