-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 935 Bytes
/
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
{
"name": "Frontend-skeleton-gulp",
"version": "1.0.0",
"description": "This is a frontend skeleton!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DumitracheFlorentin/frontend-skeleton-gulp.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/DumitracheFlorentin/frontend-skeleton-gulp/issues"
},
"homepage": "https://github.com/DumitracheFlorentin/frontend-skeleton-gulp#readme",
"dependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.4",
"autoprefixer": "^10.3.4",
"browser-sync": "^2.27.5",
"cssnano": "^5.0.8",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.0.0",
"gulp-terser": "^2.0.1",
"postcss": "^8.3.6",
"sass": "^1.39.0"
}
}