forked from ShaifArfan/one-page-website-html-css-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "groupe-quinze-local",
"version": "1.0.0",
"description": "## Installation",
"main": "gulpfile.js",
"scripts": {
"dev": "gulp --development",
"build": "gulp build --production"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/up-2018-2019/2023/ideematic-groupe-quinze.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/up-2018-2019/2023/ideematic-groupe-quinze/issues"
},
"homepage": "https://gitlab.com/up-2018-2019/2023/ideematic-groupe-quinze#readme",
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"browser-sync": "^2.26.13",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-babel": "^8.0.0",
"gulp-csso": "^4.0.1",
"gulp-dart-sass": "^1.0.2",
"gulp-mode": "^1.0.2",
"gulp-php2html": "^1.0.1",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-terser": "^1.2.0",
"webpack-stream": "^5.2.1"
}
}