-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.29 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
{
"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": "next build && next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"@tabler/icons-react": "^3.30.0",
"@tanstack/react-query": "5.66.0",
"@types/lodash.debounce": "^4.0.9",
"async-mutex": "^0.5.0",
"axios": "^1.7.9",
"cookies-next": "^5.1.0",
"js-sha256": "^0.11.0",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"next": "^15.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-jsx-html-comments": "^1.0.1",
"react-select": "^5.10.0",
"react-transition-state": "^2.3.0",
"sanitize-html": "^2.14.0",
"sharp": "^0.33.5",
"skinview3d": "^3.1.0"
},
"devDependencies": {
"@types/node": "^22",
"@types/react": "^19",
"@types/sanitize-html": "^2.13.0",
"eslint": "^9.20.1",
"eslint-config-next": "^15.1.7",
"typescript": "^5"
}
}