-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 859 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 859 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
{
"name": "front-root",
"version": "1.0.0",
"description": "Simplify Front-End development",
"main": "gulpfile.js",
"dependencies": {
"terminal.css": "^0.7.1",
"yargs": "^13.2.4"
},
"devDependencies": {
"assemble": "^0.24.3",
"bootstrap": "^4.4.1",
"browser-sync": "^2.26.7",
"css-loader": "^3.2.1",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-hide-email": "^0.4.4",
"gulp-htmlmin": "5.0.1",
"gulp-minify": "^3.1.0",
"gulp-rev": "9.0.0",
"gulp-rev-rewrite": "2.0.0",
"gulp-sass": "^4.0.2",
"hostile": "^1.3.2",
"node-sass": "^5.0.0"
},
"scripts": {
"test": "jest"
},
"author": "Abid Omar",
"license": "MIT"
}