قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* remove old materialize css * add new materlialize css * update paths of materialize css * fix visibility of normal selects * fix selected in segmentation layer * fix style for disabled selects * update materializecss to 1.2.0 * update/fix some ui tests * update materializecss to 1.2.1 * Apply patch from https://github.com/materializecss/materialize/pull/331 * update expected test files * ignore list elements for modal buttons * update expected test files * update materializecss to 1.2.2 * fix ui test * Update UI test screenshots --------- Co-authored-by: Ben <ben.burgess@innocraft.com>
88 خطوط
2.4 KiB
JSON
Vendored
88 خطوط
2.4 KiB
JSON
Vendored
{
|
|
"name": "@materializecss/materialize",
|
|
"description": "Builds Materialize distribution packages",
|
|
"author": "Alvin Wang, Alan Chang",
|
|
"homepage": "https://materializecss.github.io/materialize/",
|
|
"version": "1.2.2",
|
|
"main": "dist/js/materialize.js",
|
|
"style": "dist/css/materialize.css",
|
|
"sass": "sass/materialize.scss",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/materializecss/materialize.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/materializecss/materialize/issues"
|
|
},
|
|
"scripts": {
|
|
"dev": "grunt monitor",
|
|
"test": "grunt test",
|
|
"release": "grunt release",
|
|
"precommit": "lint-staged",
|
|
"docs": "grunt docs",
|
|
"commit": "npx cz",
|
|
"_postinstall": "husky install",
|
|
"prepack": "pinst --disable",
|
|
"postpack": "pinst --enable"
|
|
},
|
|
"lint-staged": {
|
|
"js/*.js": [
|
|
"prettier --write",
|
|
"git add"
|
|
]
|
|
},
|
|
"engine": "node >= 6",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^17.0.3",
|
|
"@commitlint/config-conventional": "^17.0.3",
|
|
"autoprefixer": "^7.1.1",
|
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"commitlint": "^17.0.3",
|
|
"cz-conventional-changelog": "^3.3.0",
|
|
"grunt": "^1.0.1",
|
|
"grunt-babel": "^6.0.0",
|
|
"grunt-banner": "^0.6.0",
|
|
"grunt-browser-sync": "^2.2.0",
|
|
"grunt-concurrent": "^3.0.0",
|
|
"grunt-contrib-clean": "^1.1.0",
|
|
"grunt-contrib-compress": "^1.4.1",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-connect": "^3.0.0",
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-jasmine": "^3.0.0",
|
|
"grunt-contrib-pug": "^3.0.0",
|
|
"grunt-contrib-uglify": "^3.0.1",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-notify": "^0.4.5",
|
|
"grunt-postcss": "^0.9.0",
|
|
"grunt-remove-logging": "^0.2.0",
|
|
"grunt-rename-util": "^1.0.0",
|
|
"grunt-sass": "^3.1.0",
|
|
"grunt-text-replace": "^0.4.0",
|
|
"husky": "^8.0.1",
|
|
"jasmine": "^3.8.0",
|
|
"jquery": "^3.2.1",
|
|
"lint-staged": "^7.0.5",
|
|
"node-archiver": "^0.3.0",
|
|
"phantomjs-prebuilt": "^2.1.14",
|
|
"pinst": "^3.0.0",
|
|
"prettier": "^1.12.1",
|
|
"sass": "^1.35.2"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"extras",
|
|
"js/**/*.js",
|
|
"sass/**/*.scss",
|
|
"Gruntfile.js",
|
|
"LICENSE"
|
|
],
|
|
"config": {
|
|
"commitizen": {
|
|
"path": "./node_modules/cz-conventional-changelog"
|
|
}
|
|
}
|
|
}
|