-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
38
39
40
41
42
43
44
45
46
47
{
"name": "sedona",
"version": "1.0.0",
"description": "Тренировочный макет «Седона»",
"main": "index.html",
"scripts": {
"stylelint": "stylelint source/sass/**/*.scss --syntax scss",
"eslint": "eslint source/js/**/*.js",
"test": "npm run stylelint && npm run eslint",
"build": "gulp build",
"start": "npm run build && gulp serve",
"deploy": "npm run build && gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yaz47/sedona.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yaz47/sedona/issues"
},
"homepage": "https://github.com/yaz47/sedona#readme",
"devDependencies": {
"@htmlacademy/editorconfig-cli": "^1.0.0",
"ajv": "^6.5.3",
"autoprefixer": "^9.1.1",
"browser-sync": "^2.24.6",
"del": "^3.0.0",
"eslint": "^5.4.0",
"gulp": "^3.9.1",
"gulp-csso": "^3.0.1",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "^1.2.0",
"gulp-postcss": "^8.0.0",
"gulp-posthtml": "^3.0.4",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-svgstore": "^6.1.1",
"gulp-webp": "^3.0.0",
"posthtml-include": "^1.2.0",
"run-sequence": "^2.2.1",
"stylelint": "^9.5.0",
"stylelint-config-htmlacademy": "^0.1.1"
}
}