-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·56 lines (56 loc) · 1.61 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
{
"name": "transportesapp",
"private": true,
"version": "0.0.0",
"type": "commonjs",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint:js": "eslint src --ext .ts,.vue",
"test": "jest --watchAll"
},
"dependencies": {
"@vuepic/vue-datepicker": "^4.2.2",
"axios": "^0.24.0",
"bootstrap": "^5.2.3",
"bootstrap-vue-3": "^0.5.1",
"pinia": "^2.0.17",
"vue": "^3.3.0-beta.3",
"vue-axios": "^3.4.0",
"vue-multiselect": "^3.0.0-beta.1",
"vue-recaptcha": "^2.0.2",
"vue-router": "^4.1.2",
"vue-toast-notification": "^3.0.4"
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@popperjs/core": "^2.11.7",
"@rushstack/eslint-patch": "^1.1.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/vue": "^7.0.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@vitejs/plugin-vue": "^4.2.1",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.0.0-rc.18",
"@vue/vue3-jest": "^29.2.4",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-transform-stub": "^2.0.0",
"sass": "^1.62.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vite": "^4.1.0",
"vite-plugin-vue-type-imports": "^0.2.4",
"vue-eslint-parser": "^9.1.0",
"vue-tsc": "^1.0.24"
}
}