You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.0 KiB
JSON
35 lines
1.0 KiB
JSON
{
|
|
"name": "geografia_vue",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 4173",
|
|
"test:unit": "vitest --environment jsdom",
|
|
"test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
|
|
"test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"pinia": "^2.0.17",
|
|
"vue": "^3.2.37",
|
|
"vue-router": "^4.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.4",
|
|
"@vitejs/plugin-vue": "^3.0.1",
|
|
"@vitejs/plugin-vue-jsx": "^2.0.0",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/test-utils": "^2.0.2",
|
|
"cypress": "^10.6.0",
|
|
"eslint": "^8.21.0",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"jsdom": "^20.0.0",
|
|
"prettier": "^2.7.1",
|
|
"start-server-and-test": "^1.14.0",
|
|
"vite": "^3.0.4",
|
|
"vitest": "^0.21.0"
|
|
}
|
|
}
|