forked from Yashwanthmne/InnKeep
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
78 lines (78 loc) · 2.25 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
{
"name": "innkeep",
"version": "1.0.0",
"description": "A comprehensive PMS solution",
"author": "Yash&Babu",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"build-dev": "vue-cli-service build --watch",
"dev": "nodemon server.js",
"start": "node server.js",
"watch": "vue-cli-service serve --watch"
},
"main": "index.js",
"dependencies": {
"@mdi/font": "^5.9.55",
"@mdi/js": "^5.9.55",
"@popperjs/core": "^2.6.0",
"axios": "^0.21.1",
"bootstrap": "^5.0.0-beta1",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"dns": "^0.2.2",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-history-api-fallback": "^2.2.1",
"firebase": "^8.2.6",
"fs": "0.0.1-security",
"material-design-icons-iconfont": "^6.1.0",
"nodemailer": "^6.5.0",
"portal-vue": "^2.1.7",
"qrcode": "^1.4.4",
"register-service-worker": "^1.7.1",
"serve-static": "^1.14.1",
"vue": "^2.6.12",
"vue-qrcode": "^0.3.5",
"vue-router": "^3.2.0",
"vue-toast-notification": "^0.6.1",
"vuetify": "^2.4.0",
"vuex": "^3.4.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-unit-jest": "^4.5.12",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.0.3",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"firebase-mock": "^2.3.2",
"node-sass": "^4.12.0",
"nodemon": "^2.0.7",
"prettier": "^1.19.1",
"sass": "^1.32.6",
"sass-loader": "^10.0.0",
"vue-cli-plugin-vuetify": "~2.2.0",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.7.0"
},
"bugs": {
"url": "https://github.com/Yashwanthmne/InnKeep/issues"
},
"homepage": "https://github.com/Yashwanthmne/InnKeep#readme",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Yashwanthmne/InnKeep.git"
}
}