-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 872 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": "ideale",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anastasiiaxfr/ideale.git"
},
"author": "anastasiia_berest",
"license": "ISC",
"bugs": {
"url": "https://github.com/anastasiiaxfr/ideale/issues"
},
"homepage": "https://github.com/anastasiiaxfr/ideale#readme",
"devDependencies": {
"browser-sync": "^2.29.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^5.1.0",
"gulp-tinypng-extended": "^3.0.3",
"sass": "^1.63.3"
},
"dependencies": {
"@railway/cli": "^3.3.1",
"gulp-connect-php": "^1.0.3",
"gulp-imagemin": "^8.0.0",
"gulp.spritesmith": "^6.13.0"
}
}