forked from osmbe/osm-welcome-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.79 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
{
"devDependencies": {
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@hotwired/stimulus": "^3.0.0",
"@mapbox/geojson-rewind": "^0.5.2",
"@mapbox/geojsonhint": "^3.1.1",
"@popperjs/core": "^2.11.7",
"@symfony/stimulus-bridge": "^3.2.2",
"@symfony/webpack-encore": "^4.3.0",
"@types/leaflet": "^1.9.3",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"apexcharts": "^3.40.0",
"autoprefixer": "^10.4.14",
"codejar": "^3.7.0",
"core-js": "^3.30.2",
"eslint": "^8.40.0",
"eslint-plugin-react": "^7.32.2",
"file-loader": "^6.2.0",
"highlight.js": "^11.8.0",
"leaflet": "^1.9.3",
"postcss": "^8.4.21",
"postcss-loader": "^7.3.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.13.11",
"tailwindcss": "^3.3.2",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.82.0",
"webpack-cli": "^5.1.0",
"webpack-notifier": "^1.15.0"
},
"license": "ISC",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"geojsonhint": "set -e ; for f in assets/regions/*/*.geojson ; do geojsonhint \"$f\" ; done",
"lint": "eslint \"assets/typescript\"",
"lint:fix": "eslint --fix \"assets/typescript\""
},
"browserslist": [
"defaults"
]
}