forked from wo-ist-markt/wo-ist-markt.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.34 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
50
{
"name": "wo-ist-markt",
"version": "0.0.1",
"dependencies": {
"dayjs": "^1.10.5",
"font-awesome": "^4.7.0",
"i18next-client": "^1.11.4",
"jquery": "^3.6.0",
"leaflet": "^1.7.1",
"leaflet.awesome-markers": "^2.0.5",
"leaflet.locatecontrol": "^0.73.0",
"moment": "^2.29.1",
"normalize.css": "^8.0.1",
"opening_hours": "^3.6.0",
"select2": "^4.0.13"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"colors": "^1.4.0",
"dayjs": "^1.10.5",
"i18next-client": "^1.11.5",
"jasmine": "^3.7.0",
"jshint": "^2.12.0",
"opening_hours": "^3.6.0",
"postcss": "^8.2.10",
"postcss-import": "^14.0.1",
"rollup": "^2.45.2",
"rollup-plugin-copy": "^3.4.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",
"validate": "node validation/markets-validator.js"
},
"engines": {
"node": ">=12",
"npm": ">=7"
}
}