-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.67 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.67 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
84
85
86
87
88
{
"name": "gropius-frontend",
"version": "0.0.0",
"type": "module",
"private": true,
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"codegen": "graphql-codegen --config codegen.ts",
"format": "prettier --write \"**/*.{ts,json,js,tsx,jsx,vue}\""
},
"dependencies": {
"@fontsource/roboto": "^5.3.0",
"@github/relative-time-element": "^5.3.0",
"@github/task-lists-element": "^2.0.5",
"@graphiql/plugin-explorer": "^5.1.3",
"@gropius/graph-editor": "^0.0.5",
"@material/material-color-utilities": "^0.4.0",
"@mdi/font": "7.4.47",
"@mdi/js": "^7.4.47",
"@vee-validate/yup": "^4.15.1",
"@vueuse/core": "^14.4.0",
"async-mutex": "^0.5.0",
"axios": "^1.19.0",
"core-js": "^3.49.0",
"cropperjs": "^1.6.2",
"graphiql": "^5.2.4",
"graphql": "^16.14.2",
"graphql-request": "^7.4.0",
"highlight.js": "^11.11.1",
"jtd": "^0.1.1",
"jwt-decode": "^4.0.0",
"katex": "^0.18.1",
"markdown-it": "^14.3.0",
"md-editor-v3": "^6.5.5",
"mermaid": "^11.16.0",
"mitt": "^3.0.1",
"pinia": "^4.0.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"reflect-metadata": "^0.2.2",
"remark": "^15.0.1",
"screenfull": "^6.0.2",
"sprotty": "^1.4.0",
"strip-markdown": "^6.0.0",
"uuid": "^14.0.1",
"vee-validate": "^4.15.1",
"vue": "3.5.40",
"vue-router": "^5.2.0",
"vuetify": "4.1.7",
"webfontloader": "^1.6.28",
"yup": "^1.7.0"
},
"devDependencies": {
"@babel/types": "^7.29.8",
"@graphql-codegen/cli": "^7.2.0",
"@graphql-codegen/client-preset": "^6.1.0",
"@graphql-codegen/typescript": "^6.1.0",
"@graphql-typed-document-node/core": "^3.2.0",
"@types/markdown-it": "^14.1.2",
"@types/node": "^26.1.2",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^6.0.8",
"esbuild": "^0.28.1",
"prettier": "^3.9.6",
"sass-embedded": "^1.100.0",
"typescript": "^5.9.3",
"unplugin-fonts": "^2.0.0",
"vite": "^8.2.0",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-vuetify": "^2.1.3",
"vue-tsc": "^3.3.9"
},
"workspaces": [
"packages/*"
],
"prettier": {
"tabWidth": 4,
"trailingComma": "none",
"printWidth": 120
}
}