-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "infosreseaux-cuivre",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"test": "eslint . && tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flacombe/cuivre.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flacombe/cuivre/issues"
},
"homepage": "https://github.com/flacombe/cuivre#readme",
"devDependencies": {
"@russss/maplibregl-layer-switcher": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"in-browser-language": "^1.0.3",
"prettier": "^3.1.1",
"typescript": "^5.0.2",
"vite": "^5.0.12",
"vite-plugin-render-svg": "^1.1.1"
},
"dependencies": {
"@types/bootstrap": "^4.6.2",
"bootstrap": "^4.6.2",
"lodash.invert": "^4.3.0",
"lodash.isequal": "^4.5.0",
"lodash.sortby": "^4.7.0",
"maplibre-gl": "^3.6.2",
"redom": "^3.29.1",
"title-case": "^3.0.3"
}
}