forked from thompsonsj/slate-serializers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (86 loc) · 2.47 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
{
"name": "@slate-serializers/source",
"version": "2.1.6-alignment",
"license": "MIT",
"scripts": {
"test": "nx run-many --all --target=test",
"build": "nx run-many --all --target=build",
"prepublish": "node ./tools/sync-versions.js",
"publish": "nx deploy dom && nx deploy html && nx deploy react && nx deploy utilities && nx deploy template && nx deploy slate-serializers"
},
"private": true,
"dependencies": {
"css-select": "^5.1.0",
"dom-serializer": "^2.0.0",
"domhandler": "^5.0.3",
"domutils": "^3.1.0",
"html-entities": "^2.4.0",
"htmlparser2": "~9.1.0",
"postcss": "^8.4.35",
"postcss-js": "^4.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"slate": "^0.102.0",
"slate-hyperscript": "^0.100.0",
"tslib": "^2.6.2",
"ulid": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@nx/eslint-plugin": "18.0.4",
"@nx/jest": "18.0.4",
"@nx/js": "18.0.4",
"@nx/linter": "18.0.4",
"@nx/react": "18.0.4",
"@nx/rollup": "18.0.4",
"@nx/vite": "18.0.4",
"@nx/workspace": "18.0.4",
"@rollup/plugin-url": "^8.0.2",
"@svgr/rollup": "^8.1.0",
"@swc-node/register": "1.8.0",
"@swc/core": "~1.4.1",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
"@types/node": "20.11.17",
"@types/postcss-js": "^4.0.4",
"@types/react": "18.2.55",
"@types/react-dom": "18.2.19",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"@vitejs/plugin-react": "4.2.1",
"@vitest/ui": "1.2.2",
"babel-jest": "^29.7.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~24.0.0",
"nx": "18.0.4",
"nx-cloud": "18.0.0",
"prettier": "^2",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.1.2",
"ts-node": "10.9.2",
"typescript": "5.3.3",
"verdaccio": "^5.29.0",
"vite": "5.1.2",
"vite-plugin-dts": "~3.7.2",
"vite-tsconfig-paths": "~4.3.1",
"vitest": "1.2.2"
},
"peerDependencies": {
"@types/react": ">=16",
"react": ">=16",
"react-dom": ">=16"
},
"nx": {
"includedScripts": []
}
}