-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.71 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.71 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
{
"name": "@fullstackhouse/plasmic-utils",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"start": "next dev",
"lint": "next lint",
"test": "vitest",
"build": "rimraf dist && cp -r src dist && rimraf --glob 'dist/**/*.{ts,tsx}' && tsc -p tsconfig.package.json",
"build-host": "next build",
"prepublishOnly": "npm run build"
},
"main": "dist/index.js",
"files": [
"dist",
"README.md"
],
"repository": "github:fullstackhouse/plasmic-utils",
"devDependencies": {
"@headlessui/react": "^2.1.8",
"@hookform/resolvers": "^3.3.4",
"@plasmicapp/loader-nextjs": "^1.0.415",
"@plasmicapp/react-web": "^0.2.374",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.2.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.6.1",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-highlight-words": "^0.20.0",
"@vitejs/plugin-react": "^4.3.2",
"dayjs": "^1.11.10",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"jsdom": "^25.0.1",
"lodash.isequal": "^4.5.0",
"msw": "^2.4.11",
"next": "14.2.5",
"prettier": "^3.3.3",
"quill-image-drop-and-paste": "^2.0.1",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.54.2",
"react-intersection-observer": "^9.15.1",
"rimraf": "^4.0",
"swr": "^2.2.5",
"typescript": "^5",
"use-debounce": "^10.0.4",
"virtua": "^0.35.1",
"vitest": "^2.0.2",
"zod": "^3.22.4"
},
"peerDependencies": {
"@headlessui/react": "^1.7.18",
"@hookform/resolvers": "^3.3.4",
"@plasmicapp/react-web": "^0.2.327",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toast": "^1.2.1",
"dayjs": "^1.11.10",
"lodash.isequal": "^4.5.0",
"quill-image-drop-and-paste": "^2.0.1",
"react": "^18",
"react-dom": "^18",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.50.1",
"react-intersection-observer": "^9.15.1",
"react-quill-new": "^3.4.6",
"swr": "^2.2.5",
"use-debounce": "^10.0.1",
"virtua": "^0.35.1",
"zod": "^3.22.4"
},
"dependencies": {
"@fullstackhouse/react-ssr-prepass": "^2.0.11",
"react-highlight-words": "^0.21.0",
"react-quill-new": "^3.4.6"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}