-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.64 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
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
{
"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": {
"@bytemd/plugin-gfm": "^1.21.0",
"@bytemd/vue-next": "^1.21.0",
"@fontsource/roboto": "^5.1.0",
"@github/relative-time-element": "^4.4.3",
"@github/task-lists-element": "^2.0.5",
"@graphiql/plugin-explorer": "^3.2.2",
"@gropius/graph-editor": "^0.0.1",
"@material/material-color-utilities": "^0.3.0",
"@mdi/font": "7.4.47",
"@vee-validate/yup": "^4.14.1",
"@vueuse/core": "^11.1.0",
"async-mutex": "^0.5.0",
"axios": "^1.7.7",
"codemirror": "^5.65.16",
"core-js": "^3.38.1",
"github-markdown-css": "^5.7.0",
"graphiql": "^3.7.1",
"graphql": "^16.9.0",
"graphql-request": "^6.1.0",
"jtd": "^0.1.1",
"jwt-decode": "^4.0.0",
"mitt": "^3.0.1",
"pinia": "^2.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reflect-metadata": "^0.2.2",
"remark": "^15.0.1",
"sprotty": "^1.3.0",
"strip-markdown": "^6.0.0",
"uuid": "^10.0.0",
"vee-validate": "^4.14.1",
"vue": "3.5.12",
"vue-router": "^4.4.5",
"vuetify": "3.7.3",
"webfontloader": "^1.6.28",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/types": "^7.25.8",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.0",
"@graphql-codegen/typescript-document-nodes": "^4.0.10",
"@graphql-codegen/typescript-graphql-request": "^6.2.0",
"@graphql-codegen/typescript-operations": "^4.3.0",
"@types/node": "^22.7.6",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/uuid": "^10.0.0",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^5.1.4",
"postcss-github-markdown-css": "^0.0.3",
"prettier": "^3.3.3",
"sass-embedded": "^1.80.2",
"typescript": "^5.6.3",
"unplugin-fonts": "^1.1.1",
"vite": "^5.4.9",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.1.6"
},
"workspaces": [
"packages/*"
],
"prettier": {
"tabWidth": 4,
"trailingComma": "none",
"printWidth": 120
},
"postcss": {
"plugins": {
"postcss-github-markdown-css": {}
}
}
}