mirror of
https://forge.chapril.org/tykayn/libre-charge-map
synced 2025-06-20 01:34:43 +02:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "libre-charge-map",
|
|
"version": "0.5.0",
|
|
"description": "Un visualisateur coloré de stations de recharge pour véhicules électriques selon les données OSM.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.14.4",
|
|
"@testing-library/dom": "^7.31.0",
|
|
"@testing-library/jest-dom": "^5.12.0",
|
|
"@testing-library/user-event": "^13.1.9",
|
|
"babel-jest": "^27.0.2",
|
|
"jest": "^27.0.3",
|
|
"jest-html-reporter": "^3.4.1",
|
|
"sass-migrator": "^2.3.1",
|
|
"serve": "^14.2.4"
|
|
},
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build": "sass styles/main.scss styles/style.css --style compressed",
|
|
"watch": "sass --watch styles/main.scss:styles/style.css"
|
|
},
|
|
"jest": {
|
|
"transform": {
|
|
"^.+\\.[t|j]sx?$": "babel-jest"
|
|
},
|
|
"rootDir": "tests",
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"mjs",
|
|
"cjs",
|
|
"jsx",
|
|
"ts",
|
|
"tsx",
|
|
"json",
|
|
"node"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@turf/turf": "^7.2.0",
|
|
"cheerio": "^1.0.0",
|
|
"geojson": "^0.5.0",
|
|
"node-fetch": "^3.3.2",
|
|
"sass": "^1.87.0"
|
|
}
|
|
}
|