-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 1.23 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
{
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7",
"@popperjs/core": "^2.11.6",
"@symfony/webpack-encore": "^1.8.2",
"core-js": "^3.22.3",
"file-loader": "^6.2.0",
"leaflet": "^1.8.0",
"mf-js": "^2.0.6",
"node-sass": "^7.0.1",
"sass-loader": "^12.6.0",
"webpack-notifier": "^1.15.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"@telabotanica/ckeditor5-build-ods-v2": "^1.1.1",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
"bootstrap": "5.2.3",
"bootstrap-icons": "^1.11.3",
"ckeditor5": "^43.3.1",
"d3": "^7.9.0",
"jquery": "^3.7.1",
"leaflet-draw": "^1.0.4",
"leaflet-gesture-handling": "^1.2.2",
"leaflet.markercluster": "^1.5.3",
"orejime": "^2.2.1",
"places.js": "^1.19.0",
"plotly.js-dist": "^2.35.2",
"sass": "^1.83.0"
}
}