-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.28 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
{
"name": "dream-journal",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint",
"format": "prettier --write .",
"test": "vitest"
},
"dependencies": {
"@mdi/font": "^7.4.47",
"d3": "^7.9.0",
"mitt": "^3.0.1",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vuetify": "^3.7.4"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.1.0",
"@types/d3": "^7.4.3",
"@types/node": "^22.10.0",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/runtime-dom": "^3.5.13",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.12.0",
"happy-dom": "^15.11.6",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"resize-observer-polyfill": "^1.5.1",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^5.4.10",
"vite-plugin-vuetify": "^2.0.4",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.8"
}
}