-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "photonia",
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "^3.11.10",
"@creativebulma/bulma-divider": "^1.1.0",
"@sentry/vue": "^7.120.0",
"@vue/apollo-composable": "^4.0.0-beta.11",
"@vue/apollo-option": "^4.0.0-beta.9",
"animate.css": "^4.1.1",
"bulma": "^1.0.0",
"bulma-block-list": "1.0.0",
"bulma-toast": "^2.4.4",
"chart.js": "^4.4.6",
"graphql": "^16.9.0",
"graphql-tag": "^2.12.5",
"marked": "^12.0.2",
"pinia": "^2.2.6",
"sass": "^1.81.0",
"typescript": "^5.6.3",
"vue": "^3.5.12",
"vue-apollo": "^3.1.2",
"vue-chartjs": "^5.3.2",
"vue-moment": "^4.1.0",
"vue-page-title": "^2.2.2",
"vue-router": "4",
"vue-upload-component": "^3.1.17"
},
"version": "0.1.0",
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.0",
"@vue/compiler-dom": "^3.5.12",
"@vue/server-renderer": "3.4.21",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^15.11.6",
"prettier": "3.2.5",
"vite": "^5.4.11",
"vite-plugin-ruby": "^5.1.1",
"vitest": "^1.6.0"
},
"scripts": {
"test:run": "vitest run --no-color"
}
}