|
1 | 1 | {
|
2 |
| - "name": "root", |
3 |
| - "version": "6.0.3", |
4 |
| - "scripts": { |
5 |
| - "start": "npm run storybook", |
6 |
| - "version": "./update-version.sh", |
7 |
| - "build": "npm run build --workspaces && npm run lint --workspaces", |
8 |
| - "typedoc": "typedoc --readme none --disableSources --tsconfig packages/core/tsconfig.json", |
9 |
| - "serve-docs": "http-server packages/core/gen-docs", |
10 |
| - "storybook:run": "storybook dev -p 9009 --no-open", |
11 |
| - "watch:core": "npm run watch -w packages/core", |
12 |
| - "storybook": "concurrently \"npm run storybook:run\" \"npm run watch:core\"", |
13 |
| - "build-storybook": "npm run build --workspaces && storybook build -o storybook-build/", |
14 |
| - "prod-storybook": "npm run build-storybook && npx http-server storybook-build -p 9009", |
15 |
| - "test": "cd packages/core && npm run test --", |
16 |
| - "test-18": "./setup-react-18-test.sh && cd packages/core && npm run test --", |
17 |
| - "test-source": "cd packages/source && npm run test", |
18 |
| - "test-cells": "cd packages/cells && npm run test", |
19 |
| - "test-projects": "cd test-projects/ && ./bootstrap-projects.sh" |
20 |
| - }, |
21 |
| - "type": "commonjs", |
22 |
| - "author": "Glide", |
23 |
| - "license": "MIT", |
24 |
| - "workspaces": [ |
25 |
| - "./packages/core", |
26 |
| - "./packages/cells", |
27 |
| - "./packages/source" |
28 |
| - ], |
29 |
| - "devDependencies": { |
30 |
| - "@babel/cli": "^7.16.0", |
31 |
| - "@babel/core": "^7.9.0", |
32 |
| - "@babel/plugin-proposal-class-properties": "^7.8.3", |
33 |
| - "@babel/preset-env": "^7.16.4", |
34 |
| - "@babel/preset-react": "^7.8.3", |
35 |
| - "@babel/preset-typescript": "^7.9.0", |
36 |
| - "@faker-js/faker": "^7.6.0", |
37 |
| - "@linaria/babel-preset": "^4.5.3", |
38 |
| - "@linaria/cli": "^4.5.3", |
39 |
| - "@linaria/core": "^4.5.3", |
40 |
| - "@linaria/esbuild": "^4.5.3", |
41 |
| - "@linaria/react": "^4.5.3", |
42 |
| - "@linaria/shaker": "^4.5.3", |
43 |
| - "@linaria/vite": "^4.5.3", |
44 |
| - "@linaria/webpack-loader": "^4.5.3", |
45 |
| - "@storybook/addon-actions": "^7.6.12", |
46 |
| - "@storybook/addon-controls": "^7.6.12", |
47 |
| - "@storybook/addon-links": "^7.6.12", |
48 |
| - "@storybook/addon-storysource": "^7.6.12", |
49 |
| - "@storybook/addons": "^7.6.12", |
50 |
| - "@storybook/react": "^7.6.12", |
51 |
| - "@storybook/react-vite": "^7.6.12", |
52 |
| - "@storybook/react-webpack5": "^7.6.12", |
53 |
| - "@testing-library/react": "^12.1.2", |
54 |
| - "@testing-library/react-hooks": "^8.0.1", |
55 |
| - "@testing-library/user-event": "^14.5.1", |
56 |
| - "@types/cheerio": "^0.22.30", |
57 |
| - "@types/lodash": "^4.14.177", |
58 |
| - "@types/marked": "^4.0.2", |
59 |
| - "@types/node": "^18.7.13", |
60 |
| - "@types/prosemirror-commands": "^1.0.4", |
61 |
| - "@types/prosemirror-inputrules": "^1.0.4", |
62 |
| - "@types/prosemirror-model": "^1.16.1", |
63 |
| - "@types/prosemirror-state": "^1.2.8", |
64 |
| - "@types/react": "^16.14.21 || 17.x", |
65 |
| - "@types/react-dom": "^16.9.5 || 17.x", |
66 |
| - "@types/react-syntax-highlighter": "^15.5.5", |
67 |
| - "@typescript-eslint/eslint-plugin": "^5.30.5", |
68 |
| - "@typescript-eslint/parser": "^6.4.1", |
69 |
| - "@typescript-eslint/typescript-estree": "^5.30.5", |
70 |
| - "@vitejs/plugin-react": "^4.2.0", |
71 |
| - "babel-loader": "^8.1.0", |
72 |
| - "chokidar-cli": "^3.0.0", |
73 |
| - "clean-css-cli": "^5.6.2", |
74 |
| - "concurrently": "^8.2.2", |
75 |
| - "esbuild": "^0.19.2", |
76 |
| - "eslint": "^8.19.0", |
77 |
| - "eslint-plugin-import": "^2.26.0", |
78 |
| - "eslint-plugin-react": "^7.30.1", |
79 |
| - "eslint-plugin-react-hooks": "^4.6.0", |
80 |
| - "eslint-plugin-sonarjs": "^0.13.0", |
81 |
| - "eslint-plugin-unicorn": "^43.0.1", |
82 |
| - "http-server": "^14.1.1", |
83 |
| - "jsdom": "^22.1.0", |
84 |
| - "lodash": "^4.17.21", |
85 |
| - "marked": "^4.0.10", |
86 |
| - "mini-css-extract-plugin": "^2.6.1", |
87 |
| - "prettier": "^3.0.2", |
88 |
| - "react": "^16.12.0 || 17.x", |
89 |
| - "react-dom": "^16.12.0 || 17.x", |
90 |
| - "react-laag": "^2.0.3", |
91 |
| - "react-responsive-carousel": "^3.2.7", |
92 |
| - "react-syntax-highlighter": "^15.4.5", |
93 |
| - "resolve-typescript-plugin": "^2.0.1", |
94 |
| - "storybook": "^7.6.12", |
95 |
| - "tsc-esm-fix": "^2.7.8", |
96 |
| - "typedoc": "^0.25.4", |
97 |
| - "typescript": "^5.1.6", |
98 |
| - "vitest": "^0.34.6", |
99 |
| - "vitest-canvas-mock": "^0.3.3", |
100 |
| - "webpack": "^5.73.0" |
101 |
| - } |
| 2 | + "name": "root", |
| 3 | + "version": "6.0.4-alpha01", |
| 4 | + "scripts": { |
| 5 | + "start": "npm run storybook", |
| 6 | + "version": "./update-version.sh", |
| 7 | + "build": "npm run build --workspaces && npm run lint --workspaces", |
| 8 | + "typedoc": "typedoc --readme none --disableSources --tsconfig packages/core/tsconfig.json", |
| 9 | + "serve-docs": "http-server packages/core/gen-docs", |
| 10 | + "storybook:run": "storybook dev -p 9009 --no-open", |
| 11 | + "watch:core": "npm run watch -w packages/core", |
| 12 | + "storybook": "concurrently \"npm run storybook:run\" \"npm run watch:core\"", |
| 13 | + "build-storybook": "npm run build --workspaces && storybook build -o storybook-build/", |
| 14 | + "prod-storybook": "npm run build-storybook && npx http-server storybook-build -p 9009", |
| 15 | + "test": "cd packages/core && npm run test --", |
| 16 | + "test-18": "./setup-react-18-test.sh && cd packages/core && npm run test --", |
| 17 | + "test-source": "cd packages/source && npm run test", |
| 18 | + "test-cells": "cd packages/cells && npm run test", |
| 19 | + "test-projects": "cd test-projects/ && ./bootstrap-projects.sh" |
| 20 | + }, |
| 21 | + "type": "commonjs", |
| 22 | + "author": "Glide", |
| 23 | + "license": "MIT", |
| 24 | + "workspaces": [ |
| 25 | + "./packages/core", |
| 26 | + "./packages/cells", |
| 27 | + "./packages/source" |
| 28 | + ], |
| 29 | + "devDependencies": { |
| 30 | + "@babel/cli": "^7.16.0", |
| 31 | + "@babel/core": "^7.9.0", |
| 32 | + "@babel/plugin-proposal-class-properties": "^7.8.3", |
| 33 | + "@babel/preset-env": "^7.16.4", |
| 34 | + "@babel/preset-react": "^7.8.3", |
| 35 | + "@babel/preset-typescript": "^7.9.0", |
| 36 | + "@faker-js/faker": "^7.6.0", |
| 37 | + "@linaria/babel-preset": "^4.5.3", |
| 38 | + "@linaria/cli": "^4.5.3", |
| 39 | + "@linaria/core": "^4.5.3", |
| 40 | + "@linaria/esbuild": "^4.5.3", |
| 41 | + "@linaria/react": "^4.5.3", |
| 42 | + "@linaria/shaker": "^4.5.3", |
| 43 | + "@linaria/vite": "^4.5.3", |
| 44 | + "@linaria/webpack-loader": "^4.5.3", |
| 45 | + "@storybook/addon-actions": "^7.6.12", |
| 46 | + "@storybook/addon-controls": "^7.6.12", |
| 47 | + "@storybook/addon-links": "^7.6.12", |
| 48 | + "@storybook/addon-storysource": "^7.6.12", |
| 49 | + "@storybook/addons": "^7.6.12", |
| 50 | + "@storybook/react": "^7.6.12", |
| 51 | + "@storybook/react-vite": "^7.6.12", |
| 52 | + "@storybook/react-webpack5": "^7.6.12", |
| 53 | + "@testing-library/react": "^12.1.2", |
| 54 | + "@testing-library/react-hooks": "^8.0.1", |
| 55 | + "@testing-library/user-event": "^14.5.1", |
| 56 | + "@types/cheerio": "^0.22.30", |
| 57 | + "@types/lodash": "^4.14.177", |
| 58 | + "@types/marked": "^4.0.2", |
| 59 | + "@types/node": "^18.7.13", |
| 60 | + "@types/prosemirror-commands": "^1.0.4", |
| 61 | + "@types/prosemirror-inputrules": "^1.0.4", |
| 62 | + "@types/prosemirror-model": "^1.16.1", |
| 63 | + "@types/prosemirror-state": "^1.2.8", |
| 64 | + "@types/react": "^16.14.21 || 17.x", |
| 65 | + "@types/react-dom": "^16.9.5 || 17.x", |
| 66 | + "@types/react-syntax-highlighter": "^15.5.5", |
| 67 | + "@typescript-eslint/eslint-plugin": "^5.30.5", |
| 68 | + "@typescript-eslint/parser": "^6.4.1", |
| 69 | + "@typescript-eslint/typescript-estree": "^5.30.5", |
| 70 | + "@vitejs/plugin-react": "^4.2.0", |
| 71 | + "babel-loader": "^8.1.0", |
| 72 | + "chokidar-cli": "^3.0.0", |
| 73 | + "clean-css-cli": "^5.6.2", |
| 74 | + "concurrently": "^8.2.2", |
| 75 | + "esbuild": "^0.19.2", |
| 76 | + "eslint": "^8.19.0", |
| 77 | + "eslint-plugin-import": "^2.26.0", |
| 78 | + "eslint-plugin-react": "^7.30.1", |
| 79 | + "eslint-plugin-react-hooks": "^4.6.0", |
| 80 | + "eslint-plugin-sonarjs": "^0.13.0", |
| 81 | + "eslint-plugin-unicorn": "^43.0.1", |
| 82 | + "http-server": "^14.1.1", |
| 83 | + "jsdom": "^22.1.0", |
| 84 | + "lodash": "^4.17.21", |
| 85 | + "marked": "^4.0.10", |
| 86 | + "mini-css-extract-plugin": "^2.6.1", |
| 87 | + "prettier": "^3.0.2", |
| 88 | + "react": "^16.12.0 || 17.x", |
| 89 | + "react-dom": "^16.12.0 || 17.x", |
| 90 | + "react-laag": "^2.0.3", |
| 91 | + "react-responsive-carousel": "^3.2.7", |
| 92 | + "react-syntax-highlighter": "^15.4.5", |
| 93 | + "resolve-typescript-plugin": "^2.0.1", |
| 94 | + "storybook": "^7.6.12", |
| 95 | + "tsc-esm-fix": "^2.7.8", |
| 96 | + "typedoc": "^0.25.4", |
| 97 | + "typescript": "^5.1.6", |
| 98 | + "vitest": "^0.34.6", |
| 99 | + "vitest-canvas-mock": "^0.3.3", |
| 100 | + "webpack": "^5.73.0" |
| 101 | + } |
102 | 102 | }
|
0 commit comments