-
Notifications
You must be signed in to change notification settings - Fork 721
/
package.json
125 lines (125 loc) · 4.77 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
{
"name": "daemonite-material",
"author": "Daemon Pty Ltd",
"browserslist": [
"last 1 major version",
">= 1%",
"Android >= 4.4",
"Chrome >= 45",
"Edge >= 12",
"Explorer >= 10",
"Firefox >= 38",
"iOS >= 9",
"Opera >= 30",
"Safari >= 9"
],
"bugs": {
"url": "https://github.com/Daemonite/material/issues"
},
"bundlesize": [
{
"path": "./css/material.css"
},
{
"path": "./css/material.min.css"
},
{
"path": "./js/material.js"
},
{
"path": "./js/material.min.js"
}
],
"dependencies": {},
"description": "Daemonite's Material UI is a cross-platform and fully responsive front-end interface based on Google Material Design developed using Bootstrap 4.",
"devDependencies": {
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-object-rest-spread": "^7.7.7",
"@babel/preset-env": "^7.7.7",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"bundlesize": "^0.18.0",
"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint-plugin-compat": "^3.3.0",
"htmllint-cli": "0.0.7",
"node-sass": "^4.13.0",
"npm-run-all": "^4.1.5",
"pickadate": "^3.6.4",
"postcss-cli": "^7.1.0",
"rollup": "^1.29.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"stylelint": "^12.0.1",
"stylelint-config-recommended-scss": "^4.1.0",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^4.0.0",
"stylelint-scss": "^3.13.0",
"uglify-js": "^3.7.4",
"vnu-jar": "^20.1.2"
},
"engines": {
"node": ">=6"
},
"file": [
"assets/",
"css/",
"js/"
],
"homepage": "http://daemonite.github.io/material/",
"keywords": [
"bootstrap",
"css",
"framework",
"front-end",
"html",
"js",
"material",
"sass"
],
"license": "MIT",
"main": "js/material.js",
"peerDependencies": {
"jquery": "1.9.1 - 3",
"pickadate": "^3.5.6"
},
"repository": {
"type": "git",
"url": "https://github.com/Daemonite/material.git"
},
"sass": "assets/sass/material.scss",
"scripts": {
"bundlesize": "bundlesize",
"css": "npm-run-all --parallel css-lint* css-compile* --sequential css-prefix* css-minify*",
"css-build": "npm-run-all --parallel css-lint css-compile --sequential css-prefix css-minify",
"css-build-docs": "npm-run-all --parallel css-lint-docs css-compile-docs --sequential css-prefix-docs css-minify-docs",
"css-compile": "node-sass --output-style expanded --precision 6 --source-map true --source-map-contents true assets/scss/material.scss css/material.css",
"css-compile-docs": "node-sass --output-style expanded --precision 6 --source-map true --source-map-contents true docs-assets/scss/docs.scss docs/css/docs.css",
"css-lint": "stylelint --config build/.stylelintrc --syntax scss \"assets/scss/**/*.scss\"",
"css-lint-docs": "stylelint --config build/.stylelintrc --syntax scss \"docs-assets/scss/**/*.scss\"",
"css-lint-vars": "node build/lint-vars.js assets/scss/",
"css-minify": "postcss --config build/postcss.config.js --env minify --output css/material.min.css css/material.css",
"css-minify-docs": "postcss --config build/postcss.config.js --env minify --output docs/css/docs.min.css docs/css/docs.css",
"css-prefix": "postcss --config build/postcss.config.js --env prefix --replace \"css/material.css\"",
"css-prefix-docs": "postcss --config build/postcss.config.js --env prefix --replace \"docs/css/docs.css\"",
"dist": "npm-run-all --parallel css js --sequential bundlesize",
"docs": "npm-run-all --parallel css-build-docs js-build-docs --sequential docs-compile docs-lint",
"docs-compile": "bundle exec jekyll build",
"docs-lint": "npm-run-all docs-lint-*",
"docs-lint-htmllint": "htmllint --rc build/.htmllintrc \"gh-pages/**/*.html\"",
"docs-lint-vnu-jar": "node build/vnu-jar.js",
"docs-serve": "bundle exec jekyll serve",
"js": "npm-run-all js-lint* js-compile* js-minify*",
"js-build": "npm-run-all js-lint js-compile js-minify",
"js-build-docs": "npm-run-all js-lint-docs js-minify-docs",
"js-compile": "rollup --config build/rollup.config.js --sourcemap",
"js-lint": "eslint --config build/.eslintrc.json assets/js/src/",
"js-lint-docs": "eslint --config build/.eslintrc.doc.json docs-assets/js/",
"js-minify": "uglifyjs --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=js/material.js.map,includeSources,url=material.min.js.map\" --output js/material.min.js js/material.js",
"js-minify-docs": "uglifyjs --comments \"/^!/\" --mangle --output docs/js/docs.min.js \"docs-assets/js/vendor/*.js\" docs-assets/js/docs.js"
},
"style": "css/material.css",
"version": "4.1.1"
}