-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.4 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
{
"name": "datta-able-free-tailwind-admin-template",
"version": "1.0.0",
"description": "Datta Able Tailwind Admin Template",
"main": "index.js",
"author": {
"name": "CodedThemes",
"email": "[email protected]",
"url": "http://codedthemes.com/"
},
"scripts": {
"start": "gulp",
"build": "gulp build-prod",
"format": "prettier --write ./src"
},
"overrides": {
"graceful-fs": "^4.2.11"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@babel/helper-environment-visitor": "^7.22.20",
"del": "^6.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-cssbeautify": "^3.0.1",
"gulp-cssmin": "^0.2.0",
"gulp-htmlmin": "^5.0.1",
"gulp-imagemin": "^9.0.0",
"gulp-inject": "^5.0.5",
"gulp-minify": "^3.1.0",
"gulp-sass": "^5.1.0",
"gulp-smushit": "1.2.0",
"gulp-uglify": "^3.0.2",
"merge-stream": "^2.0.0",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "^0.3.0",
"sass": "^1.71.1",
"tailwindcss-themer": "^4.0.0"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"animate.css": "^4.1.1",
"browser-sync": "^3.0.2",
"clipboard": "^2.0.11",
"feather-icons": "^4.29.1",
"gulp-file-include": "^2.3.0",
"gulp-postcss": "^9.0.1",
"gulp-sourcemaps": "^3.0.0",
"simplebar": "^6.2.5",
"tailwindcss": "^3.4.10",
"wow.js": "^1.2.2"
}
}