forked from richardevcom/vue3-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 954 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
34
35
36
37
38
39
40
41
42
{
"name": "Biblia",
"description": "",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://github.com/dangroza/bible-app"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 7777",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^1.6.8",
"pinia": "^2.0.22",
"vue": "^3.2.39",
"vue-router": "^4.1.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@vitejs/plugin-vue": "^3.1.0",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.11",
"cssnano": "^5.1.13",
"eslint": "^8.23.1",
"eslint-plugin-vue": "^9.5.1",
"postcss": "^8.4.16",
"postcss-import": "^15.0.0",
"prettier": "^2.7.1",
"sass": "^1.54.9",
"tailwindcss": "^3.1.8",
"vite": "^3.1.2",
"vite-svg-loader": "^3.6.0"
},
"keywords": [
"bible",
"biblia"
],
"author": "Dan <[email protected]>"
}