-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
{
"name": "mbe-slider",
"version": "3.0.0",
"description": "The ultimate responsive, super optimized, pure JS slider",
"scripts": {
"test": "gulp karma:start --single",
"lint": "gulp webpack:watch --single"
},
"repository": {
"type": "https",
"url": "https://github.com/nikini/mbe-slider.git"
},
"author": "Ciprian Mocanu <ciprian@mbe.ro>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^0.27.3",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-loader": "^1.7.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"gulp": "^3.9.1",
"gulp-exec": "^2.1.3",
"gulp-help": "^1.6.1",
"gulp-util": "^3.0.8",
"htmlhint-loader": "^1.1.2",
"node-sass": "^4.5.1",
"postcss-loader": "^1.3.3",
"precss": "^1.4.0",
"require-dir": "^0.3.1",
"run-sequence": "^1.2.2",
"sass-lint": "^1.10.2",
"sass-loader": "^6.0.3",
"sasslint-webpack-plugin": "^1.0.4",
"source-map-loader": "^0.2.0",
"style-loader": "^0.16.0",
"webpack": "^2.3.2",
"yargs": "^7.0.2"
},
"dependencies": {
"benchmark": "^2.1.4"
}
}