File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/coreui-free-vue-admin-template" ,
3
3
"version" : " 4.0.0-rc.0" ,
4
- "config" : {
5
- "coreui_library_short_version" : " 4.0"
4
+ "description" : " CoreUI Free Vue Admin Template" ,
5
+ "bugs" : {
6
+ "url" : " https://github.com/coreui/coreui-free-vue-admin-template/issues"
6
7
},
7
- "private" : true ,
8
+ "repository" : {
9
+ "type" : " git" ,
10
+ "url" :
" [email protected] :coreui/coreui-free-vue-admin-template.git"
11
+ },
12
+ "license" : " MIT" ,
13
+ "author" : " The CoreUI Team (https://github.com/orgs/coreui/people)" ,
8
14
"scripts" : {
9
- "serve" : " vue-cli-service serve" ,
10
15
"build" : " vue-cli-service build" ,
11
- "test:unit" : " vue-cli-service test:unit" ,
16
+ "lint" : " vue-cli-service lint" ,
17
+ "serve" : " vue-cli-service serve" ,
12
18
"test:e2e" : " vue-cli-service test:e2e" ,
13
- "lint" : " vue-cli-service lint"
19
+ "test:unit" : " vue-cli-service test:unit"
20
+ },
21
+ "config" : {
22
+ "coreui_library_short_version" : " 4.0"
14
23
},
15
24
"dependencies" : {
16
25
"@coreui/chartjs" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments