-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "photonia",
"license": "Apache-2.0",
"private": true,
"type": "module",
"dependencies": {
"@apollo/client": "^3.12.4",
"@sentry/vue": "^8.47.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.3",
"bulma-block-list": "1.1.0",
"bulma-toast": "^2.4.4",
"chart.js": "^4.4.7",
"graphql": "^16.10.0",
"graphql-tag": "^2.12.5",
"marked": "^15.0.4",
"pinia": "^2.3.0",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"vue": "^3.5.13",
"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.1",
"@vue/test-utils": "^2.4.6",
"happy-dom": "^16.2.9",
"prettier": "3.4.2",
"vite": "^5.4.11",
"vite-plugin-ruby": "^5.1.1",
"vitest": "^2.1.8"
},
"scripts": {
"test:run": "vitest run --no-color"
}
}