-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.26 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
{
"name": "miaumarro-client",
"version": "1.0.0",
"description": "Front-end for the Miaumarro API",
"repository": {
"type": "git",
"url": "git+https://github.com/Miaumarro-Petshop/Miaumarro-Client.git"
},
"author": "mairaholi amandacbarreto kaoticz sekimzero",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Miaumarro-Petshop/Miaumarro-Client/issues"
},
"homepage": "https://github.com/Miaumarro-Petshop/Miaumarro-Client#readme",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"test:unit": "vitest --environment jsdom",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"bootstrap": "^5.2.0",
"dotenv": "^16.0.1",
"owl.carousel": "^2.3.4",
"vue": "^3.2.37",
"vue-router": "^4.1.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"@vitejs/plugin-vue-jsx": "^2.0.0",
"@vue/test-utils": "^2.0.2",
"eslint": "^8.21.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.3.0",
"jsdom": "^20.0.0",
"vite": "^3.0.4",
"vitest": "^0.21.0"
}
}