-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.38 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.38 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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "pico-api-docs",
"version": "1.5.2",
"description": "PICO SulTeng API Documentation - COVID-19 Sulawesi Tengah Data API",
"main": "index.js",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint src",
"typecheck": "vue-tsc --noEmit",
"test": "vitest run",
"test:coverage": "vitest run --coverage"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"devDependencies": {
"@eslint/js": "^10.0.1",
"@tailwindcss/postcss": "^4.1.13",
"@tailwindcss/typography": "^0.5.16",
"@types/aos": "^3.0.7",
"@typescript-eslint/eslint-plugin": "^8.57.0",
"@typescript-eslint/parser": "^8.57.0",
"@vitejs/plugin-vue": "^6.0.1",
"@vitest/coverage-v8": "^4.1.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.21",
"eslint": "^10.0.3",
"eslint-plugin-vue": "^10.8.0",
"happy-dom": "^20.8.4",
"postcss": "^8.5.6",
"tailwindcss": "3.4.15",
"terser": "^5.46.0",
"typescript": "^5.9.2",
"vite": "^7.1.4",
"vitest": "^4.1.0",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "^3.0.6"
},
"dependencies": {
"@types/prismjs": "^1.26.5",
"aos": "^2.3.4",
"katex": "^0.16.22",
"prismjs": "^1.30.0",
"vue": "^3.5.21",
"vue-i18n": "9",
"vue-prism-component": "^2.0.0",
"vue-router": "^4.5.1"
}
}