-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 919 Bytes
/
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
{
"name": "weather-or-not",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"@bybas/weather-icons": "^2.0.0",
"@heroicons/vue": "^1.0.5",
"@tailwindcss/forms": "^0.3.4",
"axios": "^0.24.0",
"date-fns": "^2.25.0",
"mapbox-gl": "^2.5.1",
"vue": "^3.2.16",
"vue-i18n": "^9.2.0-beta.16",
"vuex": "^4.0.2"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^2.5.0",
"@vitejs/plugin-vue": "^1.9.3",
"autoprefixer": "^10.3.7",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-vue": "^8.0.3",
"postcss": "^8.3.11",
"prettier": "^2.4.1",
"tailwindcss": "^2.2.17",
"vite": "^2.6.4",
"vite-svg-loader": "^3.1.0"
}
}