-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.42 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
{
"private": true,
"scripts": {
"build": "webpack",
"develop": "webpack --watch",
"start": "npm install && npm run develop"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etchuk/Etch.OrchardCore.Blocks.git"
},
"author": "Etch Ltd.",
"license": "MIT",
"bugs": {
"url": "https://github.com/etchuk/Etch.OrchardCore.Blocks/issues"
},
"homepage": "https://github.com/etchuk/Etch.OrchardCore.Blocks#readme",
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@editorjs/delimiter": "^1.4.0",
"@editorjs/editorjs": "^2.28.2",
"@editorjs/embed": "^2.7.0",
"@editorjs/header": "^2.8.1",
"@editorjs/list": "^1.9.0",
"@editorjs/paragraph": "^2.11.3",
"@editorjs/quote": "^2.6.0",
"@editorjs/raw": "^2.5.0",
"@editorjs/simple-image": "^1.6.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"bootstrap": "^5.3.2",
"css-loader": "^6.8.1",
"jquery": "^3.7.1",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"jquery-ui": "^1.13.2"
}
}