This repository was archived by the owner on Mar 30, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.69 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.69 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "railway-stations-frontend",
"version": "1.0.0",
"description": "[](https://www.codacy.com/gh/RailwayStations/RSWebsite?utm_source=github.com&utm_medium=referral&utm_content=RailwayStations/RSWebsite&utm_campaign=Badge_Grade)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"**/**.{js,css,html,json,yml,yaml,md,php}\" --arrow-parens avoid --plugin @prettier/plugin-php",
"format-check": "prettier --check \"**/**.{js,css,html,json,yml,yaml,md,php}\" --arrow-parens avoid --plugin @prettier/plugin-php",
"build": "npm run ini2json && npm run configjson && npm run webpack",
"webpack": "webpack --mode production",
"webpack-watch": "webpack --mode development --watch",
"ini2json": "node ./scripts/ini2Json.js",
"configjson": "node ./scripts/configjson.js"
},
"babel": {
"plugins": [
"@babel/plugin-transform-runtime"
],
"presets": [
"@babel/preset-env"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/RailwayStations/RSWebsite.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/RailwayStations/RSWebsite/issues"
},
"homepage": "https://github.com/RailwayStations/RSWebsite#readme",
"devDependencies": {
"@babel/core": "7.26.10",
"@babel/plugin-transform-runtime": "7.26.10",
"@babel/preset-env": "7.26.9",
"@prettier/plugin-php": "^0.22.0",
"autoprefixer": "10.4.21",
"babel-loader": "9.2.1",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"core-js": "3.41.0",
"css-loader": "7.1.2",
"dotenv-webpack": "^8.0.1",
"file-loader": "6.2.0",
"ini": "5.0.0",
"mini-css-extract-plugin": "2.9.2",
"postcss-loader": "8.1.1",
"prettier": "3.5.3",
"process": "0.11.10",
"regenerator-runtime": "0.14.1",
"style-loader": "4.0.0",
"webpack": "5.98.0",
"webpack-cli": "5.1.4"
},
"dependencies": {
"@babel/runtime": "^7.16.5",
"@fortawesome/fontawesome-free": "^6.0.0",
"@popperjs/core": "^2.11.0",
"bootstrap": "^5.1.3",
"bs-custom-file-input": "^1.3.4",
"dotenv": "^16.0.3",
"dotenv-defaults": "^5.0.2",
"fuse.js": "^7.0.0",
"jquery": "^3.6.0",
"jQuery-Autocomplete": "https://github.com/devbridge/jQuery-Autocomplete.git#v1.4.11",
"leaflet": "^1.7.1",
"leaflet-easybutton": "^2.4.0",
"leaflet-spin": "^1.1.2",
"leaflet.locatecontrol": "^0.83.0",
"leaflet.markercluster": "^1.5.3",
"spin.js": "^4.1.1",
"whatwg-fetch": "^3.6.2"
},
"browserslist": [
"> 0.25%, not dead"
]
}