-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.62 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
{
"name": "lazy-admin-template",
"description": "",
"author": "ilsyaa",
"license": "GPL-3.0-only",
"scripts": {
"dev": "gulp",
"build": "gulp prod --production",
"build:views": "gulp views --production",
"build:styles": "gulp styles --production",
"build:scripts": "gulp scripts --production",
"build:images": "gulp images --production",
"build:other": "gulp third_party --production"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.17",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.7",
"cssnano": "^6.0.3",
"del": "^6.0.0",
"eslint": "^8.11.0",
"gulp": "^4.0.2",
"gulp-debug": "^4.0.0",
"gulp-file-include": "^2.3.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-inject": "^5.0.5",
"gulp-newer": "^1.4.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.1.0",
"gulp-prettify": "^0.5.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-watch": "^5.0.1",
"imagemin-webp": "^6.0.0",
"postcss": "^8.4.8",
"postcss-scss": "^4.0.3",
"require-dir": "^1.2.0",
"sass": "^1.49.9",
"tailwindcss": "^3.4.1",
"yargs": "^17.3.1"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"webpack": "^5.70.0",
"webpack-stream": "^7.0.0"
}
}