-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
74 lines (74 loc) · 2.49 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
{
"name": "planetexpress",
"version": "1.0.0",
"description": "A Quasar Framework app",
"productName": "Planet Express Next Generation Logistis",
"cordovaId": "org.cordova.quasar.app",
"author": "lopu <[email protected]>",
"private": true,
"scripts": {
"test": "echo \"No test specified\" && exit 0",
"dev.dev": "pm2 start ecosystem.config.js --only planetexpress-frontend",
"unserve": "pm2 stop planetexpress ; pm2 status",
"log.dev": "pm2 logs planetexpress-frontend",
"log.prod": "pm2 logs prod-planetexpress",
"start.dev": "pm2 start ecosystem.config.js --only planetexpress-frontend ; pm2 log planetexpress-frontend",
"build.sh": "./build.sh",
"build.prod": "cross-env api=prod quasar build",
"serve.dev": "pm2 start ecosystem.config.js --only dev-serve-planetexpress ; pm2 log dev-serve-planetexpress",
"serve.prod": "pm2 start ecosystem.config.js --only prod-planetexpress ; pm2 log prod-planetexpress",
"commit": "git add . ; git commit -m 'ready'",
"push": "npm run commit & git push origin dev",
"pull": "git pull origin dev"
},
"dependencies": {
"axios": "0.21.1",
"babel-runtime": "^6.26.0",
"quasar": "1.0.4",
"quasar-cli": "0.17.20",
"vue": "2.5.17",
"vue-i18n": "7.3.3"
},
"devDependencies": {
"circular-json": "0.5.1",
"cross-env": "5.2.0",
"firebase": "8.2.5",
"fs": "0.0.1-security",
"has-binary2": "git+https://github.com/lopugit/has-binary2.git",
"mapbox-gl": "0.44.1",
"mapbox-gl-vue": "1.7.0",
"mapbox.js": "3.1.1",
"pug": "^2.0.0",
"pug-loader": "2.4.0",
"pug-plain-loader": "1.0.0",
"sass": "^1.50.0",
"sass-loader": "^7",
"smarts": "1.0.228",
"socket.io-client": "2.0.4",
"socket.io-parser": "git+https://github.com/lopugit/socket.io-parser",
"strip-ansi": "3.0.1",
"ua-parser-js": "0.7.24",
"vue-awesome": "2.3.5",
"vue-facebook-signin-button": "1.0.1",
"vue-google-signin-button": "1.0.2",
"vue-particles": "git+https://github.com/lopugit/vue-particles.git",
"vue-resource": "1.5.0",
"vue-select": "2.4.0",
"vue-socket.io": "2.1.1-b",
"vue-template-compiler": "2.5.17",
"vue-uuid": "1.0.0",
"vue2-medium-editor": "1.1.4",
"vuedraggable": "2.24.3",
"vuex": "3.0.1",
"vuex-persistedstate": "git+https://github.com/lopugit/vuex-persistedstate.git"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
]
}