-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.56 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
{
"private": true,
"scripts": {
"postinstall": "husky install",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint \"**/*.{vue,ts,js}\"",
"lint:fix": "eslint \"**/*.{vue,ts,js}\" --fix"
},
"dependencies": {
"@pkmn/data": "^0.9.26",
"@pkmn/dex": "^0.9.26",
"@pkmn/img": "^0.2.34",
"@pkmn/sets": "^5.1.2",
"@popperjs/core": "^2.11.8",
"@vueuse/core": "^10.7.1",
"bootstrap": "^5.3.2",
"bootstrap-vue-next": "^0.15.5",
"core-js": "^3.35.0",
"lodash.random": "^3.2.0",
"mitt": "^3.0.1",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@iconify/json": "^2.2.164",
"@types/lodash.random": "^3.2.9",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vue/compiler-sfc": "^3.4.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/runtime-dom": "^3.4.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-functional": "^6.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-vue": "^9.19.2",
"husky": "^8.0.3",
"prettier": "^3.1.1",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-icons": "^0.18.1",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10"
},
"packageManager": "[email protected]"
}