forked from richardevcom/vue3-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.74 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "@richardev/vue3-boilerplate",
"description": "Quick boilerplate for your next project, containing - Vite, Vuex, Vue Router & Tailwind CSS. This was created as part of my tutorial series.",
"version": "1.0.7",
"repository": {
"type": "git",
"url": "https://github.com/richardevcom/vue3-boilerplate.git"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
},
"dependencies": {
"pinia": "^2.0.16",
"vue": "^3.2.37",
"vue-router": "^4.1.2"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/eslint-config-prettier": "^7.0.0",
"autoprefixer": "^10.4.8",
"cssnano": "^5.1.13",
"eslint": "^8.5.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"prettier": "^2.5.1",
"sass": "^1.54.4",
"tailwindcss": "^3.1.7",
"vite": "^3.0.1",
"vite-svg-loader": "^3.4.0"
},
"keywords": [
"vue",
"vue3",
"vuejs",
"vue3js",
"boilerplate",
"template",
"router",
"vuerouter",
"vue-router",
"tailwind",
"tailwindcss",
"tailwind-css",
"pinia",
"svg",
"vue 3 boilerplate",
"vue3 boilerplate",
"vue 3 skeleton",
"vue3 skeleton",
"vue 3 starter",
"vue3 starter",
"vue 3 webpack boilerplate",
"vue3 webpack boilerplate",
"vue 3 webpack skeleton",
"vue3 webpack skeleton",
"vue 3 webpack starter",
"vue3 webpack starter",
"vue3 enterprise boilerplate",
"vue 3 enterprise boilerplate",
"vue3 enterprise skeleton",
"vue 3 enterprise skeleton",
"vue3 enterprise starter",
"vue 3 enterprise starter"
],
"author": "richardevcom <hello@richardev.com> (https://richardev.com)"
}