-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 908 Bytes
/
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
{
"name": "app",
"dependencies": {
"@hotwired/stimulus": "^3.2.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0",
"chart.js": "^4.4.1",
"chartkick": "^5.0.1",
"datatables.net": "^1.13.5",
"datatables.net-bs5": "^1.13.5",
"jquery": "^3.7.0",
"leaflet": "^1.9.4",
"leaflet-geometryutil": "^0.10.2",
"sass": "^1.64.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"watch": "webpack --watch --config webpack.config.js",
"build:css": "sass ./app/assets/stylesheets/application.bootstrap.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
},
"volta": {
"node": "18.19.1",
"yarn": "4.1.0"
}
}