-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
59 lines (59 loc) · 1.5 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
{
"name": "statty",
"version": "0.1.0",
"private": true,
"packageManager": "yarn@3.1.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "xo",
"test": "yarn run lint"
},
"engines": {
"node": ">=12.9"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"ajv": "^8.11.0",
"ajv-formats": "^2.1.1",
"axios": "^0.26.1",
"bit-buffer": "^0.2.5",
"clsx": "^1.1.1",
"ioredis": "^5.0.4",
"ip6addr": "^0.2.5",
"ms": "^2.1.3",
"next": "12.1.4",
"next-absolute-url": "^1.2.2",
"next-connect": "^0.12.2",
"next-themes": "^0.1.1",
"node-cron": "^3.0.0",
"pingman": "^1.1.5",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-linkify-nofuzzy": "^1.0.1-alpha",
"recharts": "2.1.9",
"swr": "^1.3.0",
"type-fest": "^2.12.2",
"yaml": "^2.0.0"
},
"devDependencies": {
"@types/ip6addr": "^0.2.3",
"@types/ms": "^0.7.31",
"@types/node": "^17.0.23",
"@types/node-cron": "^3.0.1",
"@types/react": "^18.0.1",
"babel-plugin-recharts": "^2.0.0",
"eslint-config-next": "^12.1.4",
"eslint-config-xo-react": "^0.27.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"read-pkg-up": "^9.1.0",
"styled-jsx-plugin-stylus": "^0.0.4",
"stylus": "^0.57.0",
"typescript": "^4.6.3",
"xo": "^0.48.0"
}
}