This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.96 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
52
53
54
55
56
57
58
59
60
61
{
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@symfony/webpack-encore": "^4.0.0",
"@types/proj4": "^2.5.0",
"@yaireo/tagify": "^4.9.8",
"autoprefixer": "^10.4.13",
"axios": "^0.21.2",
"blueimp-file-upload": "^10.31.0",
"bootbox": "^5.5.2",
"bootstrap": "^4.6.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^11.0.0",
"dotenv": "^9.0.2",
"file-loader": "^6.0.0",
"geoportal-extensions-openlayers": "^3.2.17",
"geostyler-mapbox-parser": "^2.0.0",
"geostyler-openlayers-parser": "^3.0.2",
"geostyler-qgis-parser": "^1.0.0",
"geostyler-sld-parser": "^3.2.2",
"geostyler-style": "^5.0.2",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.2",
"less-loader": "^11.1.0",
"ol": "6.9.0",
"ol-mapbox-style": "^6.4.1",
"overlayscrollbars": "^1.13.0",
"popper.js": "^1.16.1",
"postcss-loader": "^7.0.1",
"proj4": "^2.7.4",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "^17.0.2",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.16.0",
"core-js": "^3.23.0",
"cypress": "^10.7.0",
"eslint": "^8.26.0",
"eslint-plugin-react": "^7.31.10",
"eslint-watch": "^8.0.0",
"eslint-webpack-plugin": "^3.2.0",
"regenerator-runtime": "^0.13.9"
},
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"lint": "eslint assets/js",
"lint:watch": "esw assets/js --watch"
}
}