-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
39 lines (39 loc) · 908 Bytes
/
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
{
"name": "sira-ui",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"start": "turbo run start",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"dependencies": {
"chroma-js": "^2.4.2",
"dayjs": "^1.11.9",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/chroma-js": "^2.4.0",
"@types/lodash": "^4.14.196",
"@types/node": "^20.4.6",
"eslint": "8.46.0",
"eslint-config-custom": "workspace:*",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react-hooks": "^4.6.0",
"npm-run-all": "^4.1.5",
"prettier": "2.8.8",
"tsup": "^7.2.0",
"turbo": "^1.10.12",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=14.0.0"
},
"packageManager": "[email protected]"
}