forked from ruffle-rs/ruffle-rs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"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.11.1",
"@mantine/core": "7.11.1",
"@mantine/hooks": "7.11.1",
"@next/bundle-analyzer": "^14.2.4",
"@tabler/icons-react": "^3.9.0",
"next": "14.2.4",
"node-html-parser": "^6.1.13",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"recharts": "^2.12.7"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/jsdom": "^21.1.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"d3": "^7.9.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"feed": "^4.2.2",
"gray-matter": "^4.0.3",
"jsdom": "^24.1.0",
"octokit": "^4.0.2",
"postcss": "^8.4.39",
"postcss-preset-mantine": "^1.15.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "3.3.2",
"react-markdown": "^9.0.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"typescript": "^5.5.3"
}
}