-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
131 lines (131 loc) · 3.76 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "garden",
"version": "0.52.0",
"description": "A styleguide based on Leroy Merlin needs",
"main": "dist/js/garden.min.js",
"scripts": {
"start": "gulp",
"gulp": "gulp",
"test": "karma start",
"test:ci": "karma start --single-run --reporters dots,coverage -R spec",
"report-coverage": "codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leroy-merlin-br/garden.git"
},
"author": "Leandro Grillo <leandrocesar.grillo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/leroy-merlin-br/garden/issues"
},
"contributors": [
{
"name": "Leandro Grillo",
"email": "leandrocesar.grillo@gmail.com",
"url": "https://github.com/leandrogrillo"
},
{
"name": "André Carneiro",
"email": "andreolvr0@gmail.com",
"url": "https://github.com/andreolvr"
},
{
"name": "Thiago",
"email": "thiagonevesporto@hotmail.com",
"url": "https://github.com/ThiagoNP"
}
],
"homepage": "http://styleguide.leroymerlin.com.br",
"dependencies": {
"jump.js": "^1.0.2",
"normalize.css": "^4.2.0",
"popper.js": "^1.9.1"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-cli": "^6.4.0",
"babel-eslint": "^8.0.0",
"babel-istanbul-loader": "0.1.0",
"babel-loader": "^7.0.0",
"babel-plugin-transform-es2015-modules-umd": "^6.3.13",
"babel-preset-es2015": "^6.3.13",
"chai": "^4.1.0",
"chalk": "^2.0.1",
"codecov": "^3.0.0",
"cssnano": "^3.4.0",
"del": "^3.0.0",
"eslint": "^4.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-chai-friendly": "^0.4.0",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-node": "^5.0.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "github:gulpjs/gulp#v4.0.0",
"gulp-eslint": "^4.0.1",
"gulp-gh-pages": "^0.5.4",
"gulp-iconfont": "^10.0.2",
"gulp-if": "^2.0.0",
"gulp-notify": "^3.0.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-stylelint-console-reporter": "0.1.1",
"gulp-uglify": "^2.1.2",
"gulp-webserver": "^0.9.1",
"jquery": "^3.1.0",
"karma": "^2.0.0",
"karma-babel-preprocessor": "^7.0.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.0",
"karma-fixture": "^0.2.5",
"karma-html2js-preprocessor": "^1.1.0",
"karma-mocha": "^1.1.1",
"karma-notify-reporter": "^1.0.1",
"karma-nyan-reporter": "^0.2.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.3",
"marked": "^0.3.5",
"metalsmith": "^2.1.0",
"metalsmith-collections": "^0.7.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-jade": "^2.0.2",
"metalsmith-layouts": "^1.4.2",
"metalsmith-markdown": "^0.2.1",
"metalsmith-relative": "^1.0.3",
"mocha": "^5.0.0",
"phantomjs-prebuilt": "^2.1.7",
"postcss-calc": "^6.0.0",
"postcss-color-function": "^4.0.0",
"postcss-conditionals": "^2.1.0",
"postcss-custom-media": "^6.0.0",
"postcss-each": "^0.10.0",
"postcss-font-magician": "^2.0.0",
"postcss-for": "^2.1.1",
"postcss-import": "^11.0.0",
"postcss-mixins": "^6.0.1",
"postcss-nested": "^3.0.0",
"postcss-reporter": "^5.0.0",
"postcss-simple-vars": "^4.0.0",
"prismjs": "^1.3.0",
"run-sequence": "^2.0.0",
"sinon": "^4.0.0",
"sinon-test": "^2.1.1",
"stylelint": "~8.4.0",
"stylelint-order": "^0.8.0",
"webpack-stream": "^4.0.0",
"yargs": "^11.0.0"
},
"greenkeeper": {
"ignore": [
"metalsmith-collections",
"metalsmith-layouts",
"normalize.css"
]
}
}