forked from xdevelx/muilessium
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.82 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.82 KB
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
{
"name": "muilessium",
"version": "1.0.6",
"description": "UI Framework",
"keywords": "css, less, responsive, front-end, ui, components, framework",
"author": "Ivan Bogachev <sfi0zy@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/sfi0zy/muilessium.git"
},
"main": "gulpfile.js",
"browserslist": [
"> .5% and last 2 versions",
"not dead",
"not OperaMini all",
"ie >= 11",
"Edge >= 12"
],
"scripts": {
"dev": "./node_modules/.bin/gulp",
"prod": "./node_modules/.bin/gulp --production",
"save-installed": "node ./npm-save-installed"
},
"dependencies": {
"hammerjs": "2.0.8",
"imagesloaded": "4.1.4",
"normalize.css": "5.0.0",
"object-assign": "4.1.1",
"object-fit-images": "2.5.9",
"smoothscroll-polyfill": "0.3.6",
"to-slug-case": "1.0.0"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-preset-env": "1.7.0",
"babel-register": "6.26.0",
"browser-sync": "2.26.5",
"colors": "1.3.3",
"cssnano": "4.1.10",
"doiuse": "4.2.0",
"dss": "1.0.4",
"eslint-config-airbnb-base": "12.1.0",
"eslint-plugin-import": "2.14.0",
"gulp": "4.0.0",
"gulp-eslint": "4.0.2",
"gulp-if": "2.0.2",
"gulp-less": "4.0.1",
"gulp-load-plugins": "1.6.0",
"gulp-nodeunit": "0.1.0",
"gulp-postcss": "8.0.0",
"gulp-rename": "1.4.0",
"gulp-size": "2.1.0",
"gulp-sourcemaps": "2.6.4",
"gulp-util": "3.0.8",
"jsdom": "11.12.0",
"jsdom-global": "3.0.2",
"list-selectors": "2.0.0",
"path": "0.12.7",
"postcss-fixes": "2.0.1",
"postcss-preset-env": "6.6.0",
"pug": "2.0.4",
"through": "2.3.8",
"uglifyjs-webpack-plugin": "1.3.0",
"webpack": "3.12.0",
"webpack-stream": "4.0.3",
"yargs": "9.0.1"
}
}