-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
79 lines (79 loc) · 2.28 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
{
"name": "aranyak",
"version": "1.0.0",
"description": "Dashboard & WebApp Template",
"main": "gulpfile.js",
"scripts": {
"start": "gulp",
"build": "cross-env MODE=PROD gulp build",
"build:test": "cross-env MODE=PROD gulp build:test",
"live": "gulp compile:all && cross-env MODE=PROD gulp live",
"publish": "gh-pages -d live",
"publish:force": "cross-var git push origin `git subtree split --prefix live $npm_package_version`:gh-pages --force",
"publish:f": "git push origin `git subtree split --prefix live main`:gh-pages --force",
"localhost": "ssh -R 80:localhost:3000 ssh.localhost.run"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-strict-mode": "^7.12.13",
"@babel/preset-env": "^7.14.2",
"@mr-hope/gulp-sass": "^2.0.0",
"ansi": "^0.3.1",
"broken-link-checker": "^0.7.8",
"browser-sync": "^2.26.10",
"cross-env": "^7.0.2",
"cross-var": "^1.1.0",
"del": "^6.0.0",
"dotenv": "^10.0.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-prettier": "^3.4.0",
"gh-pages": "^3.2.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-jsbeautifier": "^3.0.1",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-rtlcss": "^1.4.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-w3cjs": "^1.3.2",
"gulp-zip": "^5.1.0",
"merge-stream": "^2.0.0",
"pretty": "^2.0.0",
"pug": "^3.0.2",
"require-dir": "^1.2.0",
"sass": "^1.37.5",
"through2": "^4.0.2",
"uuid": "^8.3.2",
"webpack": "^5.53.0",
"webpack-stream": "^7.0.0",
"yargs": "^17.0.1"
},
"dependencies": {
"@iconscout/unicons": "^4.0.8",
"@picmo/popup-picker": "^5.7.3",
"anchor-js": "^4.3.1",
"bootstrap": "^5.3.1",
"countup.js": "^2.0.6",
"gulp-html": "^4.0.0",
"is_js": "^0.9.0",
"list.js": "^2.3.1",
"lodash": "^4.17.21",
"swiper": "^6.6.2",
"typed.js": "2.0.12"
},
"browserslist": [
"last 5 version"
]
}