-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
87 lines (87 loc) · 2.48 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
{
"name": "@slate-serializers/source",
"version": "2.2.3",
"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.5.2",
"htmlparser2": "~9.1.0",
"postcss": "8.4.38",
"postcss-js": "^4.0.1",
"react": ">=16",
"react-dom": ">=16",
"slate": "^0.102.0",
"slate-hyperscript": "^0.100.0",
"tslib": "^2.6.2",
"ulidx": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@nx/eslint-plugin": "20.0.3",
"@nx/jest": "20.0.3",
"@nx/js": "20.0.3",
"@nx/eslint": "20.0.3",
"@nx/react": "20.0.3",
"@nx/rollup": "20.0.3",
"@nx/vite": "20.0.3",
"@nx/workspace": "20.0.3",
"@rollup/plugin-url": "8.0.2",
"@svgr/rollup": "8.1.0",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@testing-library/react": "15.0.6",
"@types/jest": "29.5.13",
"@types/node": "20.12.7",
"@types/postcss-js": "^4.0.4",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/ui": "1.5.0",
"babel-jest": "29.7.0",
"eslint": "^8",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.34.1",
"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",
"ngx-deploy-npm": "^8.2.0",
"nx": "20.0.3",
"nx-cloud": "19.1.0",
"prettier": "^2",
"react-test-renderer": "^18.2.0",
"ts-jest": "^29.1.2",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"verdaccio": "^5.30.3",
"vite": "5.2.8",
"vite-plugin-dts": "~3.8.2",
"vite-tsconfig-paths": "~4.3.2",
"vitest": "1.5.0"
},
"peerDependencies": {
"@types/react": ">=16",
"react": ">=16",
"react-dom": ">=16"
},
"nx": {
"includedScripts": []
}
}