-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
33 lines (33 loc) · 852 Bytes
/
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
{
"name": "meancore-cms",
"description": "CMS with MongoDB, Express, Angular2+, and Node.js.",
"version": "0.5.0-beta",
"private": false,
"author": "david.oravsky",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/mrdav30/MEANcore-CMS"
},
"engines": {
"node": ">=14.15.0",
"npm": ">=6.14.8"
},
"type": "module",
"scripts": {
"init": "node ../../tools/init-core.js",
"bundle:packages": "node ../../tools/bundle-packages.js",
"unbundle:packages": "node ../../tools/unbundle-packages.js"
},
"dependencies": {
"@ckeditor/ckeditor5-angular": "^2.0.1",
"ag-grid-angular": "^25.3",
"ag-grid-community": "^25.3",
"ngx-gravatar": "^11"
},
"devDependencies": {
"@types/file-saver": "^2.0.1",
"file-saver": "^2.0.1",
"highlight.js": "^11.0.1"
}
}