This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.27 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
{
"name": "fifamaniaci-client",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"tsc": "tsc --sourcemap --lib es2019,dom"
},
"dependencies": {},
"devDependencies": {
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@fortawesome/fontawesome-free": "^5.13.1",
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/free-regular-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@types/facebook-pixel": "0.0.20",
"@types/gulp": "^4.0.6",
"@types/sharp": "^0.25.0",
"@types/webpack": "^4.41.17",
"@types/webpack-dev-server": "^3.11.0",
"@types/zenscroll": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-plugin-pwa": "^4.4.6",
"@vue/cli-plugin-typescript": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"@vue/eslint-config-airbnb": "^5.1.0",
"@vue/eslint-config-typescript": "^5.0.2",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001088",
"core-js": "^3.6.5",
"dayjs": "^1.8.28",
"eslint": "^7.3.1",
"eslint-plugin-vue": "^6.2.2",
"fast-deep-equal": "^3.1.3",
"lint-staged": "^10.2.11",
"numeric-range": "^1.0.4",
"register-service-worker": "^1.7.1",
"sharp": "^0.25.4",
"style-resources-loader": "^1.3.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^3.0.6",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vue-cli-plugin-webpack-bundle-analyzer": "^2.0.0",
"vue-property-decorator": "^9.0.0",
"vue-router": "^3.3.4",
"vue-template-compiler": "^2.6.11",
"vuejs-datepicker": "^1.6.2",
"vuex": "^3.4.0",
"webpack-bundle-analyzer": "^3.8.0",
"zenscroll": "^4.0.2"
}
}