-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.44 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
{
"name": "@dogstudio/dogstudio-vue-starter",
"type": "module",
"version": "1.0.2",
"license": "MIT",
"private": true,
"homepage": "https://github.com/Dogstudio/dogstudio-vue-starter",
"description": "Opinionated Vue starter by Dogstudio",
"scripts": {
"dev": "vite --host",
"lint": "eslint --ext \".vue,.ts,.js,.tsx,.jsx\" .",
"build": "vite build",
"start": "vite preview",
"upgrade": "ncu"
},
"engineStrict": true,
"engines": {
"npm": ">=6.14.0",
"node": ">=14.0.0"
},
"bugs": {
"url": "https://github.com/Dogstudio/dogstudio-vue-starter/issues",
"email": "devops@dogstudio.be"
},
"repository": {
"type": "git",
"url": "https://github.com/Dogstudio/dogstudio-vue-starter.git"
},
"browserslist": [
"last 2 version",
"not ie > 0",
"not bb > 0",
"not kaios > 0",
"not baidu > 0",
"not ie_mob > 0",
"not op_mini all"
],
"dependencies": {
"fast-deep-equal": "^3.1.3",
"ua-parser-js": "^1.0.35",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.10.0",
"npm-check-updates": "^16.10.8",
"prettier": "^2.8.7",
"sass": "^1.62.0",
"vite": "^4.2.1",
"vite-plugin-glsl": "^1.1.2"
}
}