-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
50 lines (50 loc) · 1.5 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
45
46
47
48
49
50
{
"name": "acceslibre",
"version": "1.0.0",
"description": "Référencement de l'accessibilité des ERP (Établissements Recevant du Public) en France.",
"browserslist": "> 0.5%, last 2 versions, not dead",
"engines": {
"node": "20"
},
"@parcel/transformer-css": {
"errorRecovery": true
},
"private": true,
"scripts": {
"clean": "rm -rf static/dist/",
"start": "parcel --hmr-port 34471 --dist-dir static/dist --public-url /static/dist static/index.js static/styles.js",
"build:prod": "parcel build static/index.js static/styles.js --dist-dir static/dist --public-url /static/dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MTES-MCT/acceslibre.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/MTES-MCT/acceslibre/issues"
},
"homepage": "https://github.com/MTES-MCT/acceslibre#readme",
"dependencies": {
"@gouvfr/dsfr": "1.13.0",
"@parcel/transformer-sass": "^2.10.2",
"@sentry/browser": "^8.47.0",
"@sentry/tracing": "^7.114.0",
"@trevoreyre/autocomplete-js": "^3.0.3",
"bootstrap": "^5.0.2",
"leaflet": "^1.9.4",
"leaflet-center-cross": "0.0.8",
"leaflet-gesture-handling": "^1.2.2",
"leaflet.locatecontrol": "0.83.1",
"leaflet.markercluster": "^1.4.1",
"npm": "^11.0.0",
"parcel": "^2.10.2",
"posthog-js": "^1.203.3",
"process": "^0.11.10",
"remixicon": "^4.6.0"
},
"devDependencies": {
"eslint": "^9.17.0",
"prettier": "3.4.2"
}
}