-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.18 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
{
"name": "marketplace-front",
"version": "0.0.1-SNAPSHOT",
"description": "Frontend (static web files) for the new Marketplace v2. Built with VueJS, Typescript, Gridsome, Bulma.",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"test": "jest",
"lint": "eslint . --ext .ts",
"lint-fix": "npm run lint -- --fix",
"test-build": "serve dist --cors"
},
"dependencies": {
"@vue/composition-api": "^1.0.0-rc.13",
"@vueuse/core": "^5.1.3",
"@vueuse/head": "^0.6.0",
"axios": "^0.21.1",
"basic-authorization-header": "^0.2.7",
"buefy": "^0.9.6",
"bulma-o-steps": "^1.1.0",
"eslint-plugin-prettier": "^3.4.0",
"gridsome": "0.7.23",
"gridsome-plugin-typescript": "^0.4.0",
"http-proxy-middleware": "^1.0.6",
"http-proxy-middleware-secure-cookies": "^0.1.8",
"https": "^1.0.0",
"install": "^0.13.0",
"inversify-props": "^2.2.6",
"lint": "^0.7.0",
"object-to-formdata": "^4.1.0",
"prettier": "^2.3.1",
"reflect-metadata": "^0.1.13",
"sass": "^1.32.11",
"sass-loader": "^10.0.5",
"serve": "^12.0.0",
"ts-loader": "^8.0.9",
"tslib": "^2.3.0",
"typescript": "^4.2.4",
"vue": "^2.6.12",
"vue-jest": "^3.0.7",
"vue-moment": "^4.1.0",
"vue-property-decorator": "^9.1.2",
"vue-recaptcha": "^1.3.0",
"vue-recaptcha-v3": "^2.0.1",
"vue-router": "^3.5.1",
"vue2-perfect-scrollbar": "^1.5.0",
"vuelidate": "^0.7.6",
"vuelidate-property-decorators": "^1.0.28",
"vuex": "^3.6.2",
"vuex-class": "^0.3.2",
"vuex-module-decorators": "^1.0.1"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@types/jest": "^26.0.23",
"@types/vuelidate": "^0.7.14",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@vue/cli": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/test-utils": "^1.1.4",
"axios-mock-adapter": "^1.19.0",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"eslint": "^7.28.0",
"husky": "^6.0.0",
"npm-audit-html": "^1.5.0",
"sonar-scanner": "^3.1.0"
}
}