-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 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
{
"name": "scorecamp_client",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"extend": [
"@vue/typescript/recommended"
],
"dependencies": {
"@desislavsd/vue-teleport": "^0.1.2",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@trevoreyre/autocomplete-vue": "^2.2.0",
"@types/dropzone": "^5.7.3",
"@types/lodash.startcase": "^4.4.6",
"@types/validator": "^13.1.3",
"@vue/composition-api": "^1.0.0-beta.22",
"bulma": "^0.9.1",
"bulma-o-steps": "^1.1.0",
"crypto-random-string": "^3.3.0",
"dotenv": "^8.2.0",
"dropzone": "^5.8.0",
"howler": "^2.2.1",
"lodash.debounce": "^4.0.8",
"lodash.startcase": "^4.4.0",
"lodash.throttle": "^4.1.1",
"luxon": "^1.25.0",
"node-forge": "^0.10.0",
"qs": "^6.9.4",
"sharetribe-flex-sdk": "^1.13.0",
"trix": "^1.3.1",
"v-click-outside": "^3.1.2",
"validator": "^13.5.2",
"vue": "^2.6.12",
"vue-cookies": "^1.7.4",
"vue-loading-overlay": "^3.4.2",
"vue-moment": "^4.1.0",
"vue-pdf": "^4.2.0",
"vue-router": "^3.4.9",
"vue-slider-component": "^3.2.11"
},
"devDependencies": {
"@types/howler": "^2.2.2",
"@types/lodash.debounce": "^4.0.6",
"@types/lodash.throttle": "^4.1.6",
"@types/luxon": "^1.25.0",
"@types/node-forge": "^0.9.5",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"@vue/cli-plugin-babel": "^4.5.9",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-plugin-router": "^4.5.9",
"@vue/cli-plugin-typescript": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-vue": "^7.0.0",
"node-sass": "^4.12.0",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"typescript": "^4.1.3",
"vue-template-compiler": "^2.6.12"
}
}