-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
33 lines (33 loc) · 841 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
{
"name": "codeforces-readme-stats",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --silent",
"lint": "next lint"
},
"dependencies": {
"@next/font": "13.1.6",
"@vercel/kv": "^2.0.0",
"antd": "^5.3.1",
"axios": "^1.0.0",
"axios-cache-interceptor": "^1.5.3",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"fast-querystring": "^1.1.1",
"next": "13.1.6",
"nunjucks": "^3.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"use-local-storage-state": "^19.4.0"
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.4.3"
}
}