-
-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
49 lines (49 loc) · 1.32 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
46
47
48
49
{
"name": "wo-ist-markt",
"version": "0.0.1",
"type": "module",
"dependencies": {
"dayjs": "^1.11.13",
"jquery": "^3.7.1",
"leaflet": "^1.9.4",
"leaflet.awesome-markers": "^2.0.5",
"leaflet.locatecontrol": "^0.81.1",
"normalize.css": "^8.0.1",
"opening_hours": "^3.8.0",
"select2": "^4.0.13"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"axios": "^1.7.7",
"colors": "1.4.0",
"jasmine": "^5.4.0",
"jshint": "^2.13.6",
"opening_hours": "^3.8.0",
"ora": "^8.1.0",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"rollup": "^2.79.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-css-bundle": "^1.0.4",
"rollup-plugin-terser": "^7.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/wo-ist-markt/wo-ist-markt.github.io"
},
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w",
"lint": "jshint js preprocessing validation",
"jasmine-tests": "jasmine",
"test": "npm run lint && npm run jasmine-tests && npm run validate",
"positions": "node ./preprocessing/addPositionsToCities.js",
"validate": "node validation/markets-validator.js"
},
"engines": {
"node": ">=20",
"npm": ">=7"
}
}