forked from okami101/vuetify-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "root",
"description": "Vuetify Admin",
"repository": "https://github.com/okami101/vuetify-admin",
"author": "Adrien Beaudouin",
"license": "MIT",
"private": true,
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint": "eslint --ext .js,.vue packages/admin packages/cli"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^4.5.6",
"@vue/eslint-config-prettier": "^6.0.0",
"@vuepress/plugin-back-to-top": "^1.5.4",
"@vuepress/plugin-google-analytics": "^1.5.4",
"@vuepress/plugin-medium-zoom": "^1.5.4",
"@vuepress/plugin-pwa": "^1.5.4",
"babel-eslint": "^10.1.0",
"eslint": "^7.8.1",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^7.0.0",
"lerna": "^3.22.0",
"prettier": "^2.1.1",
"vuepress": "^1.5.4",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-element-tabs": "^0.2.8",
"vuepress-plugin-sitemap": "^2.3.1"
},
"workspaces": [
"packages/admin",
"packages/cli",
"vue-cli-base",
"examples/demo",
"examples/demo-retail",
"examples/tutorial",
"examples/api-platform",
"examples/laravel/admin"
]
}