-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 859 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
35
{
"name": "ableton-clone",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Emmahchinonso/Landing-page-clones.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Emmahchinonso/Landing-page-clones/issues"
},
"homepage": "https://github.com/Emmahchinonso/Landing-page-clones#readme",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"autoprefixer": "^10.3.7",
"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.1.0",
"postcss": "^8.3.11",
"sass": "^1.43.3"
},
"devDependencies": {},
"description": ""
}