forked from undercode99/jakarta-lte
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"name": "jakarta-lte",
"version": "1.0.0",
"description": "",
"main": "gulp",
"scripts": {
"dev": "gulp",
"build": "gulp build",
"ejs_compile:html": "gulp ejs_compile:html",
"prettier:html": "gulp prettier:html"
},
"keywords": [],
"author": "Zero Black Coder <[email protected]>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "9.8.0",
"browser-sync": "^2.26.13",
"cssnano": "^4.1.10",
"debug": "^4.3.1",
"eslint": "^7.16.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-copy-libs": "^1.0.2",
"gulp-ejs": "^5.1.0",
"gulp-npm-dist": "^1.0.3",
"gulp-postcss": "^9.0.0",
"gulp-prettier": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"postcss": "^8.1.8",
"postcss-cli": "^8.3.0",
"postcss-value-parser": "^4.1.0",
"tailwindcss": "^2.0.1",
"yaml": "^1.10.0"
},
"dependencies": {
"apexcharts": "^3.22.2",
"boxicons": "^2.0.7",
"jquery": "^3.5.1"
}
}