-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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": "tanuki",
"version": "2.0.0",
"description": "🦊 Anime weekly schedule for Kitsu (v2) ",
"private": true,
"scripts": {
"start": "nodemon ./src/bin/www",
"test": "echo \"Error: no test specified\" && exit 0",
"lint": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tanukiapp/tanuki.git"
},
"author": "Juanjo Salvador <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tanukiapp/tanuki/issues"
},
"homepage": "https://github.com/tanukiapp/tanuki#readme",
"dependencies": {
"bulma": "^0.9.4",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"express": "~4.18.2",
"htmx.org": "^1.9.10",
"http-errors": "~1.6.3",
"hyperscript.org": "^0.9.12",
"i18next": "^23.8.2",
"i18next-http-middleware": "^3.5.0",
"i18next-node-fs-backend": "^2.1.3",
"kitsu": "^10.1.2",
"moment": "^2.30.1",
"morgan": "~1.9.1",
"nodemon": "^3.0.3",
"pug": "2.0.0-beta11"
},
"devDependencies": {
"cors": "^2.8.5",
"express-reload": "^1.2.0",
"sass": "^1.70.0",
"standard": "^17.1.0"
},
"standard": {
"ignore": [
"tanuki/bin/www"
]
}
}