-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.38 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.38 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
{
"name": "woth-toolbox",
"version": "2.1.4",
"private": true,
"scripts": {
"audit": "npm audit --all --recursive",
"build": "next build",
"companion": "tsx --trace-warnings ./src/scripts/companion",
"dev": "next dev",
"dev:firebase": "firebase emulators:start --project demo-woth-toolbox",
"dev:firebase:persist": "dev:firebase --export-on-exit ./.firebase --import ./.firebase",
"https": "pnpm dlx local-ssl-proxy --key localhost-key.pem --cert localhost.pem --source 3001 --target 3000",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky",
"start": "next start"
},
"dependencies": {
"@next/third-parties": "^16.1.2",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.90.17",
"clsx": "^2.1.1",
"color": "^5.0.3",
"get-user-locale": "^3.0.0",
"modern-normalize": "^3.0.1",
"nanoid": "^5.1.6",
"next": "^16.1.2",
"react": "^19.2.3",
"react-color": "^2.19.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-slider": "^2.0.6",
"react-spinners": "^0.17.0",
"react-toastify": "^11.0.5",
"react-transition-group": "^4.4.5",
"sha1": "^1.1.1",
"use-debounce": "^10.1.0",
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^16.1.2",
"@types/color": "^4.2.0",
"@types/node": "^25.0.9",
"@types/react": "^19.2.8",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^19.2.3",
"@types/react-slider": "^1.3.6",
"@types/react-transition-group": "^4.4.12",
"@types/sha1": "^1.1.5",
"@typescript-eslint/eslint-plugin": "^8.53.0",
"@typescript-eslint/parser": "^8.53.0",
"eslint": "^9.39.2",
"eslint-config-next": "^16.1.2",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"globals": "^17.0.0",
"husky": "^9.1.7",
"loader-utils": "^3.3.1",
"prettier": "^3.8.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
},
"resolutions": {
"micromatch": "^4.0.8"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39"
}