-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.41 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
{
"engines": {
"node": "^16.20.2",
"yarn": "^1.22.19"
},
"name": "raiapi",
"version": "4.2.7",
"description": "RaiPlay API",
"private": true,
"main": "index.js",
"scripts": {
"build": "preact build --no-prerender --dest public",
"start": "node index.js",
"dev-fe": "preact watch",
"dev-api": "nodemon --ignore src/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxcanna/raiapi.git"
},
"keywords": [
"rai",
"api",
"raiplay"
],
"author": "Massimiliano Cannarozzo <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/maxcanna/raiapi/issues"
},
"homepage": "https://github.com/maxcanna/raiapi#readme",
"dependencies": {
"axios": "^1.7.4",
"compression": "^1.7.4",
"ejs": "^3.1.10",
"express": "^4.20.0",
"http-errors": "^1.8.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.35",
"mongodb": "^3.6.10",
"morgan": "^1.10.0",
"preact": "^10.5.13",
"preact-render-to-string": "^5.1.19",
"preact-router": "^3.2.1",
"react-calendar": "^3.4.0",
"react-copy-to-clipboard": "^5.0.3",
"react-player": "^2.9.0",
"rmwc": "^6.1.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"eslint": "^7.24.0",
"eslint-plugin-react": "^7.23.2",
"nodemon": "^2.0.7",
"preact-cli": "^3.0.5",
"webpack": "^5.94.0"
}
}