forked from wikimedia/WikimediaUI-Style-Guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "wmui-style-guide",
"version": "0.1.0",
"description": "Wikimedia Design Style Guide, focus on Wikimedia User-Interface",
"keywords": [
"ui"
],
"homepage": "https://design.wikimedia.org/style-guide/",
"repository": {
"type": "git",
"url": "https://github.com/wikimedia/WikimediaUI-Style-Guide.git"
},
"private": true,
"license": "MIT",
"dependencies": {
"fontfaceobserver": "2.1.0",
"normalize.css": "7.0.0",
"wikimedia-ui-base": "0.18.1"
},
"devDependencies": {
"@lodder/grunt-postcss": "3.0.1",
"autoprefixer": "10.2.5",
"browserslist-config-wikimedia": "0.2.0",
"cssnano": "5.0.4",
"eslint-config-wikimedia": "0.20.0",
"grunt": "1.4.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-imagemin": "4.0.0",
"grunt-contrib-uglify": "5.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "23.0.0",
"grunt-exec": "3.0.0",
"grunt-replace": "2.0.2",
"grunt-stylelint": "0.16.0",
"grunt-svgmin": "6.0.1",
"imagemin": "8.0.0",
"imagemin-zopfli": "7.0.0",
"pixrem": "5.0.0",
"postcss": "8.3.0",
"postcss-cssnext": "3.1.0",
"postcss-custom-properties": "11.0.0",
"postcss-import": "14.0.2",
"stylelint-config-wikimedia": "0.10.3"
},
"scripts": {
"start": "grunt watch",
"build": "grunt",
"test": "grunt lint"
}
}