-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 961 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 961 Bytes
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
{
"name": "Admin-Theme",
"version": "1.0.0",
"description": "admin theme",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"admin",
"theme"
],
"author": "Ajay",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/hello-ajayrawat/Admin-Theme.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.24.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.5.0",
"gulp-minify-css": "^1.2.4",
"gulp-nunjucks-render": "^2.2.2",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8"
},
"dependencies": {
"gulp-sourcemaps": "^2.6.4",
"jquery": "^3.3.1",
"normalize.css": "^8.0.0",
"npm": "^6.0.1"
}
}