forked from wikimedia/WikimediaUI-Style-Guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"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.0",
"autoprefixer": "10.2.3",
"cssnano": "4.1.10",
"eslint-config-wikimedia": "0.18.0",
"grunt": "1.3.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-imagemin": "4.0.0",
"grunt-contrib-uglify": "5.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "23.0.0",
"grunt-exec": "3.0.0",
"grunt-replace": "^1.0.1",
"grunt-sketch": "1.0.5",
"grunt-stylelint": "0.16.0",
"grunt-svgmin": "6.0.1",
"imagemin": "7.0.1",
"imagemin-zopfli": "7.0.0",
"pixrem": "5.0.0",
"postcss": "8.2.4",
"postcss-cssnext": "3.1.0",
"postcss-custom-properties": "11.0.0",
"postcss-import": "14.0.0",
"sketchtool": "1.4.0",
"stylelint-config-wikimedia": "0.10.3"
},
"scripts": {
"start": "grunt watch",
"build": "grunt",
"test": "grunt lint"
}
}