-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
70 lines (70 loc) · 1.63 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "liftie",
"version": "3.52.8",
"description": "Clean, simple, easy to read, fast ski resort lift status",
"keywords": [
"ski",
"snowboard"
],
"license": "BSD-3-Clause",
"author": "Damian Krzeminski <[email protected]>",
"files": [
"lib",
"public/*",
"public/img/*",
"public/stylesheets/*.styl",
"public/stylesheets/fonts",
"views",
"Makefile"
],
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/pirxpilot/liftie.git"
},
"scripts": {
"start": "node app.js",
"test": "make lint test"
},
"dependencies": {
"@pirxpilot/jade-core": "^1.12.1",
"@pirxpilot/k": "^1.0.0",
"@pirxpilot/swipe": "^2.0.2",
"connect-cachify-static": "^4.0.0",
"connect-gzip-static": "^4.0.0",
"cookie-parser": "^1.4.3",
"css-select": "~5",
"debounce": "^2.0.0",
"debug": "~4",
"domelementtype": "^2.3.0",
"domhandler": "~5",
"dynload": "^1.0.2",
"el-component": "^1.0.1",
"errorhandler": "^1.5.0",
"esbuild": "^0.23.1",
"express": "^4.16.2",
"htmlparser2": "~9",
"js-cookie": "^3.0.5",
"limiter": "~2.1.0",
"lodash": "^4.16.6",
"morgan": "^1.9.0",
"qs": "^6.3.0",
"ro-rating": "^1.0.2",
"superagent": "~10.1.0",
"tiny-pager": "^1.0.0",
"to-title-case": "^1.0.0"
},
"devDependencies": {
"@biomejs/biome": "^1.5.1",
"@pirxpilot/replay": "^2.2.1",
"commander": "~12",
"postcss": "~8",
"postcss-cachify": "^4.0.0",
"postcss-cli-simple": "~4.0.0",
"prompt": "~1",
"stylus": "^0.63.0"
},
"engines": {
"node": ">= 20.1.0"
}
}