-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 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
{
"name": "camara-data-portal",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.ts,.tsx,.vue src",
"lint:fix": "eslint --ext .js,.ts,.tsx,.vue src --fix",
"unit": "vitest dev --coverage",
"unit:ci": "vitest run --coverage"
},
"dependencies": {
"@primevue/themes": "^4.2.5",
"minisearch": "^7.1.1",
"pinia": "^2.3.0",
"primeicons": "^7.0.0",
"primevue": "^4.2.5",
"tailwindcss-primeui": "^0.4.0",
"vue": "^3.5.13"
},
"devDependencies": {
"@types/node": "^20.17.14",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vitest/coverage-v8": "^0.34.6",
"@vue/eslint-config-typescript": "^11.0.3",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-plugin-vue": "^9.32.0",
"jsdom": "^22.1.0",
"postcss": "^8.5.1",
"prettier": "^2.8.8",
"sass": "^1.83.4",
"tailwindcss": "^3.4.17",
"typescript": "^4.9.5",
"vite": "^4.5.5",
"vitest": "^0.34.6",
"vue-eslint-parser": "^9.4.3",
"vue-router": "^4.5.0",
"vue-tsc": "^1.8.27"
}
}