This repository has been archived by the owner on Sep 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
100 lines (100 loc) · 3.13 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "kulturdaten-frontend",
"version": "0.0.2",
"description": "",
"scripts": {
"test": "jest",
"build": "next build",
"dev": "next dev",
"start": "next start",
"storybook": "BROWSER=none start-storybook -p 6006 -s ./public",
"build-storybook": "build-storybook -s ./public",
"lint": "eslint .",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/technologiestiftung/kulturdaten-frontend.git"
},
"keywords": [],
"author": "Technologiestiftung Berlin",
"contributors": [
{
"name": "Mathies Schneider",
"email": "hello@mathies.io"
}
],
"license": "ISC",
"bugs": {
"url": "https://github.com/technologiestiftung/kulturdaten-frontend/issues"
},
"homepage": "https://github.com/technologiestiftung/kulturdaten-frontend#readme",
"dependencies": {
"@emotion/react": "11.8.1",
"@emotion/styled": "11.8.1",
"@mui/material": "5.4.3",
"@tiptap/extension-bullet-list": "^2.0.0-beta.29",
"@tiptap/extension-character-count": "^2.0.0-beta.31",
"@tiptap/extension-highlight": "^2.0.0-beta.35",
"@tiptap/extension-history": "^2.0.0-beta.26",
"@tiptap/extension-list-item": "^2.0.0-beta.23",
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
"@tiptap/extension-text-align": "^2.0.0-beta.31",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"date-fns": "2.28.0",
"dompurify": "2.3.6",
"js-file-downloader": "1.1.24",
"markdown-to-jsx": "7.1.6",
"marked": "4.0.12",
"match-sorter": "6.3.1",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-feather": "2.0.9",
"rrule": "2.6.8",
"sharp": "0.30.1",
"showdown": "^2.1.0",
"slate": "0.72.8",
"slate-history": "0.66.0",
"slate-hyperscript": "0.67.0",
"slate-react": "0.72.9",
"swr": "1.2.2",
"turndown": "7.1.1",
"wicg-inert": "3.1.1"
},
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-proposal-private-methods": "7.16.11",
"@babel/plugin-proposal-private-property-in-object": "7.16.7",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@emotion/babel-plugin": "11.7.2",
"@storybook/addon-essentials": "6.4.19",
"@storybook/addon-knobs": "6.4.0",
"@storybook/react": "6.4.19",
"@testing-library/react": "12.1.3",
"@testing-library/react-hooks": "7.0.2",
"@types/dompurify": "2.3.3",
"@types/jest": "27.4.0",
"@types/marked": "4.0.2",
"@types/node": "17.0.19",
"@types/react": "17.0.39",
"@types/turndown": "5.0.1",
"@typescript-eslint/eslint-plugin": "5.12.1",
"@typescript-eslint/parser": "5.12.1",
"babel-loader": "8.2.3",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "8.4.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"jest": "27.5.1",
"prettier": "2.5.1",
"ts-node": "10.5.0",
"typescript": "4.5.5"
}
}