-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·51 lines (51 loc) · 1.44 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
51
{
"name": "photography",
"description": "Template and CMS for photographs build with symfony",
"repository": {
"type": "git",
"url": "https://github.com/FabianSchmick/photography"
},
"version": "1.0.0",
"dependencies": {
"@mapbox/leaflet-omnivore": "^0.3.4",
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"detect_swipe": "^2.1.4",
"highcharts": "^10.3.3",
"jpegoptim-bin": "^7.1.0",
"jquery": "^3.6.4",
"js-cookie": "^3.0.1",
"leaflet": "^1.9.3",
"leaflet-easybutton": "^2.4.0",
"leaflet-gesture-handling": "^1.2.2",
"leaflet.markercluster": "^1.5.3",
"optipng-bin": "^9.0.0",
"select2": "^4.0.13",
"select2-bootstrap4-theme": "^1.0.0",
"startbootstrap-sb-admin-2": "^4.1.4",
"summernote": "0.8.18",
"vanilla-lazyload": "^17.8.3"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@symfony/webpack-encore": "^4.2.0",
"compression-webpack-plugin": "^10.0.0",
"core-js": "^3.29.1",
"eslint": "^8.36.0",
"file-loader": "^6.2.0",
"node-sass": "^8.0.0",
"sass-loader": "^13.2.0",
"regenerator-runtime": "^0.13.11",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-notifier": "^1.15.0",
"workbox-webpack-plugin": "^6.5.4"
},
"license": "UNLICENSED",
"scripts": {
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}