33 lines
914 B
JSON
33 lines
914 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.5.18",
|
|
"html-to-image": "^1.11.11",
|
|
"pinia": "^2.0.11",
|
|
"pinia-plugin-persist": "^1.0.0",
|
|
"sass": "^1.49.9",
|
|
"sass-loader": "^12.6.0",
|
|
"sharp": "^0.30.3",
|
|
"vue": "^3.2.31",
|
|
"vue-router": "^4.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@rushstack/eslint-patch": "^1.1.0",
|
|
"@vitejs/plugin-vue": "^2.2.2",
|
|
"@vue/eslint-config-prettier": "^7.0.0",
|
|
"eslint": "^8.5.0",
|
|
"eslint-plugin-vue": "^8.2.0",
|
|
"prettier": "^2.5.1",
|
|
"vite": "^2.8.4"
|
|
}
|
|
}
|