-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.2 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
{
"name": "drag-drop-annotate",
"version": "1.2.0",
"description": "jQuery plugin to annotate images easily with drag and drop.",
"license": "LGPL-3.0-or-later",
"author": {
"name": "Antonino Bonanno",
"url": "https://github.com/AntoninoBonanno"
},
"main": "/src/dragDropAnnotate.js",
"scripts": {
"prepare": "is-ci || husky",
"start": "npx webpack serve --mode development --open",
"build": "webpack --mode production"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
"mini-css-extract-plugin": "^2.8.1",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"semantic-release": "^23.0.2",
"semantic-release-replace-plugin": "^1.2.7",
"terser": "^5.28.1",
"terser-webpack-plugin": "^5.3.10",
"uglify-js": "^3.17.4",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2"
}
}