-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 878 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
{
"name": "rickandmorty-demo",
"version": "0.0.4",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"@heroicons/vue": "^1.0.5",
"pinia": "^2.0.11",
"vue": "^3.2.16",
"vue-router": "^4.0.11"
},
"devDependencies": {
"@tailwindcss/forms": "^0.3.4",
"@vitejs/plugin-vue": "^1.9.2",
"autoprefixer": "^10.3.7",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"postcss": "^8.3.9",
"prettier": "^2.5.1",
"tailwindcss": "^2.2.16",
"unplugin-vue-components": "^0.17.18",
"vite": "^2.6.0",
"vite-plugin-eslint": "^1.3.0"
}
}