-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
118 lines (118 loc) · 4.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"private": true,
"workspaces": [
"packages/*"
],
"repository": "https://github.com/p3ol/oak.git",
"scripts": {
"lerna": "lerna",
"changelog": "lerna-changelog",
"prepack": "yarn build && yarn lint && yarn tsc && yarn test",
"lint": "eslint --max-warnings=0 .",
"test": "jest",
"build": "lerna exec -- yarn build",
"storybook": "storybook",
"dev": "yarn storybook dev",
"serve": "yarn dev",
"p:core": "yarn workspace @oakjs/core",
"p:react": "yarn workspace @oakjs/react",
"p:ckeditor": "yarn workspace @oakjs/ckeditor5-build-custom",
"p:addon-ckeditor": "yarn workspace @oakjs/addon-ckeditor5-react",
"p:addon-remirror": "yarn workspace @oakjs/addon-remirror",
"p:theme": "yarn workspace @oakjs/theme",
"p:strapi": "yarn workspace @oakjs/strapi-plugin"
},
"devDependencies": {
"@babel/eslint-plugin": "7.25.9",
"@ckeditor/ckeditor5-alignment": "44.1.0",
"@ckeditor/ckeditor5-basic-styles": "44.1.0",
"@ckeditor/ckeditor5-block-quote": "44.1.0",
"@ckeditor/ckeditor5-core": "44.1.0",
"@ckeditor/ckeditor5-dev-translations": "43.0.1",
"@ckeditor/ckeditor5-dev-utils": "43.0.1",
"@ckeditor/ckeditor5-editor-classic": "44.1.0",
"@ckeditor/ckeditor5-editor-multi-root": "44.1.0",
"@ckeditor/ckeditor5-engine": "44.1.0",
"@ckeditor/ckeditor5-essentials": "44.1.0",
"@ckeditor/ckeditor5-font": "44.1.0",
"@ckeditor/ckeditor5-horizontal-line": "44.1.0",
"@ckeditor/ckeditor5-indent": "44.1.0",
"@ckeditor/ckeditor5-link": "44.1.0",
"@ckeditor/ckeditor5-list": "44.1.0",
"@ckeditor/ckeditor5-paragraph": "44.1.0",
"@ckeditor/ckeditor5-react": "9.4.0",
"@ckeditor/ckeditor5-remove-format": "44.1.0",
"@ckeditor/ckeditor5-table": "44.1.0",
"@ckeditor/ckeditor5-theme-lark": "44.1.0",
"@ckeditor/ckeditor5-typing": "44.1.0",
"@ckeditor/ckeditor5-ui": "44.1.0",
"@ckeditor/ckeditor5-utils": "44.1.0",
"@ckeditor/ckeditor5-watchdog": "44.1.0",
"@junipero/core": "3.10.4",
"@junipero/tailwind-plugin": "3.10.4",
"@percy/storybook": "6.0.3",
"@poool/eslint-config": "3.0.1",
"@poool/eslint-config-react": "3.0.1",
"@poool/eslint-plugin": "3.0.0",
"@remirror/pm": "3.0.0",
"@remirror/react": "3.0.1",
"@rollup/plugin-alias": "5.1.1",
"@rollup/plugin-commonjs": "28.0.2",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-swc": "0.4.0",
"@rollup/plugin-terser": "0.4.4",
"@storybook/addon-actions": "8.5.3",
"@storybook/addon-storysource": "8.5.3",
"@storybook/addon-styling-webpack": "1.0.1",
"@storybook/addon-themes": "8.5.3",
"@storybook/addon-webpack5-compiler-swc": "2.0.0",
"@storybook/react": "8.5.3",
"@storybook/react-webpack5": "8.5.3",
"@storybook/test": "8.5.3",
"@storybook/theming": "8.5.3",
"@swc/core": "1.10.12",
"@swc/jest": "0.2.37",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@types/jest": "29.5.14",
"@types/node": "22.13.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@typescript-eslint/parser": "8.22.0",
"autoprefixer": "10.4.20",
"ckeditor5": "44.1.0",
"css-loader": "7.1.2",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "17.15.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.4",
"jest": "29.7.0",
"jest-css-modules-transform": "4.4.2",
"jest-environment-jsdom": "29.7.0",
"jest-transform-stub": "2.0.0",
"lerna": "8.1.9",
"lerna-changelog": "2.2.0",
"postcss": "8.5.1",
"postcss-loader": "8.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"remirror": "3.0.1",
"rollup": "4.34.1",
"rollup-plugin-postcss": "4.0.2",
"sass": "1.83.4",
"sass-loader": "16.0.4",
"storybook": "8.5.3",
"storybook-dark-mode": "4.0.2",
"style-loader": "4.0.0",
"swc-loader": "0.2.6",
"tailwindcss": "3.4.17",
"terser-webpack-plugin": "5.3.11",
"typescript": "5.7.3",
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
},
"packageManager": "[email protected]"
}