mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
N°7063 - Forms SDK - Add Symfony forms component
error forms issue
This commit is contained in:
125
node_modules/tom-select/package.json
generated
vendored
Normal file
125
node_modules/tom-select/package.json
generated
vendored
Normal file
@@ -0,0 +1,125 @@
|
||||
{
|
||||
"name": "tom-select",
|
||||
"keywords": [
|
||||
"select",
|
||||
"ui",
|
||||
"form",
|
||||
"input",
|
||||
"control",
|
||||
"autocomplete",
|
||||
"tagging",
|
||||
"tag"
|
||||
],
|
||||
"main": "dist/js/tom-select.complete.js",
|
||||
"browser": "dist/js/tom-select.complete.js",
|
||||
"module": "dist/esm/tom-select.complete.js",
|
||||
"types": "dist/types/tom-select.complete.d.ts",
|
||||
"description": "Tom Select is a versatile and dynamic <select> UI control. Forked from Selectize.js to provide a framework agnostic autocomplete widget with native-feeling keyboard navigation, it's useful for tagging, contact lists, country selectors, etc.",
|
||||
"homepage": "https://tom-select.js.org",
|
||||
"version": "2.3.1",
|
||||
"files": [
|
||||
"/dist",
|
||||
"/src"
|
||||
],
|
||||
"author": "Josh Schmidt (https://github.com/oyejorge)",
|
||||
"contributors": [
|
||||
"Brian Reavis <brian@thirdroute.com>"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/orchidjs/tom-select.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@11ty/eleventy": "^2.0.1",
|
||||
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
|
||||
"@babel/core": "^7.23.2",
|
||||
"@babel/plugin-transform-class-properties": "^7.22.5",
|
||||
"@babel/preset-env": "^7.23.2",
|
||||
"@babel/preset-typescript": "^7.23.2",
|
||||
"@lodder/grunt-postcss": "^3.0.0",
|
||||
"@orchidjs/eleventy-plugin-ids": "^0.1.0",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@rollup/plugin-alias": "^5.0.1",
|
||||
"@rollup/plugin-babel": "^6.0.3",
|
||||
"@rollup/plugin-node-resolve": "^15.0.1",
|
||||
"@rollup/plugin-terser": "^0.4.4",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"bootstrap": "npm:bootstrap@4",
|
||||
"bootstrap-sass": "^3.4.3",
|
||||
"bootstrap5": "npm:bootstrap@^5.3.2",
|
||||
"broken-link-checker": "^0.7.8",
|
||||
"chai": "^4.3.10",
|
||||
"cssnano": "^6.0.0",
|
||||
"grunt": "^1.6.1",
|
||||
"grunt-cli": "^1.3.2",
|
||||
"grunt-contrib-clean": "^2.0.1",
|
||||
"grunt-contrib-connect": "^4.0.0",
|
||||
"grunt-contrib-copy": "^1.0.0",
|
||||
"grunt-contrib-watch": "^1.1.0",
|
||||
"grunt-replace": "^2.0.0",
|
||||
"grunt-sass": "^3.1.0",
|
||||
"grunt-shell": "^4.0.0",
|
||||
"husky": "^8.0.3",
|
||||
"icon-blender": "^1.0.0-beta.4",
|
||||
"jsdom": "^22.1.0",
|
||||
"karma": "^6.4.2",
|
||||
"karma-browserstack-launcher": "^1.6.0",
|
||||
"karma-chai": "^0.1.0",
|
||||
"karma-chrome-launcher": "^3.2.0",
|
||||
"karma-coverage": "^2.2.1",
|
||||
"karma-coveralls": "^2.1.0",
|
||||
"karma-firefox-launcher": "^2.1.0",
|
||||
"karma-mocha": "^2.0.1",
|
||||
"karma-mocha-reporter": "^2.2.5",
|
||||
"karma-safari-launcher": "^1.0.0",
|
||||
"karma-sourcemap-loader": "^0.4.0",
|
||||
"load-grunt-tasks": "^5.1.0",
|
||||
"mocha": "^10.2.0",
|
||||
"postcss": "^8.4.31",
|
||||
"puppeteer": "^21.3.8",
|
||||
"rollup": "^4.1.4",
|
||||
"rollup-plugin-insert": "^1.3.2",
|
||||
"sass": "^1.69.4",
|
||||
"stylelint": "^15.11.0",
|
||||
"stylelint-config-prettier-scss": "^1.0.0",
|
||||
"stylelint-config-standard": "^34.0.0",
|
||||
"stylelint-config-standard-scss": "^11.0.0",
|
||||
"syn": "^0.15.0",
|
||||
"tslib": "^2.6.2",
|
||||
"typescript": "^5.2.2"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "grunt build",
|
||||
"build:types": "npx typescript -p .config --emitDeclarationOnly",
|
||||
"test": "karma start",
|
||||
"test:one": "karma start --test_one",
|
||||
"test:typescript": "npx typescript -p .config --noemit",
|
||||
"start": "grunt serve",
|
||||
"pretest": "grunt build",
|
||||
"prepare": "husky install",
|
||||
"stylelint": "stylelint -c .config/stylelintrc.json 'src/**/*.scss'"
|
||||
},
|
||||
"engines": {
|
||||
"node": "*"
|
||||
},
|
||||
"browserslist": [
|
||||
">= 0.5%",
|
||||
"not dead",
|
||||
"Chrome >= 60",
|
||||
"Firefox >= 60",
|
||||
"Firefox ESR",
|
||||
"Edge >= 17",
|
||||
"iOS >= 12",
|
||||
"Safari >= 12",
|
||||
"not Explorer <= 11"
|
||||
],
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/tom-select"
|
||||
},
|
||||
"dependencies": {
|
||||
"@orchidjs/sifter": "^1.0.3",
|
||||
"@orchidjs/unicode-variants": "^1.0.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user