-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 914 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
34
35
{
"name": "smartadmin-angularjs-app",
"version": "1.8.1",
"description": "Demo Application for AngularJS version of SmartAdmin application template",
"main": "index.html",
"private": true,
"scripts": {
"dev": "gulp dev",
"prod": "gulp prod"
},
"author": "Margarit Koka",
"license": "MarKoka.",
"devDependencies": {
"del": "^3.0.0",
"event-stream": "~3.3.1",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.7.0",
"gulp-concat": "^2.6.0",
"gulp-connect": "^2.2.0",
"gulp-ng-annotate": "^1.0.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"lodash": "^4.0.0"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^11.0.1",
"alasql": "^0.4.11",
"angular-wizard": "^1.1.1",
"gulp": "^3.9.1",
"npm": "^6.4.1",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0"
}
}