-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
71 lines (71 loc) · 2.99 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
69
70
71
{
"private": true,
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"build-module-usage": "cd nova-components/ModuleUsage && npm run dev",
"build-module-usage-prod": "cd nova-components/ModuleUsage && npm run prod"
},
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-free-regular": "^5.0.13",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"axios": "^0.18",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.5.3",
"bootstrap-datepicker": "github:uxsolutions/bootstrap-datepicker",
"bootstrap-sass": "^3.3.7",
"chart.js": "^2.9.4",
"chartjs-plugin-annotation": "^0.5.7",
"chartjs-plugin-datalabels": "^0.3.0",
"cross-env": "^5.1",
"datatables.net-bs": "^1.10.22",
"datatables.net-buttons-bs": "^1.6.5",
"datatables.net-responsive-bs": "^2.2.6",
"dinero.js": "^1.8.1",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"famfamfam-flags": "^1.0.0",
"font-awesome": "^4.7.0",
"gaugeJS": "^1.3.5",
"hammerjs": "^2.0.8",
"handsontable": "^0.38.1",
"hot-formula-parser": "^3.0.2",
"html2canvas": "^1.0.0-rc.7",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"jquery-ui-dist": "^1.12.1",
"jspdf": "^1.3.5",
"laravel-mix": "^5.0.9",
"lodash": "^4.17.13",
"moment": "^2.29.1",
"node-waves": "^0.7.6",
"orgchart": "^2.1.2",
"popper.js": "^1.16.1",
"promise": "^7.1.1",
"resolve-url-loader": "3.1.0",
"rtlcss": "^2.6.1",
"sass": "^1.29.0",
"sass-loader": "7.*",
"select2": "^4.0.6-rc.1",
"sweetalert2": "^8.13.6",
"urijs": "^1.17.0",
"vform": "^1.0.1",
"vue": "^2.6.12",
"vue-chartjs": "^3.5.1",
"vue-cookies": "^1.7.4",
"vue-multiselect": "^2.1.6",
"vue-resource": "^1.3.4",
"vue-slider-component": "^2.4.3",
"vue-template-compiler": "^2.6.12",
"vueisotope": "^3.1.2"
},
"devDependencies": {
"laravel-mix-purgecss": "^5.0.0"
}
}