-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
61 lines (61 loc) · 1.51 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
{
"name": "@2003scape/rsc-www",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"start": "./src/bin.js | garnish"
},
"dependencies": {
"@2003scape/rsc-bestiary": "^1.0.1",
"@2003scape/rsc-data": "^1.0.18",
"@2003scape/rsc-manuals": "^1.0.1",
"@2003scape/rsc-world-map": "^1.0.0",
"body-parser": "^1.19.0",
"bole": "^4.0.0",
"chunk": "0.0.3",
"cookie-session": "^1.4.0",
"csurf": "^1.11.0",
"express": "^4.17.1",
"isomorphic-fetch": "^3.0.0",
"json-socket": "^0.3.0",
"markdown-it": "^12.0.4",
"memoizee": "^0.4.14",
"mime-types": "^2.1.27",
"next": "10.0.3",
"rand-token": "^1.0.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-markdown-editor-lite": "^1.2.4",
"react-modal-image": "^2.5.0",
"react-paginate": "^7.0.0",
"slug": "^4.0.2",
"yargs": "^16.2.0"
},
"description": "modern, mobile-friendly recreation of the runescape classic website",
"main": "app.js",
"devDependencies": {
"eslint": "^7.18.0",
"eslint-plugin-react": "^7.22.0",
"garnish": "^5.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2003scape/rsc-www.git"
},
"keywords": [
"runescape",
"rsc",
"www",
"hiscores",
"highscores",
"manuals",
"jagex"
],
"author": "2003Scape Team",
"license": "AGPL-3.0+",
"bugs": {
"url": "https://github.com/2003scape/rsc-www/issues"
},
"homepage": "https://github.com/2003scape/rsc-www#readme"
}