-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.82 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
{
"name": "marvelmatch",
"version": "0.1.0",
"private": true,
"description": "Marvel Match",
"author": "Angel Abad <angelabad@gmail.com>",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "eslint --ext .js,.vue src",
"deploy": "yarn run deploy:staging",
"deploy:production": "yarn build && firebase -P production deploy",
"deploy:staging": "yarn build --mode staging && firebase -P staging deploy",
"empty": "rm -rf dist/* && firebase -P staging deploy"
},
"dependencies": {
"core-js": "^3.20.1",
"register-service-worker": "^1.7.2",
"vue": "^2.6.14"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@fullhuman/postcss-purgecss": "^2.3.0",
"@vue/cli-plugin-babel": "^4.5.15",
"@vue/cli-plugin-eslint": "^4.5.15",
"@vue/cli-plugin-pwa": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"axios": "^0.24.0",
"axios-retry": "^3.2.4",
"babel-eslint": "^10.1.0",
"buefy": "^0.9.14",
"debounce": "^1.2.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.18.0",
"v-lazy-image": "^1.4.0",
"vue-gtag": "^1.16.1",
"vue-meta": "^2.4.0",
"vue-mq": "^1.0.1",
"vue-router": "^3.5.3",
"vue-scrollto": "^2.20.0",
"vue-social-sharing": "^2.4.7",
"vue-template-compiler": "^2.6.14"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}