-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.19 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
62
63
64
{
"name": "sisdai-mapas",
"version": "1.11.8",
"description": "Mapas interactivos: Componentes de software libre para el Sistema de Diseño y Accesibilidad para la Investigación (Sisdai).",
"main": "./src/index.js",
"license": "LGPL-3.0-only",
"files": [
"src",
"README.md"
],
"scripts": {
"docs": "vitepress dev docs",
"docs:dev": "npm run docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"test:unit": "vitest",
"coverage": "vitest run --coverage",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"format-lint": "npm run format && npm run lint",
"clean": "rm -rf node_modules && rm package-lock.json && npm cache clean -f && npm cache verify",
"reinstall": "npm run clean && npm i"
},
"dependencies": {
"axios": "^1.7.7",
"ol": "^10.1.0",
"ol-displaced-points": "^0.3.1"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@vitejs/plugin-vue": "^5.1.3",
"@vitest/coverage-v8": "^2.1.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/test-utils": "^2.4.6",
"cypress": "^13.14.2",
"eslint": "^9.10.0",
"eslint-plugin-cypress": "^3.5.0",
"eslint-plugin-vue": "^9.28.0",
"jsdom": "^25.0.0",
"lint-staged": "^15.2.10",
"pinia": "^2.2.2",
"prettier": "^3.3.3",
"sisdai-componentes": "git+https://codigo.conahcyt.mx/sisdai/sisdai-componentes#v4.0.0-beta.10",
"sisdai-css": "git+https://codigo.conahcyt.mx/sisdai/sisdai-css#v1.2.2",
"start-server-and-test": "^2.0.8",
"vite": "^5.4.6",
"vitepress": "^1.3.4",
"vitest": "^2.1.1",
"vue": "^3.5.6"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"repository": {
"type": "git",
"url": "https://codigo.conahcyt.mx/sisdai/sisdai-mapas"
},
"bugs": {
"url": "https://codigo.conahcyt.mx/sisdai/sisdai-mapas/issues"
},
"homepage": "https://codigo.conahcyt.mx/sisdai/sisdai-mapas#readme"
}