forked from osmbe/osm-welcome-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.39 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
{
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@headlessui/react": "^1.7.3",
"@heroicons/react": "^1.0.6",
"@popperjs/core": "^2.11.6",
"@symfony/webpack-encore": "^4.1.1",
"@types/leaflet": "^1.9.0",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"apexcharts": "^3.36.0",
"autoprefixer": "^10.4.13",
"codejar": "^3.6.0",
"core-js": "^3.26.0",
"eslint": "^8.26.0",
"eslint-plugin-react": "^7.31.10",
"file-loader": "^6.2.0",
"highlight.js": "^11.6.0",
"leaflet": "^1.9.2",
"postcss": "^8.4.18",
"postcss-loader": "^7.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.13.10",
"tailwindcss": "^3.2.1",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"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",
"lint": "eslint \"assets/typescript\"",
"lint:fix": "eslint --fix \"assets/typescript\""
},
"browserslist": [
"defaults"
]
}