-
-
Notifications
You must be signed in to change notification settings - Fork 414
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.29 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
{
"private": true,
"scripts": {
"build": "webpack --no-color",
"clean": "tsc --build --clean"
},
"devDependencies": {
"@types/jquery": "^3.5.17",
"@types/node": "^20.5.7",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.15",
"css-loader": "^6.8.1",
"cssnano": "^6.0.1",
"eol": "^0.9.1",
"postcss-loader": "^7.3.3",
"postcss-nested": "^6.0.1",
"postcss-nesting": "^12.0.1",
"style-loader": "^3.3.3",
"svg-inline-loader": "^0.8.2",
"terser-webpack-plugin": "^5.3.9",
"ts-loader": "^9.4.4",
"typescript": "^5.2.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@editorjs/attaches": "^1.3.0",
"@editorjs/checklist": "^1.6.0",
"@editorjs/code": "^2.9.3",
"@editorjs/delimiter": "^1.4.2",
"@editorjs/editorjs": "^2.30.8",
"@editorjs/embed": "^2.7.6",
"@editorjs/header": "^2.8.8",
"@editorjs/image": "^2.10.3",
"@editorjs/inline-code": "^1.5.1",
"@editorjs/link": "^2.6.2",
"@editorjs/marker": "^1.4.0",
"@editorjs/nested-list": "^1.4.3",
"@editorjs/quote": "^2.7.6",
"@editorjs/raw": "^2.5.1",
"@editorjs/warning": "^1.4.1",
"editorjs-alert": "^1.1.4",
"editorjs-drag-drop": "^1.1.16",
"editorjs-hyperlink": "^1.0.6",
"uuid": "^9.0.0"
}
}