-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.12 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
{
"name": "poke-type",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"lint:js": "eslint src --ext .ts,.vue --fix",
"build": "vue-tsc --noEmit && vite build",
"deploy": "node deploy",
"builddeploy": "npm run build && npm run deploy ",
"preview": "vite preview"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
"axios": "^1.3.4",
"graphql-request": "^5.2.0",
"pinia": "^2.0.33",
"pinia-plugin-persistedstate": "^3.1.0",
"pokeapi-typescript": "^2.1.0",
"vue": "^3.2.25"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"@vitejs/plugin-vue": "^2.3.4",
"@vue/eslint-config-typescript": "^11.0.2",
"bulma": "^0.9.4",
"dotenv": "^16.0.3",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.10.0",
"ftp-deploy": "^2.4.3",
"prettier": "2.8.4",
"typescript": "^4.5.4",
"vite": "^2.9.15",
"vue-eslint-parser": "^9.1.1",
"vue-router": "^4.1.6",
"vue-tsc": "^0.35.2"
}
}