-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 2.6 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
{
"homepage": "https://eosc-synergy.github.io/sqaaas-web/#/",
"version": "2.0.0",
"private": true,
"description": "Vue Web Page to SQAaaS Service",
"author": "dianamariand92 <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"e2e": "node test/e2e/runner.js",
"lint": "vue-cli-service lint",
"dev": "vue-cli-service serve --open",
"lint-fix": "vue-cli-service lint --fix",
"sectigo": "mkdir -p dist/.well-known/pki-validation && echo 'db84835821b77a534a02f7cb666a6ae51f72ece1ec9f1cb122e6581dba3f5fdc\nsectigo.com' > D2925A17EA716FB94CD8104042D5E96D.txt",
"deploy": "npm install && npm run build && echo 'sqaaas.eosc-synergy.eu' > dist/CNAME && npm run -s sectigo && gh-pages -d dist/",
"stage": "sed -i '/api/c\\ \\ \\ \\ \"api\" : \"https://api-staging.sqaaas.eosc-synergy.eu/v1\",' src/env.js && sed -i '/provider_url/c\\ \\ \\ \\ \"provider_url\" : \"https://aai-dev.egi.eu/auth/realms/egi/protocol\",' src/env.js && sed -i '/url_authorize/c\\ \\ \\ \\ \"url_authorize\" : \"https://aai-dev.egi.eu/auth/realms/egi/protocol/openid-connect/auth\",' src/env.js && sed -i '/url_user_info/c\\ \\ \\ \\ \"url_user_info\" : \"https://aai-dev.egi.eu/auth/realms/egi/protocol/openid-connect/userinfo\",' src/env.js && sed -i '/token_endpoint/c\\ \\ \\ \\ \"token_endpoint\" : \"https://aai-dev.egi.eu/auth/realms/egi/protocol/openid-connect/token\",' src/env.js && npm install && npm run dev",
"prod": "sed -i '/api/c\\ \\ \\ \\ \"api\" : \"https://api.sqaaas.eosc-synergy.eu/v1\",' src/env.js && npm install && npm run dev"
},
"dependencies": {
"axios": "^0.21.0",
"bootstrap": "^4.3.1",
"chartist": "^0.11.0",
"core-js": "^2.6.11",
"file-saver": "^2.0.2",
"font-awesome": "^4.7.0",
"github-api": "^3.3.0",
"google-maps": "^3.2.1",
"html2canvas": "^1.4.1",
"json-to-pretty-yaml": "^1.2.2",
"json2yaml": "^1.1.0",
"jspdf": "^2.5.1",
"jszip": "^3.5.0",
"jwt-decode": "^2.2.0",
"mustache": "^4.0.1",
"register-service-worker": "^1.5.2",
"v-tooltip": "^2.0.0-rc.33",
"vue": "^2.6.6",
"vue-analytics": "^5.22.1",
"vue-router": "^3.0.2",
"vue-sweetalert2": "^5.0.5",
"vue2-google-maps": "^0.8.4",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.4.0",
"@vue/cli-plugin-eslint": "^3.4.0",
"@vue/cli-service": "^3.4.0",
"gh-pages": "^3.2.3",
"sass": "^1.49.8",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.6"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 11"
]
}