|
1 | 1 | { |
2 | | - "name": "@jupyter/root-ui-toolkit", |
3 | | - "version": "0.10.1", |
4 | | - "private": true, |
5 | | - "description": "UI Toolkit for Jupyter", |
6 | | - "keywords": [ |
7 | | - "jupyter" |
8 | | - ], |
9 | | - "homepage": "https://jupyterlab-contrib.github.io/jupyter-ui-toolkit/", |
10 | | - "bugs": { |
11 | | - "url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/issues" |
12 | | - }, |
13 | | - "license": "BSD-3-Clause", |
14 | | - "author": { |
15 | | - "name": "Project Jupyter" |
16 | | - }, |
17 | | - "repository": { |
18 | | - "type": "git", |
19 | | - "url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit.git" |
20 | | - }, |
21 | | - "workspaces": [ |
22 | | - "packages/*" |
23 | | - ], |
24 | | - "scripts": { |
25 | | - "build": "lerna run build", |
26 | | - "build:prod": "lerna run --scope @jupyter/web-components --scope @jupyter/react-components build && lerna run --scope jupyter-ui-demo build:prod", |
27 | | - "clean": "lerna run clean", |
28 | | - "format": "yarn stylelint && prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", |
29 | | - "format:check": "yarn stylelint:check && prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", |
30 | | - "lint": "lerna run eslint", |
31 | | - "lint:check": "lerna run eslint:check", |
32 | | - "stylelint": "yarn stylelint:check --fix", |
33 | | - "stylelint:check": "stylelint --cache \"packages/lab-example/style/**/*.css\"" |
34 | | - }, |
35 | | - "devDependencies": { |
36 | | - "@typescript-eslint/eslint-plugin": "^5.55.0", |
37 | | - "@typescript-eslint/parser": "^5.55.0", |
38 | | - "eslint": "^8.36.0", |
39 | | - "eslint-config-prettier": "^8.8.0", |
40 | | - "eslint-plugin-prettier": "^5.0.0", |
41 | | - "lerna": "^7.0.0", |
42 | | - "prettier": "^3.0.0", |
43 | | - "stylelint": "^15.10.1", |
44 | | - "stylelint-config-recommended": "^13.0.0", |
45 | | - "stylelint-config-standard": "^34.0.0", |
46 | | - "stylelint-prettier": "^4.0.0" |
47 | | - }, |
48 | | - "resolutions": { |
49 | | - "file-system-cache": "<2.4.0 || >2.4.0" |
50 | | - }, |
51 | | - "packageManager": "yarn@3.6.0", |
52 | | - "stylelint": { |
53 | | - "extends": [ |
54 | | - "stylelint-config-recommended", |
55 | | - "stylelint-config-standard", |
56 | | - "stylelint-prettier/recommended" |
| 2 | + "name": "@jupyter/root-ui-toolkit", |
| 3 | + "version": "0.11.0", |
| 4 | + "private": true, |
| 5 | + "description": "UI Toolkit for Jupyter", |
| 6 | + "keywords": [ |
| 7 | + "jupyter" |
57 | 8 | ], |
58 | | - "rules": { |
59 | | - "property-no-vendor-prefix": null, |
60 | | - "selector-class-pattern": null, |
61 | | - "selector-no-vendor-prefix": null, |
62 | | - "value-no-vendor-prefix": null |
| 9 | + "homepage": "https://jupyterlab-contrib.github.io/jupyter-ui-toolkit/", |
| 10 | + "bugs": { |
| 11 | + "url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit/issues" |
| 12 | + }, |
| 13 | + "license": "BSD-3-Clause", |
| 14 | + "author": { |
| 15 | + "name": "Project Jupyter" |
| 16 | + }, |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "https://github.com/jupyterlab-contrib/jupyter-ui-toolkit.git" |
| 20 | + }, |
| 21 | + "workspaces": [ |
| 22 | + "packages/*" |
| 23 | + ], |
| 24 | + "scripts": { |
| 25 | + "build": "lerna run build", |
| 26 | + "build:prod": "lerna run --scope @jupyter/web-components --scope @jupyter/react-components build && lerna run --scope jupyter-ui-demo build:prod", |
| 27 | + "clean": "lerna run clean", |
| 28 | + "format": "yarn stylelint && prettier --write \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", |
| 29 | + "format:check": "yarn stylelint:check && prettier --list-different \"**/*{.ts,.tsx,.js,.jsx,.css,.json,.md}\"", |
| 30 | + "lint": "lerna run eslint", |
| 31 | + "lint:check": "lerna run eslint:check", |
| 32 | + "stylelint": "yarn stylelint:check --fix", |
| 33 | + "stylelint:check": "stylelint --cache \"packages/lab-example/style/**/*.css\"" |
| 34 | + }, |
| 35 | + "devDependencies": { |
| 36 | + "@typescript-eslint/eslint-plugin": "^5.55.0", |
| 37 | + "@typescript-eslint/parser": "^5.55.0", |
| 38 | + "eslint": "^8.36.0", |
| 39 | + "eslint-config-prettier": "^8.8.0", |
| 40 | + "eslint-plugin-prettier": "^5.0.0", |
| 41 | + "lerna": "^7.0.0", |
| 42 | + "prettier": "^3.0.0", |
| 43 | + "stylelint": "^15.10.1", |
| 44 | + "stylelint-config-recommended": "^13.0.0", |
| 45 | + "stylelint-config-standard": "^34.0.0", |
| 46 | + "stylelint-prettier": "^4.0.0" |
| 47 | + }, |
| 48 | + "resolutions": { |
| 49 | + "file-system-cache": "<2.4.0 || >2.4.0" |
| 50 | + }, |
| 51 | + "packageManager": "yarn@3.6.0", |
| 52 | + "stylelint": { |
| 53 | + "extends": [ |
| 54 | + "stylelint-config-recommended", |
| 55 | + "stylelint-config-standard", |
| 56 | + "stylelint-prettier/recommended" |
| 57 | + ], |
| 58 | + "rules": { |
| 59 | + "property-no-vendor-prefix": null, |
| 60 | + "selector-class-pattern": null, |
| 61 | + "selector-no-vendor-prefix": null, |
| 62 | + "value-no-vendor-prefix": null |
| 63 | + } |
63 | 64 | } |
64 | | - } |
65 | 65 | } |
0 commit comments