-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.41 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
{
"name": "how-far-can-i-go",
"version": "1.1.4",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode dev",
"build-dev": "vue-cli-service build --mode dev",
"build-prd": "vue-cli-service build --mode prd",
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.13.1",
"@types/google.maps": "^3.47.2",
"@types/js-cookie": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-router": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"axios": "^1.1.3",
"core-js": "^3.6.5",
"eslint": "^7.5.0",
"eslint-plugin-vue": "^7.0.0",
"js-cookie": "^3.0.1",
"loaders.css": "^0.1.2",
"mobile-detect": "^1.4.5",
"sass": "^1.54.9",
"sass-loader": "^8.0.2",
"typescript": "^4.7.3",
"vue": "^3.2.33",
"vue-axios": "^3.5.1",
"vue-i18n": "^9.2.0-beta.26",
"vue-router": "^4.0.0-0",
"vue-toastification": "^2.0.0-rc.5",
"vuex": "^4.0.0-0"
}
}