-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.12 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
{
"name": "crm_admin",
"version": "0.0.1",
"description": "A free and beautiful Quasar template for CRM.",
"productName": "CRM Admin",
"cordovaId": "org.cordova.quasar.app",
"capacitorId": "",
"author": "smartbox software solutions",
"private": true,
"scripts": {
"dev": "quasar dev",
"build": "quasar build",
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@azure/msal-browser": "^2.9.0",
"@microsoft/applicationinsights-web": "^2.5.10",
"@quasar/extras": "^1.9.13",
"apexcharts": "^3.23.1",
"axios": "^0.21.1",
"axios-retry": "^3.1.8",
"broadcast-channel": "^3.3.0",
"echarts": "^5.0.0",
"node-sass": "^5.0.0",
"quasar": "^1.15.0",
"serialize-javascript": "^5.0.1",
"vue-apexcharts": "^1.5.2",
"vue-class-component": "^7.2.5",
"vue-echarts-v3": "^2.0.1",
"vue-i18n": "^8.22.3",
"vue-property-decorator": "^9.1.2",
"vuedraggable": "^2.23.2",
"vuex-module-decorators": "^1.0.1",
"vuex-persist": "^3.1.3",
"yargs-parser": "^20.2.4"
},
"devDependencies": {
"@quasar/app": "^2.1.14",
"@quasar/quasar-app-extension-dotenv": "^1.0.5",
"@quasar/quasar-app-extension-typescript": "^1.0.2",
"@types/node": "^14.14.20",
"@typescript-eslint/eslint-plugin": "~4.13.0",
"@typescript-eslint/parser": "~4.13.0",
"@vue/eslint-config-airbnb": "^5.3.0",
"babel-eslint": "^10.1.0",
"copy-webpack-plugin": "~6.2.1",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^7.4.1",
"preload-webpack-plugin": "3.0.0-beta.3",
"typescript": "^4.1.3"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"browserslist": [
"ie >= 11",
"last 10 Chrome versions",
"last 10 Firefox versions",
"last 4 Edge versions",
"last 7 Safari versions",
"last 8 Android versions",
"last 8 ChromeAndroid versions",
"last 8 FirefoxAndroid versions",
"last 10 iOS versions",
"last 5 Opera versions"
]
}