-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
84 lines (84 loc) · 2.24 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
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "basisdokument-implementierung",
"homepage": ".",
"version": "0.1.0",
"private": true,
"dependencies": {
"@funktechno/texthighlighter": "^2.1.2",
"@radix-ui/react-alert-dialog": "^1.0.0",
"@radix-ui/react-dropdown-menu": "^1.0.0",
"@radix-ui/react-select": "^1.0.0",
"@radix-ui/react-tooltip": "^1.0.0",
"@types/draftjs-to-html": "^0.8.1",
"@types/file-saver": "^2.0.5",
"@types/js-cookie": "^3.0.2",
"@types/node": "^16.11.47",
"@types/react": "^18.0.17",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-beforeunload": "^2.1.1",
"@types/react-dom": "^18.0.6",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/swiper": "^6.0.0",
"classnames": "^2.3.1",
"cx": "^22.8.1",
"date-fns": "^2.29.2",
"draft-js": "^0.11.7",
"draft-js-import-html": "^1.4.1",
"draftjs-to-html": "^0.9.1",
"file-saver": "^2.0.5",
"gh-pages": "^4.0.0",
"highlight-react": "^0.1.13",
"html-to-draftjs": "^1.5.0",
"js-cookie": "^3.0.1",
"jspdf": "^2.5.1",
"phosphor-react": "^1.4.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-beforeunload": "^2.5.3",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-edit-text": "^5.0.2",
"react-icons": "^4.4.0",
"react-scripts": "5.0.1",
"react-toastify": "^9.0.8",
"swiper": "^8.3.2",
"typescript": "^4.7.4",
"uuid": "^8.3.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/html-to-draftjs": "^1.4.0",
"@types/react-edit-text": "^5.0.1",
"@types/uuid": "^8.3.4",
"autoprefixer": "^10.4.8",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"tailwindcss-hyphens": "^0.1.0"
}
}