-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
72 lines (72 loc) · 2.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
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.0.6",
"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": "^14.2.4",
"@svgr/webpack": "^8.1.0",
"@tanstack/react-query": "^5.50.1",
"clsx": "^2.1.1",
"color": "^4.2.3",
"firebase": "^10.12.3",
"get-user-locale": "^2.3.2",
"modern-normalize": "^2.0.0",
"nanoid": "^5.0.7",
"next": "^14.2.4",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-slider": "^2.0.6",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.5",
"react-transition-group": "^4.4.5",
"sha1": "^1.1.1",
"use-debounce": "^10.0.2",
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^15.0.0-rc.0",
"@types/color": "^3.0.6",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^18.3.0",
"@types/react-slider": "^1.3.6",
"@types/react-transition-group": "^4.4.10",
"@types/sha1": "^1.1.5",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.14.1",
"eslint": "^9.6.0",
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-react-hooks": "^5.1.0-rc-f38c22b244-20240704",
"globals": "^15.8.0",
"husky": "^9.0.11",
"loader-utils": "^3.3.1",
"prettier": "^3.3.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.15.7",
"typescript": "^5.5.2"
},
"resolutions": {
"micromatch": "^4.0.8"
}
}