forked from merico-ai/table
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 882 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 882 Bytes
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
{
"name": "@devtable/root",
"version": "0.0.1",
"private": true,
"workspaces": [
"api",
"dashboard",
"settings-form",
"website"
],
"devDependencies": {
"@nrwl/devkit": "14.5.10",
"@nrwl/linter": "^14.6.3",
"@nrwl/nx-cloud": "14.5.0",
"@nrwl/workspace": "14.5.10",
"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vitejs/plugin-react": "^2.1.0",
"@vitest/ui": "^0.23.1",
"change-case": "^4.1.2",
"eslint": "^8.23.0",
"husky": "^8.0.0",
"nx": "14.5.10",
"prettier": "^2.7.1",
"vite": "3.0.5",
"vite-plugin-dts": "^1.4.1",
"vite-tsconfig-paths": "^3.5.0",
"vitest": "^0.23.1"
},
"scripts": {
"prepare": "husky install",
"postinstall": "cd ./tools && tsc -p ./tsconfig.tools.json"
},
"dependencies": {}
}