forked from faisalfjri/breeze-vue-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 955 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": "breeze-vue-api",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue ./src",
"lint:fix": "eslint --fix --ext .js,.vue ./src",
"tier:check": "prettier --check 'src/**/*'",
"tier:write": "prettier --write 'src/**/*'"
},
"dependencies": {
"@vueuse/core": "^9.13.0",
"axios": "^1.3.4",
"pinia": "^2.0.33",
"vue": "^3.2.47",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^4.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.10.0",
"postcss": "^8.4.21",
"prettier": "^2.8.6",
"tailwindcss": "^3.2.7",
"vite": "^4.2.1"
}
}