This repository has been archived by the owner on Mar 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.76 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
{
"name": "trunk",
"version": "1.0.0",
"description": "What is CodeIgniter ###################",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"laravel-mix": "^4.1.4"
},
"dependencies": {
"@claviska/jquery-minicolors": "^2.3.5",
"@fortawesome/fontawesome-free": "^5.13.1",
"animate.css": "^3.7.2",
"axios": "^0.18.1",
"bootstrap": "^4.5.0",
"bootstrap-carousel-swipe": "0.0.6",
"cross-env": "^5.2.1",
"datatables.net": "^1.10.21",
"datatables.net-bs4": "^1.10.21",
"datatables.net-colreorder-bs4": "^1.5.2",
"datatables.net-responsive-bs4": "^2.2.5",
"jarallax": "^1.12.1",
"jquery": "^3.5.1",
"jquery-chained": "^2.0.0-beta.2",
"jquery-touchswipe": "^1.6.19",
"jquery-ui": "^1.12.1",
"jquery-viewport-checker": "^1.8.8",
"jquery.cookie": "^1.4.1",
"lodash": "^4.17.19",
"moment": "^2.27.0",
"moment-range": "^4.0.2",
"pc-bootstrap4-datetimepicker": "^4.17.51",
"popper.js": "^1.16.1",
"pretty-checkbox": "^3.0.3",
"select2": "^4.0.13",
"select2-bootstrap4-theme": "^1.0.0",
"sweetalert2": "^8.19.0",
"tether": "^1.4.7"
}
}