-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
36 lines (36 loc) · 924 Bytes
/
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
{
"name": "trace.moe-www",
"version": "2.0.0",
"description": "Webpage for trace.moe",
"main": "image-proxy.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"build-start": "next build && next start",
"prettier": "prettier",
"format": "prettier --write \"**/*.js\"",
"lint": "prettier --check \"**/*.js\"",
"test": "prettier --check \"**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/soruly/trace.moe-www.git"
},
"author": "soruly",
"license": "MIT",
"bugs": {
"url": "https://github.com/soruly/trace.moe-www/issues"
},
"homepage": "https://github.com/soruly/trace.moe-www#readme",
"devDependencies": {
"prettier": "^3.3.3"
},
"dependencies": {
"chart.js": "^4.4.6",
"next": "^15.0.3",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1"
}
}