-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 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
{
"name": "rfd-fyi",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vite",
"preview": "vite preview",
"build": "vite build",
"test": "npx vitest run",
"test:coverage": "npx vitest run --coverage",
"lint": "npx --yes oxlint"
},
"dependencies": {
"@fontsource/roboto": "5.2.10",
"@github/hotkey": "^3.0.0",
"@mdi/font": "7.4.47",
"@popperjs/core": "^2.11.8",
"axios": "^1.15.0",
"core-js": "^3.32.1",
"cssnano": "^7.0.0",
"dayjs": "^1.11.10",
"oxlint": "^1.60.0",
"vue": "^3.5.17",
"vue-loading-overlay": "^6.0.3",
"vue-router": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.10",
"@vitejs/plugin-vue": "^6.0.0",
"@vitest/coverage-v8": "^4.0.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-service": "^5.0.9",
"@vue/test-utils": "^2.4.6",
"jsdom": "^29.0.0",
"postcss-cli": "^11.0.0",
"sass-embedded": "^1.89.2",
"unplugin-vue-components": "^32.0.0",
"vite": "^8.0.0",
"vitest": "^4.0.0"
}
}