-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
51 lines (51 loc) · 1.32 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
{
"name": "ruffle-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/charts": "^7.14.0",
"@mantine/core": "7.14.0",
"@mantine/hooks": "7.14.0",
"@next/bundle-analyzer": "15.0.3",
"@tabler/icons-react": "^3.22.0",
"next": "15.0.3",
"node-html-parser": "^6.1.13",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"recharts": "^2.13.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@types/d3": "^7.4.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"d3": "^7.9.0",
"eslint": "^9.14.0",
"eslint-config-next": "15.0.3",
"eslint-config-prettier": "^9.1.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"jsdom": "^25.0.1",
"octokit": "^4.0.2",
"postcss": "^8.4.49",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.3.3",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"typescript": "^5.6.3"
}
}