generated from isamu/firebase-vue3-startup-kit
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
59 lines (59 loc) · 1.83 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "graphai-demo-web",
"version": "1.0.7",
"license": "MIT",
"scripts": {
"serve": "vite",
"build": "vue-tsc && vite build",
"lint": "eslint src",
"test": "TS_NODE_PROJECT=tsconfig.test.json node --test -r ts-node/register ./tests/test_*.mjs",
"format": "prettier --write '{src/**/*,*}.{js,ts,vue,json}'"
},
"dependencies": {
"@graphai/agent_filters": "^0.2.2",
"@graphai/openai_agent": "^0.2.7",
"@graphai/tools_agent": "^0.2.3",
"@graphai/vanilla": "^0.2.14",
"@mlc-ai/web-llm": "^0.2.78",
"@receptron/event_agent_generator": "^0.0.4",
"@receptron/graphai_vue_cytoscape": "^0.2.0",
"@vueuse/head": "^2.0.0",
"core-js": "^3.40.0",
"graphai": "^0.6.24",
"markdown-it": "^14.1.0",
"pinia": "^3.0.1",
"unplugin-vue-markdown": "^28.3.0",
"vue": "^3.5.13",
"vue-i18n": "^11.1.1",
"vue-router": "^4.5.0",
"zod": "^3.24.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.7",
"@types/cytoscape": "^3.21.9",
"@types/cytoscape-fcose": "^2.2.4",
"@types/cytoscape-klay": "^3.1.4",
"@types/google.maps": "^3.58.1",
"@types/node": "^22.13.4",
"@typescript-eslint/eslint-plugin": "^8.24.1",
"@typescript-eslint/parser": "^8.24.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/eslint-config-typescript": "^14.4.0",
"eslint": "^9.20.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-no-type-assertion": "^1.3.0",
"eslint-plugin-sonarjs": "^3.0.2",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.15.0",
"postcss": "^8.5.2",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.7",
"ts-node": "^10.9.2",
"typescript": "5.7.3",
"typescript-eslint": "^8.24.1",
"vite": "^6.1.0",
"vite-plugin-checker": "^0.8.0",
"vue-tsc": "2.2.2"
}
}