-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.68 KB
/
package.json
File metadata and controls
97 lines (97 loc) · 2.68 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "scorched.report",
"version": "1.0.0",
"description": "Scorched Report provides you with everything about Team Scorched, Destiny 2's best game mode. Look up your own stats, see how you compare to other Scorchers, or collect all the Scorch Cannon ornaments.",
"keywords": [
"scorched report",
"destiny",
"destiny 2",
"team scorched",
"scorched",
"crucible",
"destiny 2 team scorched",
"destiny 2 scorched",
"destiny 2 scorch",
"how to play team scorched",
"scorched realm",
"scorched enthusiasts"
],
"homepage": "https://scorched.report",
"repository": "https://github.com/uniQIndividual/scorched.report",
"license": "MIT",
"author": "uniQ",
"contributors": [
"nblock"
],
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/react": "^4.3.0",
"@astrojs/sitemap": "^3.4.1",
"@emotion/react": "^11.13.5",
"@faker-js/faker": "^9.4.0",
"@mantine/core": "^6.0.22",
"@mantine/dates": "^6.0.22",
"@mantine/hooks": "^6.0.22",
"@pyncz/tailwind-mask-image": "^2.0.0",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@react-three/postprocessing": "^2.19.1",
"@tabler/icons-react": "^3.17.0",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.1.3",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"apexcharts": "^4.3.0",
"astro": "^5.9.2",
"axios": "^1.8.4",
"cheerio": "^1.0.0",
"clsx": "^2.1.1",
"crossfilter": "^1.3.12",
"crossfilter2": "^1.5.4",
"d3": "^7.9.0",
"dayjs": "^1.11.13",
"dc": "^4.2.7",
"flowbite": "^2.1.1",
"flowbite-typography": "^1.0.3",
"fs-extra": "^11.3.0",
"fzstd": "^0.1.1",
"immutability-helper": "^3.1.1",
"lil-gui": "^0.20.0",
"mantine-react-table": "^1.3.4",
"react": "^18.3.1",
"react-apexcharts": "^1.5.0",
"react-dom": "^18.3.1",
"react-router": "^7.6.1",
"react-tooltip": "^5.28.0",
"sharp": "^0.34.1",
"shiki": "^2.0.3",
"tailwindcss": "^4.1.3",
"three": "^0.176.0"
},
"devDependencies": {
"@types/crossfilter": "^0.0.38",
"@types/dc": "^4.2.5",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"astro-eslint-parser": "^1.1.0",
"eslint": "^8.35.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^10.0.1",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-tsdoc": "^0.4.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
}
}