@layers-app/editor 0.7.46 → 0.7.47

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +160 -160
package/package.json CHANGED
@@ -1,160 +1,160 @@
1
- {
2
- "name": "@layers-app/editor",
3
- "private": false,
4
- "version": "0.7.46",
5
- "type": "module",
6
- "scripts": {
7
- "start": "VITE_LAYERS=true vite --mode full ",
8
- "start:specific": "VITE_LAYERS=false vite --mode full ",
9
- "build": "cross-env VITE_LAYERS=true vite build",
10
- "build:specific": "VITE_LAYERS=false vite build",
11
- "lint": "eslint . --ext .ts,.tsx",
12
- "lint:fix": "eslint . --ext .ts,.tsx --fix",
13
- "preview": "vite preview",
14
- "generate-dts": "tsc --project tsconfig.lib.json",
15
- "dev:local": "cross-env NODE_ENV=development concurrently \"npm:server:ws\" \"vite --host\"",
16
- "server:ws": "concurrently \"cd server && npm start\"",
17
- "format": "prettier --write .",
18
- "format:check": "prettier --check .",
19
- "test:e2e": "playwright test",
20
- "test:e2e:ui": "playwright test --ui",
21
- "test:e2e:debug": "playwright test --debug",
22
- "test:e2e:headed": "playwright test --headed",
23
- "start-test-server": "VITE_LAYERS=true vite --mode full --port 3000 --strictPort --host localhost"
24
- },
25
- "publishConfig": {
26
- "access": "public"
27
- },
28
- "files": [
29
- "dist"
30
- ],
31
- "main": "dist/index.js",
32
- "types": "dist/index.d.ts",
33
- "dependencies": {
34
- "@excalidraw/excalidraw": "^0.18.0",
35
- "@floating-ui/react": "^0.27.16",
36
- "@layers-app/editor-video": "^0.1.4",
37
- "@lexical/file": "^0.38.2",
38
- "@lexical/headless": "^0.38.2",
39
- "@lexical/markdown": "^0.38.2",
40
- "@lexical/react": "^0.38.2",
41
- "@tanstack/react-query": "^5.52.2",
42
- "lexical": "^0.38.2",
43
- "react-selecto": "^1.26.3",
44
- "y-websocket": "^1.5.3",
45
- "yjs": "^13.6.20"
46
- },
47
- "devDependencies": {
48
- "@eslint/js": "^9.9.0",
49
- "@hugeicons/core-free-icons": "^2.0.0",
50
- "@hugeicons/react": "^1.1.1",
51
- "@layers-app/shared": "^0.2.5",
52
- "@mantine/core": "8.3.5",
53
- "@mantine/dropzone": "8.3.5",
54
- "@mantine/form": "8.3.5",
55
- "@mantine/hooks": "8.3.5",
56
- "@mantine/modals": "8.3.5",
57
- "@mantine/notifications": "8.3.5",
58
- "@playwright/test": "^1.40.0",
59
- "@rollup/plugin-typescript": "^11.1.6",
60
- "@tabler/icons-react": "^3.7.0",
61
- "@trivago/prettier-plugin-sort-imports": "^5.2.1",
62
- "@types/eslint__js": "^8.42.3",
63
- "@types/lodash": "^4.14.202",
64
- "@types/lodash-es": "^4.17.12",
65
- "@types/node": "^20.14.11",
66
- "@types/prettier": "2.7.3",
67
- "@types/react": "^18.3.22",
68
- "@types/react-dom": "^18.3.7",
69
- "@types/swagger-ui-react": "^5.18.0",
70
- "@typescript-eslint/eslint-plugin": "^8.27.0",
71
- "@typescript-eslint/parser": "^8.27.0",
72
- "@vitejs/plugin-basic-ssl": "^1.1.0",
73
- "@vitejs/plugin-react": "^4.2.1",
74
- "concurrently": "^8.2.2",
75
- "cross-env": "^7.0.3",
76
- "eslint": "^9.22.0",
77
- "eslint-config-prettier": "^10.1.1",
78
- "eslint-plugin-prettier": "^5.2.3",
79
- "eslint-plugin-react": "^7.37.4",
80
- "eslint-plugin-react-refresh": "^0.4.19",
81
- "eslint-plugin-unused-imports": "^4.1.4",
82
- "glob": "^10.3.10",
83
- "i18next": "^25.5.2",
84
- "lodash-es": "^4.17.21",
85
- "postcss-import": "^16.1.0",
86
- "postcss-preset-mantine": "^1.17.0",
87
- "prettier": "^3.4.2",
88
- "prettier-plugin-organize-attributes": "^1.0.0",
89
- "proper-lockfile": "^4.1.2",
90
- "react-i18next": "^15.7.3",
91
- "rollup-plugin-typescript-paths": "^1.5.0",
92
- "rollup-plugin-visualizer": "^5.12.0",
93
- "sass": "^1.71.1",
94
- "terser": "^5.39.0",
95
- "typescript": "^5.5.4",
96
- "typescript-eslint": "^8.2.0",
97
- "vite": "^6.2.2",
98
- "vite-plugin-commonjs": "^0.10.1",
99
- "vite-plugin-css-injected-by-js": "^3.5.0",
100
- "vite-plugin-dts": "^4.0.0-beta.1",
101
- "vite-plugin-static-copy": "^2.3.2",
102
- "vite-plugin-svgr": "^4.2.0"
103
- },
104
- "overrides": {
105
- "nanoid": "^5.0.9",
106
- "prismjs": "^1.30.0",
107
- "dompurify": "^3.2.4",
108
- "mermaid": "^10.9.4",
109
- "i18next": "^25.5.2",
110
- "@mantine/core": "8.3.5",
111
- "@mantine/hooks": "8.3.5",
112
- "@mantine/form": "8.3.5",
113
- "@mantine/dropzone": "8.3.5",
114
- "@mantine/modals": "8.3.5",
115
- "@mantine/notifications": "8.3.5",
116
- "@excalidraw/mermaid-to-excalidraw": {
117
- "nanoid": "^5.0.9"
118
- },
119
- "@excalidraw/excalidraw": {
120
- "nanoid": "^5.0.9"
121
- },
122
- "postcss": {
123
- "nanoid": "^5.0.9"
124
- },
125
- "ajv": "^8.18.0",
126
- "minimatch": "^10.2.1"
127
- },
128
- "peerDependencies": {
129
- "@dnd-kit/modifiers": ">=6",
130
- "@emotion/react": ">=11",
131
- "@emotion/styled": ">=11",
132
- "@hugeicons/core-free-icons": ">=1",
133
- "@hugeicons/react": ">=1",
134
- "@mantine/carousel": ">=8.0.0",
135
- "@mantine/colors-generator": ">=8.0.0",
136
- "@mantine/core": ">=8.0.0",
137
- "@mantine/dropzone": ">=8.0.0",
138
- "@mantine/form": ">=8.0.0",
139
- "@mantine/hooks": ">=8.0.0",
140
- "@mantine/modals": ">=8.0.0",
141
- "@mantine/notifications": ">=8.0.0",
142
- "@mantine/tiptap": ">=8.0.0",
143
- "@tabler/icons-react": ">=3.7.0",
144
- "@tanstack/react-query": "^5.52.2",
145
- "@tanstack/react-virtual": ">=3",
146
- "date-fns-tz": ">=3",
147
- "i18next": "^25.5.2",
148
- "js-confetti": ">=0.12",
149
- "lodash-es": ">=4.17.21",
150
- "react": "^18.3.1",
151
- "react-dom": "^18.3.1",
152
- "react-i18next": "^15.7.3",
153
- "swagger-ui-react": "^5.27.1"
154
- },
155
- "peerDependenciesMeta": {
156
- "swagger-ui-react": {
157
- "optional": true
158
- }
159
- }
160
- }
1
+ {
2
+ "name": "@layers-app/editor",
3
+ "private": false,
4
+ "version": "0.7.47",
5
+ "type": "module",
6
+ "scripts": {
7
+ "start": "cross-env VITE_LAYERS=true vite --mode full ",
8
+ "start:specific": "VITE_LAYERS=false vite --mode full ",
9
+ "build": "cross-env VITE_LAYERS=true vite build",
10
+ "build:specific": "VITE_LAYERS=false vite build",
11
+ "lint": "eslint . --ext .ts,.tsx",
12
+ "lint:fix": "eslint . --ext .ts,.tsx --fix",
13
+ "preview": "vite preview",
14
+ "generate-dts": "tsc --project tsconfig.lib.json",
15
+ "dev:local": "cross-env NODE_ENV=development concurrently \"npm:server:ws\" \"vite --host\"",
16
+ "server:ws": "concurrently \"cd server && npm start\"",
17
+ "format": "prettier --write .",
18
+ "format:check": "prettier --check .",
19
+ "test:e2e": "playwright test",
20
+ "test:e2e:ui": "playwright test --ui",
21
+ "test:e2e:debug": "playwright test --debug",
22
+ "test:e2e:headed": "playwright test --headed",
23
+ "start-test-server": "VITE_LAYERS=true vite --mode full --port 3000 --strictPort --host localhost"
24
+ },
25
+ "publishConfig": {
26
+ "access": "public"
27
+ },
28
+ "files": [
29
+ "dist"
30
+ ],
31
+ "main": "dist/index.js",
32
+ "types": "dist/index.d.ts",
33
+ "dependencies": {
34
+ "@excalidraw/excalidraw": "^0.18.0",
35
+ "@floating-ui/react": "^0.27.16",
36
+ "@layers-app/editor-video": "^0.1.4",
37
+ "@lexical/file": "^0.38.2",
38
+ "@lexical/headless": "^0.38.2",
39
+ "@lexical/markdown": "^0.38.2",
40
+ "@lexical/react": "^0.38.2",
41
+ "@tanstack/react-query": "^5.52.2",
42
+ "lexical": "^0.38.2",
43
+ "react-selecto": "^1.26.3",
44
+ "y-websocket": "^1.5.3",
45
+ "yjs": "^13.6.20"
46
+ },
47
+ "devDependencies": {
48
+ "@eslint/js": "^9.9.0",
49
+ "@hugeicons/core-free-icons": "^2.0.0",
50
+ "@hugeicons/react": "^1.1.1",
51
+ "@layers-app/shared": "^0.2.5",
52
+ "@mantine/core": "8.3.5",
53
+ "@mantine/dropzone": "8.3.5",
54
+ "@mantine/form": "8.3.5",
55
+ "@mantine/hooks": "8.3.5",
56
+ "@mantine/modals": "8.3.5",
57
+ "@mantine/notifications": "8.3.5",
58
+ "@playwright/test": "^1.40.0",
59
+ "@rollup/plugin-typescript": "^11.1.6",
60
+ "@tabler/icons-react": "^3.7.0",
61
+ "@trivago/prettier-plugin-sort-imports": "^5.2.1",
62
+ "@types/eslint__js": "^8.42.3",
63
+ "@types/lodash": "^4.14.202",
64
+ "@types/lodash-es": "^4.17.12",
65
+ "@types/node": "^20.14.11",
66
+ "@types/prettier": "2.7.3",
67
+ "@types/react": "^18.3.22",
68
+ "@types/react-dom": "^18.3.7",
69
+ "@types/swagger-ui-react": "^5.18.0",
70
+ "@typescript-eslint/eslint-plugin": "^8.27.0",
71
+ "@typescript-eslint/parser": "^8.27.0",
72
+ "@vitejs/plugin-basic-ssl": "^1.1.0",
73
+ "@vitejs/plugin-react": "^4.2.1",
74
+ "concurrently": "^8.2.2",
75
+ "cross-env": "^7.0.3",
76
+ "eslint": "^9.22.0",
77
+ "eslint-config-prettier": "^10.1.1",
78
+ "eslint-plugin-prettier": "^5.2.3",
79
+ "eslint-plugin-react": "^7.37.4",
80
+ "eslint-plugin-react-refresh": "^0.4.19",
81
+ "eslint-plugin-unused-imports": "^4.1.4",
82
+ "glob": "^10.3.10",
83
+ "i18next": "^25.5.2",
84
+ "lodash-es": "^4.17.21",
85
+ "postcss-import": "^16.1.0",
86
+ "postcss-preset-mantine": "^1.17.0",
87
+ "prettier": "^3.4.2",
88
+ "prettier-plugin-organize-attributes": "^1.0.0",
89
+ "proper-lockfile": "^4.1.2",
90
+ "react-i18next": "^15.7.3",
91
+ "rollup-plugin-typescript-paths": "^1.5.0",
92
+ "rollup-plugin-visualizer": "^5.12.0",
93
+ "sass": "^1.71.1",
94
+ "terser": "^5.39.0",
95
+ "typescript": "^5.5.4",
96
+ "typescript-eslint": "^8.2.0",
97
+ "vite": "^6.2.2",
98
+ "vite-plugin-commonjs": "^0.10.1",
99
+ "vite-plugin-css-injected-by-js": "^3.5.0",
100
+ "vite-plugin-dts": "^4.0.0-beta.1",
101
+ "vite-plugin-static-copy": "^2.3.2",
102
+ "vite-plugin-svgr": "^4.2.0"
103
+ },
104
+ "overrides": {
105
+ "nanoid": "^5.0.9",
106
+ "prismjs": "^1.30.0",
107
+ "dompurify": "^3.2.4",
108
+ "mermaid": "^10.9.4",
109
+ "i18next": "^25.5.2",
110
+ "@mantine/core": "8.3.5",
111
+ "@mantine/hooks": "8.3.5",
112
+ "@mantine/form": "8.3.5",
113
+ "@mantine/dropzone": "8.3.5",
114
+ "@mantine/modals": "8.3.5",
115
+ "@mantine/notifications": "8.3.5",
116
+ "@excalidraw/mermaid-to-excalidraw": {
117
+ "nanoid": "^5.0.9"
118
+ },
119
+ "@excalidraw/excalidraw": {
120
+ "nanoid": "^5.0.9"
121
+ },
122
+ "postcss": {
123
+ "nanoid": "^5.0.9"
124
+ },
125
+ "ajv": "^8.18.0",
126
+ "minimatch": "^10.2.1"
127
+ },
128
+ "peerDependencies": {
129
+ "@dnd-kit/modifiers": ">=6",
130
+ "@emotion/react": ">=11",
131
+ "@emotion/styled": ">=11",
132
+ "@hugeicons/core-free-icons": ">=1",
133
+ "@hugeicons/react": ">=1",
134
+ "@mantine/carousel": ">=8.0.0",
135
+ "@mantine/colors-generator": ">=8.0.0",
136
+ "@mantine/core": ">=8.0.0",
137
+ "@mantine/dropzone": ">=8.0.0",
138
+ "@mantine/form": ">=8.0.0",
139
+ "@mantine/hooks": ">=8.0.0",
140
+ "@mantine/modals": ">=8.0.0",
141
+ "@mantine/notifications": ">=8.0.0",
142
+ "@mantine/tiptap": ">=8.0.0",
143
+ "@tabler/icons-react": ">=3.7.0",
144
+ "@tanstack/react-query": "^5.52.2",
145
+ "@tanstack/react-virtual": ">=3",
146
+ "date-fns-tz": ">=3",
147
+ "i18next": "^25.5.2",
148
+ "js-confetti": ">=0.12",
149
+ "lodash-es": ">=4.17.21",
150
+ "react": "^18.3.1",
151
+ "react-dom": "^18.3.1",
152
+ "react-i18next": "^15.7.3",
153
+ "swagger-ui-react": "^5.27.1"
154
+ },
155
+ "peerDependenciesMeta": {
156
+ "swagger-ui-react": {
157
+ "optional": true
158
+ }
159
+ }
160
+ }