-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.4 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
{
"name": "gagarin",
"version": "0.6.2",
"description": "Frontend template",
"keywords": [
"frontend",
"template",
"css",
"postcss",
"jade",
"gulp",
"lost"
],
"repository": {
"type": "git",
"url": "https://github.com/neonick/gagarin"
},
"author": "Nick Marchenko (n30n1ck@gmail.com)",
"license": "MIT",
"dependencies": {
"autoprefixer": "^6.3.6",
"browser-sync": "^2.12.10",
"css-mqpacker": "^4.0.1",
"fotorama": "~4.6.4",
"gulp": "^3.9.1",
"gulp-imagemin": "^2.4.0",
"gulp-jade": "^1.1.0",
"gulp-postcss": "^6.1.1",
"gulp-rigger": "^0.5.8",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.6",
"imagemin-pngquant": "^4.2.2",
"ion-rangeslider": "^2.1.4",
"jquery.maskedinput": "~1.4.1",
"jquery.scrollto": "~2.1.2",
"lost": "^6.8.0",
"magnific-popup": "~1.1.0",
"normalize.css": "^4.1.1",
"nprogress": "^0.2.0",
"postcss-assets": "^4.1.0",
"postcss-brand-colors": "^0.4.0",
"postcss-center": "^1.0.0",
"postcss-csso": "^1.1.1",
"postcss-easings": "^0.3.0",
"postcss-flexbugs-fixes": "^2.0.0",
"postcss-focus": "^1.0.0",
"postcss-font-magician": "^1.4.0",
"postcss-short": "^1.4.0",
"postcss-svg": "^1.0.5",
"precss": "^1.4.0",
"rimraf": "^2.5.2",
"swiper": "^3.3.1",
"tabslet": "^1.7.2"
}
}