-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 2.22 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
{
"name": "roger-skyline",
"version": "0.1.11",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"stage": "echo 'This script assumes a dead-simple staging setup on Roger-Skyline.'&&echo ''&&echo '👋 Specifically, this script assumes you are on the same branch as guest server (Roger-skyline)'&&echo ''&&echo ''&&echo 'Preparing for deployment...'&&echo ''&&echo 'Just checking the status of your repo.'&&git status&&echo ''&&echo 'I hope you are on the master branch and have everything committed/pulled/pushed and are completely up to date and stuff.'&&echo '********************************************' &&echo '** IF NOT THEN PLEASE PRESS <CTRL+C> NOW! **'&&echo '********************************************'&&echo 'Press CTRL+C to cancel.'&&echo '(you have five seconds)'&&echo ''&&echo '...5'&&sleep 1&&echo '...4'&&sleep 1&&echo '...3'&&sleep 1&&echo '...2'&&sleep 1&&echo '...1'&&sleep 1 &&echo ''&&echo 'Alright, here we go ⛵. Let this app sails !'&&echo 'Trying to switch to master branch...'&&git checkout master&&echo ''&&echo 'Deploying as version:'&&npm version patch&&echo ''&&git push roger&&git push --tags&&echo ''&&echo '--'&&echo 'OK, done. It should be live momentarily on your staging environment.'&&echo ''&&echo 'Staging environment:'&&echo ' 🌐–• https://10.13.0.25'&&echo ' (hold ⌘ and click to open links in the terminal)'&&echo ''"
},
"dependencies": {
"compression": "^1.7.4",
"core-js": "^2.6.5",
"express": "^4.17.1",
"path": "^0.12.7",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuetify": "^1.5.5",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-plugin-eslint": "^3.8.0",
"@vue/cli-service": "^3.8.0",
"@vue/eslint-config-prettier": "^4.0.1",
"axios": "^0.18.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.9.0",
"sass-loader": "^7.1.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-axios": "0.0.4",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.0.5"
}
}