-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.68 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
{
"name": "pokaimon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue --fix",
"build": "eslint . && vue-tsc --noEmit && vite build"
},
"dependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.1.1",
"@fontsource/raleway": "^4.5.10",
"@fontsource/roboto-mono": "^4.5.8",
"@headlessui/vue": "^1.6.7",
"@supabase/supabase-js": "^2.0.0-rc.3",
"leaflet": "^1.8.0",
"lodash.throttle": "^4.1.1",
"vue": "^3.2.13",
"vue-router": "^4.1.3",
"vue-tippy": "^6.0.0-alpha.63"
},
"devDependencies": {
"@iconify-json/fa6-brands": "^1.1.5",
"@iconify-json/flagpack": "^1.1.2",
"@iconify-json/mdi": "^1.1.30",
"@types/leaflet": "^1.7.11",
"@types/lodash.throttle": "^4.1.7",
"@types/node": "^18.7.2",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/compiler-sfc": "^3.2.37",
"@vue/eslint-config-typescript": "^9.1.0",
"autoprefixer": "^10.4.8",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.3.0",
"lint-staged": "^11.1.2",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4",
"unplugin-icons": "^0.14.8",
"user-agent-data-types": "^0.3.0",
"vite": "^3.0.7",
"vite-plugin-pages": "^0.25.0",
"vite-plugin-pwa": "^0.12.3",
"vue-eslint-parser": "^9.0.3",
"vue-tsc": "^0.40.1",
"yorkie": "^2.0.0"
},
"gitHooks": {
"pre-commit": "lint-staged"
}
}