Skip to content

Commit e79f232

Browse files
committed
Clean Tree
1 parent 8d3fabf commit e79f232

File tree

2 files changed

+3214
-3
lines changed

2 files changed

+3214
-3
lines changed

package.json

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,24 @@
22
"name": "@cocreate/dashboard",
33
"version": "1.0.0",
44
"description": "A simple dashboard component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.",
5-
"keywords": ["dashboard","cocreate","low-code-framework","no-code-framework","cocreatejs","cocreatejs-component","cocreate-framework","no-code","low-code","collaborative-framework","realtime","realtime-framework","collaboration","shared-editing","html5-framework","javascript-framework"],
5+
"keywords": [
6+
"dashboard",
7+
"cocreate",
8+
"low-code-framework",
9+
"no-code-framework",
10+
"cocreatejs",
11+
"cocreatejs-component",
12+
"cocreate-framework",
13+
"no-code",
14+
"low-code",
15+
"collaborative-framework",
16+
"realtime",
17+
"realtime-framework",
18+
"collaboration",
19+
"shared-editing",
20+
"html5-framework",
21+
"javascript-framework"
22+
],
623
"publishConfig": {
724
"access": "public"
825
},
@@ -32,8 +49,8 @@
3249
"webpack-cli": "^4.3.1",
3350
"webpack-log": "^3.0.1"
3451
},
35-
3652
"dependencies": {
37-
"@cocreate/docs": "^1.0.3"
53+
"@cocreate/docs": "^1.0.3",
54+
"mini-css-extract-plugin": "^1.5.0"
3855
}
3956
}

0 commit comments

Comments
 (0)