-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
89 lines (89 loc) · 2.07 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "ustyle",
"version": "2.0.15",
"description": "A living styleguide and pattern library by uSwitch.",
"keywords": [
"css",
"sass",
"scss",
"js",
"javascript",
"front-end",
"styleguide",
"uswitch",
"ustyle"
],
"homepage": "http://ustyle.guide",
"bugs": {
"url": "https://github.com/uswitch/ustyle/issues"
},
"license": "Apache-2.0",
"author": {
"name": "uSwitch Limited",
"email": "[email protected]"
},
"main": "index.js",
"files": [
"dist",
"vendor/assets/stylesheets",
"vendor/assets/images/forms",
"vendor/assets/images/icons",
"index.js"
],
"repository": "uswitch/ustyle",
"engines": {
"npm": "^6.9.0"
},
"scripts": {
"start": "grunt",
"build": "grunt build",
"publish": "grunt publish",
"depcheck": "depcheck --specials=grunt --ignores=depcheck,grunt-*"
},
"devDependencies": {
"async": "^0.9.0",
"autoprefixer": "^6.5.0",
"browser-sync": "^1.8.2",
"cheerio": "^0.20.0",
"depcheck": "^0.6.7",
"dss": "^1.0.4",
"gray-matter": "^2.0.0",
"grunt": "^0.4.5",
"grunt-build-control": "^0.3.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "^0.4.2",
"grunt-newer": "^1.1.0",
"grunt-postcss": "^0.8.0",
"grunt-sassdoc": "^2.0.0",
"grunt-scss-lint": "~0.3.4",
"grunt-shell": "^1.1.1",
"grunt-standard": "^3.1.0",
"grunt-svgmin": "^2.0.0",
"grunt-svgstore": "^1.0.0",
"grunt-version": "^1.0.0",
"handlebars": "^4.0.11",
"load-grunt-tasks": "~3.1.0",
"lodash": "^2.4.1",
"marked": "^0.3.9",
"node-sass": "^4.5.3",
"semver": "^4.3.3",
"simple-git": "^1.3.0",
"stylestats": "^4.2.2",
"underscore.string": "^3.0.2"
},
"browserslist": [
"> 1%",
"last 5 versions",
"Firefox ESR",
"IE 10",
"not Explorer < 10"
],
"dependencies": {
"grunt-contrib-clean": "^1.1.0"
}
}