34 lines
949 B
JSON
34 lines
949 B
JSON
{
|
|
"name": "scores.ceiba-conseil.com",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"fetchData": "node --experimental-fetch --no-warnings scripts/fetchData.js",
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --port 5050",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"@splidejs/vue-splide": "^0.6.12",
|
|
"html-to-image": "^1.11.11",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persist": "^1.0.0",
|
|
"sass": "^1.75.0",
|
|
"sass-loader": "^14.2.1",
|
|
"sharp": "^0.33.3",
|
|
"vite-plugin-pwa": "^0.19.8",
|
|
"vue": "^3.4.26",
|
|
"vue-router": "^4.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.10.2",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
"eslint": "^9.1.1",
|
|
"eslint-plugin-vue": "^9.25.0",
|
|
"prettier": "^3.2.5",
|
|
"vite": "^5.2.10"
|
|
}
|
|
}
|