-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 2.8 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
{
"name": "mex-space",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/workduck-io/mex-space.git"
},
"private": true,
"workspaces": {
"packages": [
"libs/*",
"apps/*"
]
},
"scripts": {
"prepare": "husky install",
"run": "NODE_OPTIONS=--experimental-vm-modules nx run",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"affected": "nx affected",
"affected:apps": "nx affected:apps",
"affected:build": "nx affected:build",
"affected:dep-graph": "nx affected:dep-graph",
"affected:libs": "nx affected:libs",
"affected:lint": "nx affected:lint"
},
"dependencies": {
"@iconify/icons-fluent": "^1.2.6",
"@udecode/plate": "10.2.2",
"@udecode/plate-excalidraw": "^8.3.0",
"@uifabric/styling": "^7.20.0",
"color-scheme": "^1.0.1",
"core-js": "^3.21.0",
"fast-equals": "^2.0.4",
"fuse.js": "^6.5.3",
"hotkeys-js": "^3.8.7",
"immer": "^9.0.12",
"nanoid": "^4.0.0",
"polished": "^4.1.4",
"ramda": "^0.28.0",
"regenerator-runtime": "0.13.9",
"slate": "0.72.8",
"slate-history": "0.66.0",
"slate-hyperscript": "0.67.0",
"slate-react": "0.72.8",
"styled-components": "5.3.3",
"tslib": "^2.3.1",
"zustand": "^3.6.9"
},
"devDependencies": {
"@changesets/cli": "^2.24.1",
"@nrwl/cli": "~15.2.4",
"@nrwl/eslint-plugin-nx": "~15.2.4",
"@nrwl/nx-cloud": "~15.0.2",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "~8.7.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"lint-staged": "^13.0.4",
"prettier": "^2.5.1",
"@nrwl/linter": "^13.8.0",
"@nrwl/react": "^13.8.0",
"@nrwl/tao": "^13.8.0",
"@nrwl/web": "^13.8.0",
"@nrwl/workspace": "^13.8.0",
"@swc/core": "1.2.118",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@types/jest": "27.4.0",
"@types/node": "^18.6.1",
"@types/styled-components": "5.1.15",
"babel-jest": "27.2.3",
"babel-plugin-styled-components": "1.10.7",
"barrelsby": "^2.3.4",
"husky": "^8.0.1",
"jest": "^28.1.3",
"spawndamnit": "^2.0.0",
"ts-jest": "^28.0.7",
"ts-node": "^10.9.1",
"typedoc": "^0.23.9",
"typescript": "^4.7.2"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": "eslint --cache --fix"
}
}