generated from dxw/rails-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.53 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
{
"name": "air-text",
"private": true,
"scripts": {
"lint:css": "npx stylelint \"app/**/*css\"",
"lint:css:fix": "npx stylelint \"app/**/*css\" --fix",
"lint:format": "prettier --check '**/*'",
"lint:format:fix": "prettier --write '**/*'",
"lint:js": "eslint .",
"lint:js:fix": "yarn run lint:js --fix",
"lint:all:fix": "yarn run lint:js:fix && yarn run lint:css:fix && yarn run lint:format:fix && standardrb --fix",
"build": "esbuild app/javascript/*.* --bundle --sourcemap --format=esm --loader:.png=file --loader:.geojson=json --outdir=app/assets/builds --public-path=/assets",
"build:css": "rails dartsass:build",
"build:css:watch": "rails dartsass:watch"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"esbuild": "^0.24.0",
"eslint": "^9.0.0",
"eslint-config-prettier": "^9.0.0",
"globals": "^15.9.0",
"leaflet": "^1.9.4",
"prettier": "^3.0.0",
"simplify-geojson": "^1.0.5",
"stylelint": "^16.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-config-standard-scss": "^14.0.0"
},
"engines": {
"node": "22.12.0",
"yarn": "1.22.22"
},
"dependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.10",
"@maptiler/geocoding-control": "^2.0.0",
"@maptiler/leaflet-maptilersdk": "^2.0.0",
"@turf/boolean-point-in-polygon": "^7.1.0",
"depcheck": "^1.4.7",
"leaflet.fullscreen": "^3.0.2",
"leaflet.locatecontrol": "^0.82.0",
"stimulus-use": "^0.52.2"
}
}