-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.51 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.51 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
{
"name": "pplbandage_site",
"version": "infinity",
"private": true,
"license": "GPL-3.0-only",
"author": "AndcoolSystems",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prod": "npm run build && npm run start",
"lint": "eslint ."
},
"dependencies": {
"@next/bundle-analyzer": "^16.1.5",
"@svgr/webpack": "^8.1.0",
"@tabler/icons-react": "^3.36.1",
"@types/lodash.debounce": "^4.0.9",
"async-mutex": "^0.5.0",
"axios": "^1.13.5",
"cookies-next": "^6.1.1",
"geist": "^1.5.1",
"idb": "^8.0.3",
"js-sha256": "^0.11.1",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.23",
"lodash.debounce": "^4.0.8",
"next": "^16.1.5",
"next-mdx-remote": "^6.0.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-select": "^5.10.2",
"remark-gfm": "^4.0.1",
"sanitize-html": "^2.17.0",
"sharp": "^0.34.5",
"skinview3d": "^3.4.1",
"skinview3d-blockbench": "^1.0.19",
"swr": "^2.3.8",
"use-next-cookie": "^0.1.8",
"zustand": "^5.0.10"
},
"devDependencies": {
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19.2.3",
"@types/sanitize-html": "^2.16.0",
"baseline-browser-mapping": "^2.9.18",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.5",
"typescript": "^5"
}
}