-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·68 lines (68 loc) · 1.86 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": "stackonet-repair-services",
"version": "1.1.21",
"description": "A WordPress plugin for repair home services.",
"author": {
"name": "Sayful Islam",
"email": "[email protected]",
"url": "https://sayfulislam.com"
},
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/sayful1/stackonet-repair-services.git"
},
"bugs": {
"url": "https://github.com/sayful1/stackonet-repair-services/issues"
},
"homepage": "https://github.com/sayful1/stackonet-repair-services#readme",
"scripts": {
"dev": "webpack --mode=development --progress --colors --watch --hide-modules",
"dev-build": "webpack --mode=development",
"build": "webpack --mode=production"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"autoprefixer": "^9.7.4",
"babel-loader": "^8.0.6",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"css-loader": "^3.4.2",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"terser-webpack-plugin": "^2.3.4",
"uglifyjs-webpack-plugin": "^2.2.0",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@tinymce/tinymce-vue": "^3.1.0",
"axios": "^0.19.2",
"chart.js": "^2.9.3",
"shapla-color-system": "^1.0.2",
"shapla-vue-components": "^1.3.0",
"tiny-slider": "^2.9.2",
"vue": "^2.6.11",
"vue-chartjs": "^3.5.0",
"vue-flatpickr-component": "^8.1.5",
"vue-fullcalendar": "^1.0.9",
"vue-googlemaps": "^0.1.2",
"vue-router": "^3.1.5",
"vue-select": "^3.4.0",
"vue2-dropzone": "3.6.0",
"vuedraggable": "^2.23.2",
"vuex": "^3.1.2"
}
}