-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.61 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.61 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "gropius-frontend",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"codegen": "graphql-codegen --config codegen.yaml",
"format": "prettier --write \"**/*.{ts,json,js,tsx,jsx,vue}\""
},
"dependencies": {
"@fontsource/roboto": "^5.2.6",
"@github/relative-time-element": "^4.4.8",
"@github/task-lists-element": "^2.0.5",
"@graphiql/plugin-explorer": "^5.1.1",
"@gropius/graph-editor": "^0.0.4",
"@material/material-color-utilities": "^0.3.0",
"@mdi/font": "7.4.47",
"@vee-validate/yup": "^4.15.1",
"@vueuse/core": "^13.8.0",
"async-mutex": "^0.5.0",
"axios": "^1.11.0",
"core-js": "^3.45.1",
"cropperjs": "^1.6.2",
"graphiql": "^5.2.0",
"graphql": "^16.11.0",
"graphql-request": "^6.1.0",
"highlight.js": "^11.11.1",
"jtd": "^0.1.1",
"jwt-decode": "^4.0.0",
"katex": "^0.16.22",
"md-editor-v3": "^5.8.4",
"mermaid": "^11.10.1",
"mitt": "^3.0.1",
"pinia": "^3.0.3",
"prettier": "^3.6.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"reflect-metadata": "^0.2.2",
"remark": "^15.0.1",
"screenfull": "^6.0.2",
"sprotty": "^1.4.0",
"strip-markdown": "^6.0.0",
"uuid": "^11.1.0",
"vee-validate": "^4.15.1",
"vue": "3.5.20",
"vue-router": "^4.5.1",
"vuetify": "3.9.6",
"webfontloader": "^1.6.28",
"yup": "^1.7.0"
},
"devDependencies": {
"@babel/types": "^7.28.2",
"@graphql-codegen/cli": "^5.0.7",
"@graphql-codegen/typescript": "^4.1.6",
"@graphql-codegen/typescript-document-nodes": "^4.0.16",
"@graphql-codegen/typescript-graphql-request": "^6.3.0",
"@graphql-codegen/typescript-operations": "^4.6.1",
"@types/node": "^24.3.0",
"@types/react": "^19.1.01",
"@types/react-dom": "^19.1.9",
"@types/uuid": "^10.0.0",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^6.0.1",
"prettier": "^3.6.2",
"sass-embedded": "^1.91.0",
"typescript": "^5.9.2",
"unplugin-fonts": "^1.4.0",
"vite": "^6.3.5",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-vuetify": "^2.1.2",
"vue-tsc": "^3.0.6"
},
"workspaces": [
"packages/*"
],
"prettier": {
"tabWidth": 4,
"trailingComma": "none",
"printWidth": 120
}
}