-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·74 lines (73 loc) · 2.54 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·74 lines (73 loc) · 2.54 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"private": true,
"scripts": {
"dev": "npm run development",
"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",
"development": "cross-env NODE_ENV=development webpack --progress --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production webpack --no-progress --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"axios": "^0.21.1",
"bootstrap": "^4.1.0",
"cross-env": "^5.1",
"eslint": "^7.15.0",
"husky": "^4.3.6",
"jquery": "^3.2",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.20",
"popper.js": "^1.12",
"resolve-url-loader": "^3.1.2",
"sass": "^1.30.0",
"sass-loader": "^7.1.0",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.12"
},
"dependencies": {
"chart.js": "^2.9.4",
"chartjs-chart-box-and-violin-plot": "^2.3.0",
"chartjs-plugin-annotation": "^0.5.7",
"mathjs": "^8.1.1",
"metismenu": "^3.0.6",
"moment": "^2.29.1",
"normal-distribution": "0.0.9",
"perfect-scrollbar": "^1.5.0",
"sweetalert2": "^10.12.5",
"uuid": "^8.3.2",
"vue-axios": "^3.2.0",
"vue-chartkick": "^0.6.1",
"vue-js-modal": "^2.0.0-rc.6",
"vue-router": "^3.4.9",
"vue-slider-component": "^3.2.11",
"vue-sweetalert2": "^4.1.1",
"vue2-dropzone": "^3.6.0",
"vuetify": "^2.4.2"
},
"name": "mine-care",
"description": "Hi :). I'm Bintang, thank you for giving me this opportunity to complete this assignment.",
"version": "1.0.0",
"main": "webpack.mix.js",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Digital-Envision/mine-care.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Digital-Envision/mine-care/issues"
},
"homepage": "https://github.com/Digital-Envision/mine-care#readme",
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}