-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.09 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.09 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
{
"name": "ckeditor-test",
"description": "Instamed ckeditor-test",
"version": "1.0.7",
"scripts": {
"dev": "vite",
"start": "DEBUG=vite:* npm run dev",
"build": "vite build"
},
"dependencies": {
"@babel/preset-react": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@ckeditor/ckeditor5-react": "^9.5.0",
"@hookform/resolvers": "2.9.11",
"@rickx/ckeditor5-line-height": "^44.0.0",
"@sayari/eslint-plugin": "^0.0.1-rc.4",
"@vitejs/plugin-react": "^4.3.4",
"ckeditor5": "^44.3.0",
"ckeditor5-premium-features": "^44.3.0",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"recoil": "0.7.7",
"sass": "^1.79.0",
"styled-components": "^5.3.11"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/plugin-syntax-jsx": "7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/traverse": "7.25.6",
"@babel/types": "7.25.6",
"@types/react": "17.0.34",
"@types/react-dom": "17.0.20",
"@types/react-router-dom": "5.3.3",
"@types/react-test-renderer": "17.0.1",
"@types/styled-components": "5.1.15",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.6",
"autoprefixer": "10.4.0",
"cypress-wait-until": "3.0.1",
"eslint": "7.32.0",
"eslint-plugin-chai-expect": "3.0.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-jest": "25.2.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-tailwindcss": "1.17.0",
"lodash": "^4.17.21",
"patch-package": "^8.0.0",
"recompose": "0.30.0",
"ts-jest": "27.0.7",
"typescript": "4.5.5",
"vite": "^6.2.4",
"vite-plugin-mkcert": "^1.17.8"
},
"optionalDependencies": {
"fsevents": "^2.3.2"
},
"resolutions": {
"@types/react": "17.0.34",
"@types/react-router": "5.1.20",
"@types/react-dom": "17.0.20",
"@mui/x-date-pickers": "6.10.1"
}
}