46 lines
1.4 KiB
JSON
46 lines
1.4 KiB
JSON
{
|
|
"name": "front",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "run-p type-check build-only",
|
|
"preview": "vite preview --port 4173",
|
|
"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'",
|
|
"test:unit": "cypress open --component",
|
|
"test:unit:ci": "cypress run --component --quiet --reporter spec",
|
|
"build-only": "vite build",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"bootstrap": "^5.2.0",
|
|
"element-plus": "^2.2.11",
|
|
"normalize.css": "^8.0.1",
|
|
"pinia": "^2.0.16",
|
|
"vue": "^3.2.37",
|
|
"vue-router": "^4.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
"@types/node": "^16.11.45",
|
|
"@vitejs/plugin-vue": "^3.0.1",
|
|
"@vitejs/plugin-vue-jsx": "^2.0.0",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"@vue/eslint-config-typescript": "^11.0.0",
|
|
"@vue/tsconfig": "^0.1.3",
|
|
"cypress": "^10.3.0",
|
|
"eslint": "^8.5.0",
|
|
"eslint-plugin-cypress": "^2.12.1",
|
|
"eslint-plugin-vue": "^9.0.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^2.5.1",
|
|
"sass": "^1.54.0",
|
|
"start-server-and-test": "^1.14.0",
|
|
"typescript": "~4.7.4",
|
|
"vite": "^3.0.1",
|
|
"vue-tsc": "^0.38.8"
|
|
}
|
|
}
|