This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
75 lines (75 loc) · 2.1 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
{
"name": "swiss-styleguide",
"description": "Swiss Confederation Web Guidelines",
"version": "3.2.0",
"homepage": "http://swiss.github.io/styleguide",
"contributors": [
{
"name": "Pedro De Almeida",
"email": "[email protected]"
},
{
"name": "Liip",
"url": "https://liip.ch"
},
{
"name": "Antistatique",
"url": "http://antistatique.net/"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/swiss/styleguide.git"
},
"scripts": {
"start": "gulp && gulp serve"
},
"devDependencies": {
"babel-core": "^6.25.0",
"browser-sync": "^2.8.2",
"fabricator-assemble": "^1.2.0",
"globby": "^6.1.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.4.1",
"gulp-concat": "^2.3.4",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.2",
"gulp-jshint": "^2.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-rename": "^1.2.0",
"gulp-rsync": "^0.0.8",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-twig": "^0.7.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.0",
"js-yaml": "^3.4.3",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"markdown-it": "^8.3.1",
"path": "^0.12.7",
"prismjs": "^1.3.0",
"rimraf": "^2.6.1",
"run-sequence": "^1.1.2",
"yargs": "^8.0.1"
},
"dependencies": {
"Placeholdr": "github:vote539/placeholdr",
"Yamm": "github:geedmo/yamm3#v1.1.0",
"blueimp-bootstrap-image-gallery": "^3.4.2",
"blueimp-gallery": "^2.25.2",
"bootstrap-accessibility-plugin": "git+https://github.com/admin-ch/bootstrap-accessibility-plugin#v1.0.3",
"bootstrap-sass": "^3.3.7",
"drmonty-chosen": "github:mrohnstock/chosen#v1.1.0",
"jquery": "^3.5.1",
"jquery-drilldown": "github:Cinamonas/jquery-drilldown#v1.1.1",
"moment": "^2.10.6",
"pikaday": "^1.3.3",
"placeholdr": "vote539/placeholdr",
"tablesorter": "^2.28.14",
"typeahead.js": "git+https://github.com/admin-ch/typeahead.js.git#v0.11.0-templating",
"yamm": "geedmo/yamm3#v1.1.0"
}
}