-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
52 lines (52 loc) · 1.39 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
{
"name": "website",
"version": "4.0.1",
"description": "JSE Corporate Site",
"author": "JRSim_UIX",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build --modern --name JSEWeb",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.18.0",
"cache-loader": "^1.2.5",
"localforage": "^1.7.3",
"moment": "^2.22.2",
"numeral": "^2.0.6",
"papaparse": "^4.6.3",
"particles.js": "^2.0.0",
"prerender-spa-plugin": "^3.4.0",
"qrious": "^4.0.2",
"register-service-worker": "^1.0.0",
"stf-vue-select": "^0.1.11",
"swiper": "^4.4.2",
"vue": "^2.6.10",
"vue-awesome-swiper": "^3.1.3",
"vue-clipboard2": "^0.2.1",
"vue-meta": "^1.5.5",
"vue-multianalytics": "^1.9.7",
"vue-qriously": "^1.1.1",
"vue-recaptcha": "^1.1.1",
"vue-router": "^3.0.1",
"vue-swal": "^0.1.0",
"vue-transmit": "^8.1.4",
"vuebar": "0.0.17",
"vuex": "^3.0.1",
"vuex-i18n": "^1.10.5"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.1.1",
"@vue/cli-plugin-eslint": "^3.1.5",
"@vue/cli-plugin-pwa": "^3.1.2",
"@vue/cli-service": "^3.1.4",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"vue-template-compiler": "^2.5.17"
},
"keywords": [],
"license": "ISC"
}