This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
61 lines (61 loc) · 1.74 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
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "perfil-politico-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"animate.css": "^4.1.1",
"apexcharts": "^3.35.5",
"array-shuffle": "^3.0.0",
"axios": "^0.27.2",
"chart.js": "^3.9.1",
"core-js": "^3.6.5",
"d3": "^7.6.1",
"flowbite": "^1.5.2",
"msw": "^0.46.1",
"tiny-emitter": "^2.1.0",
"vee-validate": "^4.5.8",
"vue": "^3.0.0",
"vue-apexcharts": "^1.6.2",
"vue-chartjs": "^4.1.1",
"vue-class-component": "^8.0.0-0",
"vue-gtag": "^2.0.1",
"vue-router": "^4.0.0-0",
"vue3-apexcharts": "^1.4.1",
"vue3-popper": "^1.5.0",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/jest": "^24.0.19",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-eslint": "~4.5.15",
"@vue/cli-plugin-router": "~4.5.15",
"@vue/cli-plugin-typescript": "~4.5.15",
"@vue/cli-plugin-unit-jest": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.0.0-0",
"autoprefixer": "^9.8.8",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.0.0",
"postcss": "^7.0.39",
"prettier": "^2.2.1",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"typescript": "~4.3.5",
"vue-cli-plugin-tailwind": "~3.0.0",
"vue-jest": "^5.0.0-0"
},
"msw": {
"workerDirectory": "public"
}
}