-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.67 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
{
"name": "edb-vue-vite",
"version": "1.0.0",
"description": "A Vue 3 project with Vite",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"test": "vitest --ui",
"coverage": "vitest run --coverage",
"prepare": "husky",
"update": "npx npm-check-updates@latest",
"upgrade": "npx npm-check-updates@latest -u && npm i",
"md": "npx vue-mess-detector@latest analyze ."
},
"keywords": [],
"author": "Gabriel Bertola Bocca at estudiodigitalbocca.com.br",
"license": "ISC",
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-depend": "^0.12.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"jsdom": "^25.0.1",
"postcss": "^8.4.49",
"sass": "^1.83.1",
"tailwindcss": "^3.4.17",
"vite": "^6.0.7",
"vite-plugin-vue-devtools": "^7.6.8",
"vitest": "^2.1.8"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@neoconfetti/vue": "^2.2.1",
"@number-flow/vue": "^0.3.4",
"@tabler/icons-vue": "^3.26.0",
"@vueuse/core": "^12.3.0",
"axios": "^1.7.9",
"notivue": "^2.4.5",
"pinia": "^2.3.0",
"tailwindcss-animated": "^1.1.2",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-countup-v3": "^1.4.2",
"vue-router": "^4.5.0"
}
}