forked from osmbe/osm-welcome-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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.6.6",
"@heroicons/react": "^1.0.6",
"@popperjs/core": "^2.11.5",
"@symfony/webpack-encore": "^3.0.0",
"@types/leaflet": "^1.7.11",
"@types/react-dom": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"apexcharts": "^3.35.4",
"autoprefixer": "^10.4.8",
"codejar": "^3.6.0",
"core-js": "^3.24.1",
"eslint": "^8.21.0",
"eslint-plugin-react": "^7.30.1",
"file-loader": "^6.2.0",
"highlight.js": "^11.6.0",
"leaflet": "^1.8.0",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"regenerator-runtime": "^0.13.9",
"tailwindcss": "^3.1.8",
"ts-loader": "^9.3.1",
"typescript": "^4.7.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"
]
}