-
-
Notifications
You must be signed in to change notification settings - Fork 86
/
package.json
68 lines (68 loc) · 1.98 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "contentbox-cms",
"version": "1.0.0",
"description": "ContentBox CMS assets",
"private": "true",
"devDependencies": {
"coldbox-elixir": "^4.0.1",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"expose-loader": "^4.0.0",
"fs-extra": "^10.1.0",
"mocha": "~10.0.0",
"postcss": "^8.4.31",
"postcss-import": "^13.0.0",
"postcss-loader": "^7.0.0",
"prettier-eslint": "^15.0.1",
"sass": "^1.49.7",
"sass-loader": "^12.6.0",
"webpack": "^5.94.0",
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@alpinejs/focus": "^3.13.6",
"@alpinejs/ui": "^3.10.4-beta.5",
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.11.8",
"alpinejs": "^3.13.6",
"animate.css": "^3.5.2",
"bootbox": "^5.5.3",
"bootstrap-datepicker": "^1.10.0",
"bootstrap-sass": "^3.4.3",
"bootstrap-slider": "^9.10.0",
"bootstrap-toggle": "^2.2.2",
"ckeditor": "^4.12.1",
"clockpicker": "^0.0.7",
"datatables-bootstrap": "^0.0.1",
"eve": "^0.5.4",
"global": "^4.4.0",
"historyjs": "^1.8.0-b2",
"jcrop": "^3.0.1",
"jquery": "^3.7.1",
"jquery-contextmenu": "^2.9.2",
"jquery-jcrop": "^0.9.15",
"jquery-nestable": "^0.8.0",
"jquery-validation": "^1.20.0",
"jquery.cookie": "^1.4.1",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"lz-string": "^1.5.0",
"morris.js": "^0.5.0",
"Navgoco": "github:tefra/navgoco",
"raphael": "^2.3.0",
"simplemde": "^1.11.2",
"switchery-npm": "^0.8.2",
"tablednd": "^1.0.3",
"tinykeys": "^1.4.0",
"tippy.js": "^6.3.7",
"toastr": "^2.1.4"
},
"scripts": {
"dev": "webpack --node-env development",
"watch": "npm run dev -- --watch",
"prod": "webpack --node-env production",
"build-install": "npm install && cd modules/contentbox/themes/default && npm install",
"build-dev": "webpack --node-env development && cd modules/contentbox/themes/default && webpack --node-env development",
"build-prod": "webpack --node-env production && cd modules/contentbox/themes/default && webpack --node-env production"
}
}