-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.09 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.09 KB
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
{
"private": true,
"type": "module",
"workspaces": [
"packages/*"
],
"repository": "https://github.com/p3ol/oak.git",
"scripts": {
"prepack": "yarn build && yarn lint && yarn tsc && yarn test",
"lint": "eslint --max-warnings=0 --cache .",
"test": "vitest run",
"build": "turbo build",
"dev": "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": {
"@ckeditor/ckeditor5-react": "11.1.2",
"@junipero/core": "3.12.20",
"@junipero/tailwind-plugin": "3.12.21",
"@percy/storybook": "10.0.0",
"@poool/eslint-config": "5.0.10",
"@poool/eslint-config-react": "5.0.10",
"@remirror/pm": "3.0.1",
"@remirror/react": "3.0.3",
"@storybook/addon-docs": "10.3.6",
"@storybook/addon-themes": "10.3.6",
"@storybook/react-vite": "10.3.6",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@types/fs-extra": "11.0.4",
"@types/node": "25.6.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@typescript-eslint/parser": "8.59.2",
"autoprefixer": "10.5.0",
"ckeditor5": "48.0.1",
"css-loader": "7.1.4",
"eslint": "9.39.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-storybook": "10.3.6",
"globals": "17.6.0",
"jsdom": "29.1.1",
"lerna": "9.0.7",
"postcss": "8.5.10",
"react": "19.2.5",
"react-dom": "19.2.5",
"remirror": "3.0.3",
"sass": "1.99.0",
"storybook": "10.3.6",
"tailwindcss": "3.4.19",
"tsdown": "0.21.10",
"tsx": "4.21.0",
"turbo": "2.9.9",
"typescript": "6.0.3",
"typescript-eslint": "8.59.2",
"vite": "8.0.10",
"vitest": "4.1.5"
},
"packageManager": "yarn@4.14.1"
}