-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.42 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.42 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
48
49
50
51
52
53
54
55
56
57
{
"name": "choozedisplay-js",
"version": "1.0.0",
"description": "A jQuery plugin for dynamically displaying content based on user selections from checkboxes, radio buttons, or select dropdowns.",
"keywords": [
"jquery",
"jquery-plugin",
"jqueryui",
"jquery",
"plugin",
"javascript",
"library",
"dynamic-content",
"checkbox",
"radio-button",
"select-dropdown",
"ui",
"interactive",
"show-hide",
"content-management",
"user-interface",
"frontend",
"web-development",
"dom-manipulation",
"dynamic-display",
"toggle",
"visibility-control"
],
"main": "index.js",
"scripts": {
"test": "echo \\\"Error: no demo specified\\\" \u0026\u0026 exit 1",
"serve": "npx vite",
"build": "webpack --config webpack.config.js"
},
"author": "HichemTab \u003ckonanhichemsinshi@gmail.com\u003e",
"repository": {
"type": "git",
"url": "https://github.com/HichemTab-tech/ChoozeDisplay-js.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HichemTab-tech/ChoozeDisplay-js/issues"
},
"homepage": "https://github.com/HichemTab-tech/ChoozeDisplay-js#readme",
"dependencies": {
"jquery": "^3.7.0"
},
"devDependencies": {
"sass": "^1.77.4",
"vite": "^5.0.11",
"vite-plugin-banner": "^0.7.1",
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}