-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "anihaven-web",
"version": "0.1.0",
"description": "",
"author": "Marcus Sand",
"license": "MIT",
"homepage": "https://github.com/Anihaven/anihaven-web#readme",
"private": true,
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "cross-env NODE_ENV=production node server.js"
},
"dependencies": {
"@apollo/client": "^3.3.17",
"@koa/router": "^10.0.0",
"bootstrap": "^4.6.0",
"bootstrap-icons": "^1.5.0",
"cross-env": "^5.2.0",
"graphql": "^15.5.0",
"jquery": "^3.6.0",
"koa": "^2.13.0",
"koa-proxy": "^1.0.0-alpha.3",
"next": "10.0.8",
"next-themes": "0.0.12",
"popper": "^1.0.1",
"react": "17.0.1",
"react-bootstrap": "^1.5.2",
"react-dom": "17.0.1",
"react-responsive": "^8.2.0",
"sass": "^1.32.8",
"video.js": "^7.11.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Anihaven/anihaven-web.git"
},
"bugs": {
"url": "https://github.com/Anihaven/anihaven-web/issues"
},
"devDependencies": {
"videojs-youtube": "^2.6.1"
}
}