forked from beepnl/BEEP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 3.07 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "beep",
"homepage": "https://github.com/beepnl/beep",
"authors": [
"Pim van Gennip <pim@beep.nl>"
],
"main": "index.html",
"description": "BEEP digital hive monitor",
"keywords": [
"Beep",
"Beekeeping",
"apiary",
"hive",
"app",
"measurement system"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"vendor"
],
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.0.0",
"cross-env": "^5.1",
"laravel-mix": "^4.0.16",
"lodash": "^4.17.15",
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.21.0",
"sass-loader": "^7.1.0",
"vue": "^2.0.1",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"admin-lte": "~2.3",
"angular": "^1.7.9",
"angular-addtocalendar": "^1.3.5",
"angular-animate": "^1.6.0",
"angular-chart.js": "^1.1.1",
"angular-color-picker": "^1.0.11",
"angular-gestures": "^0.3.3",
"angular-moment": "^1.0.1",
"angular-password": "^1.0.3",
"angular-route": "^1.6.0",
"angular-sanitize": "^1.6.0",
"angular-stepper": "github:revolunet/angular-stepper",
"angular-touch": "^1.6.0",
"angular-ui-switch": "^0.1.1",
"angularjs-gauge": "^2.2.0",
"angularjs-slider": "^6.5.0",
"animate.css": "^3.7.2",
"chart.js": "^2.9.3",
"components-font-awesome": "github:components/font-awesome",
"datatables.net-bs4": "^1.10.19",
"datatables.net-plugins": "github:DataTables/Plugins",
"datetimepicker": "^0.1.38",
"fastclick": "^1.0.6",
"font-awesome": "^4.7.0",
"hammerjs": "^2.0.8",
"iscroll": "^5.2.0",
"jquery": "^3.2.1",
"jquery-ui-bundle": "^1.12.1-migrate",
"jstree": "^3.3.5",
"ng-dialog": "^0.6.4",
"ng-file-upload": "^12.2.13",
"ng-iscroll": "github:ibspoof/ng-iScroll",
"ng-js-tree": "^0.0.10",
"ngmap": "^1.18.4",
"normalize-css": "^2.3.1",
"remote": "^0.2.6",
"requirejs": "^2.3.6",
"smooth-scroll": "github:cferdinandi/smooth-scroll"
}
}