This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 114
/
Copy pathpackage.json
59 lines (59 loc) · 1.52 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
{
"name": "vuetify-admin",
"version": "0.5.7",
"description": "SPA admin framework for Vue.js running on top of REST APIs, built on Vuetify",
"main": "dist/admin.common.js",
"module": "src/index.js",
"keywords": [
"admin",
"rest",
"vue",
"vue-admin",
"vue-cli",
"vuetify",
"front-end",
"framework"
],
"repository": "https://github.com/okami101/vuetify-admin",
"author": "Adrien Beaudouin <[email protected]>",
"license": "MIT",
"homepage": "https://www.okami101.io/vuetify-admin",
"scripts": {
"build": "vue-cli-service build --name admin --target lib src/index.js",
"prepublishOnly": "npm run build && node meta"
},
"vetur": {
"tags": "dist/json/tags.json",
"attributes": "dist/json/attributes.json"
},
"web-types": "dist/json/web-types.json",
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.4",
"@vue/cli-service": "^4.5.4",
"ejs": "^3.1.5",
"globby": "^11.0.1",
"mkdirp": "^1.0.4",
"portal-vue": "^2.1.7",
"rimraf": "^3.0.2",
"vue-docgen-api": "^4.31.1",
"vuedraggable": "^2.24.1",
"vuetify": "^2.3.10",
"vuex": "^3.1.3"
},
"peerDependencies": {
"portal-vue": "^2.1.7",
"vue": "^2.6.10",
"vue-i18n": "^8.20.0",
"vue-router": "^3.3.2",
"vue-template-compiler": "^2.6.11",
"vuedraggable": "^2.23.2",
"vuetify": "^2.3.7",
"vuex": "^3.1.3"
},
"dependencies": {
"@tinymce/tinymce-vue": "^3.2.2",
"lodash": "^4.17.15",
"papaparse": "^5.3.0",
"qs": "^6.9.4"
}
}