|
1 | 1 | {
|
2 |
| - "name": "@jupyter/root-ui-toolkit", |
3 |
| - "version": "0.10.0", |
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.7.0", |
40 |
| - "eslint-plugin-prettier": "^4.2.1", |
41 |
| - "lerna": "^7.0.0", |
42 |
| - "prettier": "^2.8.8", |
43 |
| - "stylelint": "^14.9.1", |
44 |
| - "stylelint-config-prettier": "^9.0.4", |
45 |
| - "stylelint-config-recommended": "^8.0.0", |
46 |
| - "stylelint-config-standard": "^26.0.0", |
47 |
| - "stylelint-prettier": "^2.0.0" |
48 |
| - }, |
49 |
| - "resolutions": { |
50 |
| - "file-system-cache": "<2.4.0 || >2.4.0" |
51 |
| - }, |
52 |
| - "packageManager": "[email protected]", |
53 |
| - "stylelint": { |
54 |
| - "extends": [ |
55 |
| - "stylelint-config-recommended", |
56 |
| - "stylelint-config-standard", |
57 |
| - "stylelint-prettier/recommended" |
| 2 | + "name": "@jupyter/root-ui-toolkit", |
| 3 | + "version": "0.10.1", |
| 4 | + "private": true, |
| 5 | + "description": "UI Toolkit for Jupyter", |
| 6 | + "keywords": [ |
| 7 | + "jupyter" |
58 | 8 | ],
|
59 |
| - "rules": { |
60 |
| - "property-no-vendor-prefix": null, |
61 |
| - "selector-class-pattern": null, |
62 |
| - "selector-no-vendor-prefix": null, |
63 |
| - "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.7.0", |
| 40 | + "eslint-plugin-prettier": "^4.2.1", |
| 41 | + "lerna": "^7.0.0", |
| 42 | + "prettier": "^2.8.8", |
| 43 | + "stylelint": "^14.9.1", |
| 44 | + "stylelint-config-prettier": "^9.0.4", |
| 45 | + "stylelint-config-recommended": "^8.0.0", |
| 46 | + "stylelint-config-standard": "^26.0.0", |
| 47 | + "stylelint-prettier": "^2.0.0" |
| 48 | + }, |
| 49 | + "resolutions": { |
| 50 | + "file-system-cache": "<2.4.0 || >2.4.0" |
| 51 | + }, |
| 52 | + "packageManager": "[email protected]", |
| 53 | + "stylelint": { |
| 54 | + "extends": [ |
| 55 | + "stylelint-config-recommended", |
| 56 | + "stylelint-config-standard", |
| 57 | + "stylelint-prettier/recommended" |
| 58 | + ], |
| 59 | + "rules": { |
| 60 | + "property-no-vendor-prefix": null, |
| 61 | + "selector-class-pattern": null, |
| 62 | + "selector-no-vendor-prefix": null, |
| 63 | + "value-no-vendor-prefix": null |
| 64 | + } |
64 | 65 | }
|
65 |
| - } |
66 | 66 | }
|
0 commit comments