-
Notifications
You must be signed in to change notification settings - Fork 264
/
package.json
84 lines (84 loc) · 1.99 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "@moesaid/cleopatra",
"version": "1.1.1",
"description": "cleopatra admin dashboard template built especially for developers",
"author": "Mohamed Said , moesaid.com",
"license": "MIT",
"main": "gulpfile.js",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"git": "git add . && git commit -m",
"postgit": "git push -u origin master && git subtree push --prefix dist origin gh-pages"
},
"options": {
"config": {
"tailwindjs": "./tailwind.config.js"
},
"paths": {
"root": "./",
"src": {
"base": "./src",
"css": "./src/css",
"js": "./src/js",
"img": "./src/img"
},
"dist": {
"base": "./dist",
"css": "./dist/css",
"js": "./dist/js",
"img": "./dist/img"
},
"build": {
"base": "./build",
"css": "./build/css",
"js": "./build/js",
"img": "./build/img"
}
}
},
"keywords": [
"cleopatra",
"gulp",
"tailwind",
"tailwindcss",
"admin",
"dashboard",
"admin dashboard",
"admin themes",
"sass",
"admin dashboard template"
],
"devDependencies": {
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.9",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-cache": "^1.1.3",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.3.0",
"gulp-imagemin": "^7.1.0",
"gulp-markdown": "^6.0.0",
"gulp-postcss": "^9.0.1",
"gulp-purgecss": "^4.1.3",
"gulp-purify-css": "^0.1.0",
"gulp-purifycss": "^0.2.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-uglify": "^3.0.2",
"gulp-webp": "^4.0.1",
"lodash.template": ">=4.5.0",
"log-symbols": "^2.2.0",
"mem": "^9.0.2",
"postcss": "^8.4.13",
"purifycss-extended": "^1.3.6",
"tailwindcss": "^3.0.24",
"tailwindcss-animatecss": "^1.0.7"
},
"dependencies": {
"chart.js": "^3.7.1",
"sass": "^1.51.0"
}
}