-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "spa-seo-cmv",
"type": "module",
"version": "1.0.3",
"description": "A basic template for building a new Vue 3 web application using the latest technologies and best practices",
"license": "MIT",
"homepage": "https://github.com/vuesence/vue-webapp",
"repository": {
"type": "git",
"url": "https://github.com/vuesence/vue-webapp.git"
},
"bugs": {
"url": "https://github.com/vuesence/vue-webapp/issues"
},
"keywords": [
"vue",
"vite",
"website",
"webapp",
"template",
"scaffold"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"build:tsc": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"vue": "^3.3.8",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@antfu/eslint-config": "^2.0.0",
"@types/node": "^20.9.0",
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.53.0",
"sass": "^1.69.5",
"typescript": "^5.2.2",
"vite": "^5.0.0"
}
}