Lines Matching +full:css +full:- +full:lint
2 "name": "bpmn-js-bpmnlint",
4 "description": "bpmn-js integration for bpmnlint",
8 "umd:main": "dist/bpmn-js-bpmnlint.umd.js",
10 "all": "run-s lint test distro",
11 "lint": "eslint .", string
12 "start": "cross-env SINGLE_START=true npm run dev",
13 "test": "karma start --no-auto-test --single-run",
15 "distro": "run-s build test:build copy-assets",
16 "build": "NODE_ENV=production rollup -c --bundleConfigAsCjs",
17 "build:watch": "npm run build -- -w",
19 "copy-assets": "cpx assets/css/* dist/assets/css/ -v",
20 "prepublishOnly": "run-s distro"
32 "url": "git+https://github.com/bpmn-io/bpmn-js-bpmnlint.git"
43 "bpmn-js": "^18.11.0",
45 "bpmnlint-loader": "^0.1.6",
48 "cross-env": "^10.1.0",
49 "diagram-js": "^15.7.0",
51 "eslint-plugin-bpmn-io": "^2.2.0",
53 "karma-chrome-launcher-2": "^3.3.0",
54 "karma-debug-launcher": "^0.0.5",
55 "karma-env-preprocessor": "^0.1.1",
56 "karma-mocha": "^2.0.1",
57 "karma-webpack": "^5.0.1",
59 "mocha-test-container-support": "^0.2.0",
60 "npm-run-all2": "^8.0.4",
63 "rollup-plugin-string": "^3.0.0",
65 "sinon-chai": "^4.0.0",
69 "min-dash": "^5.0.0",
70 "min-dom": "^5.2.0"
73 "bpmn-js": "*",
75 "diagram-js": "*"