-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 964 Bytes
/
package.json
File metadata and controls
48 lines (48 loc) · 964 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
42
43
44
45
46
47
48
{
"name": "hrm",
"version": "1.1.0",
"description": "hrm",
"main": "gulpfile.js",
"dependencies": {
"@splidejs/splide": "^4.0.2",
"glightbox": "^3.2.0",
"smooth-scroll": "^16.1.3",
"tailwindcss": "^3.0.24",
"typed.js": "^2.0.12",
"wow.js": "^1.2.2"
},
"devDependencies": {
"acorn": "^8.5.0",
"autoprefixer": "^10.2.6",
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^9.0.0",
"gulp-purgecss": "^3.1.3",
"gulp-replace": "^1.1.3",
"gulp-terser": "^2.0.1",
"log-symbols": "^4.1.0"
},
"scripts": {
"start": "gulp",
"build": "gulp prod",
"updatevendors": "gulp updatevendors"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"hrm"
],
"author": "hrm",
"license": "",
"bugs": {
},
"homepage": "",
"directories": {
"doc": "docs"
}
}