-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.55 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "technopark.login.test",
"version": "1.0.0",
"description": "Выполненное тестовое задания от компании Технопарк",
"revisit": "1.4 days",
"main": "index.js",
"scripts": {
"start": "gulp fast",
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/Andrew_Dyachenko/technopark.login.test.git"
},
"keywords": [
"Тест",
"Задание",
"Технопарк"
],
"author": {
"name": "Андрей Дьяченко (HTML / Front-end разработчик)",
"location": "Россия, Москва",
"phone": "+7 (915) 251-96-66",
"email": "north.inhale@gmail.com",
"telegram": "+7 (915) 251-96-66",
"skype": "tux_will"
},
"license": "ISC",
"homepage": "https://bitbucket.org/Andrew_Dyachenko/technopark.login.test#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.18.13",
"del": "^3.0.0",
"file-system": "^2.2.2",
"gulp": "^4.0.0",
"gulp-assign-to-pug": "^0.2.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-banner": "^0.1.3",
"gulp-cached": "^1.1.1",
"gulp-debug": "^3.1.0",
"gulp-file": "^0.4.0",
"gulp-fixmyjs": "^1.0.2",
"gulp-html-beautify": "^1.0.1",
"gulp-htmllint": "0.0.15",
"gulp-iconfont": "^9.0.0",
"gulp-iconfont-css": "^2.1.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.1.0",
"gulp-jade-find-affected": "^0.2.2",
"gulp-jsbeautify": "^0.1.1",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.3.0",
"gulp-pug": "^3.3.0",
"gulp-real-favicon": "^0.2.2",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.15.0",
"gulp-sass": "^3.2.0",
"gulp-sass-lint": "^1.3.4",
"gulp-sass-multi-inheritance": "^1.0.2",
"gulp-semi": "0.0.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-text-simple": "^0.4.1",
"gulp-uglify-es": "^1.0.1",
"gulp-util": "^3.0.8",
"gulp-vueify": "0.0.3",
"gulp.spritesmith": "^6.9.0",
"js-yaml": "^3.10.0",
"jshint": "^2.9.5",
"make-sass-lint-config": "^0.1.3",
"node-sass-magic-importer": "^5.0.0-alpha.17",
"pkg": "^4.3.0-beta.1",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0"
},
"dependencies": {
"normalize.css": "^8.0.0"
},
"babel": {
"presets": [
"es2015"
]
}
}