-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
38 lines (38 loc) · 1.25 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
{
"name": "summernote-gallery",
"version": "2.2.4",
"description": "summernote gallery module, provides a bootstrap modal image gallery to select images from a server.",
"main": "dist/summernote-gallery.min.js",
"keywords": [
"summernote gallery",
"summernote module",
"summernote plugin"
],
"homepage": "https://eissasoubhi.github.io/summernote-gallery",
"bugs": "https://github.com/eissasoubhi/summernote-gallery/issues",
"repository": "https://github.com/eissasoubhi/summernote-gallery",
"devDependencies": {
"@types/jquery": "^3.5.14",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.2",
"http-serve": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.0.0",
"ts-loader": "^9.2.8",
"typescript": "^4.6.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"scripts": {
"start": "node node_modules/http-serve/bin/http-serve -a 127.0.0.1 -p 9091",
"build": "webpack --mode=production",
"dev": "webpack --mode development --watch",
"dev-nc": "webpack --mode development --watch --no-cache"
},
"author": "Eissa Soubhi <eissa.soubhi@gmail.com> (http://eissa-soubhi.com/)",
"license": "MIT",
"dependencies": {
"@types/summernote": "^0.8.7",
"snb-components": "^1.0.0"
}
}