forked from DSI-VD/foehn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.75 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
{
"name": "@dsivd/foehn",
"version": "1.8.3",
"author": "DSI VD <[email protected]>",
"homepage": "https://dsi-vd.github.io/foehn/",
"repository": {
"type": "git",
"url": "https://github.com/DSI-VD/foehn"
},
"description": "Frontend pattern library for State of Vaud",
"keywords": "frontend, css, html, js, styleguide, pattern, library, design, standard",
"main": "dist/index.html",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"browserify-shim": {
"jquery": "global:jQuery"
},
"browserslist": [
"defaults"
],
"scripts": {
"prestart": "yarn",
"start": "gulp dev",
"build": "yarn && gulp build",
"deploy": "yarn && gulp publish",
"prepublishOnly": "yarn && gulp build",
"publish-version": "yarn build && npm publish --tag latest"
},
"engines": {
"node": ">=6.7.0",
"npm": "3.10.3"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"autoprefixer": "^10.3.7",
"bootstrap": "4.6.0",
"cssnano": "^5.0.8",
"dart-sass": "^1.25.0",
"del": "^6.0.0",
"faker": "^5.5.3",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-header": "^2.0.9",
"gulp-jsonlint": "^1.3.2",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"gulp-xo": "^0.25.0",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"postcss": "^8.3.9",
"sass": "^1.42.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"uglify-es": "^3.3.10"
},
"xo": {
"space": 4,
"envs": [
"node",
"browser",
"jquery"
]
}
}