-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.87 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
{
"name": "turborepo-basic-shared",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"buildLibs": "turbo run build --filter=@czb-ui/*",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"test": "turbo run test --filter=@czb-ui/*"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@emotion/css": "^11.9.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/base": "^5.0.0-alpha.90",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.91",
"@mui/material": "^5.9.1",
"@mui/x-data-grid": "^5.15.0",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.2",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@tinacms/cli": "^1.5.9",
"@types/d3-dsv": "^3.0.0",
"@types/jest": "^29.2.3",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/uuid": "^8.3.4",
"babel-jest": "^29.3.1",
"config": "*",
"czifui": "^14.4.0",
"d3-dsv": "^3.0.1",
"eslint": "8.18.0",
"eslint-config-next": "12.2.0",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"next": "^14.1.1",
"prettier": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"rollup": "^2.77.0",
"rollup-plugin-delete": "^2.0.0",
"tinacms": "^1.5.28",
"tsconfig": "*",
"turbo": "^1.9.3",
"typescript": "^4.5.3"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@changesets/cli": "^2.26.0"
}
}