-
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) · 1.26 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.26 KB
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": "design-system-mobile",
"private": true,
"packageManager": "pnpm@10.28.0+sha512.05df71d1421f21399e053fde567cea34d446fa02c76571441bfc1c7956e98e363088982d940465fd34480d4d90a0668bc12362f8aa88000a64e83d0b0e47be48",
"scripts": {
"check-types": "turbo run check-types",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"build": "turbo run build",
"build:components": "turbo run build --filter @equinor/eds-mobile-components",
"dev": "turbo run dev",
"dev:storybook": "turbo run dev --filter @equinor/mobile-storybook",
"dev:components": "turbo run dev --filter @equinor/eds-mobile-components",
"lint": "turbo run lint",
"lint:components": "turbo run lint --filter @equinor/eds-mobile-components",
"clean": "turbo run clean && rm -rf node_modules .turbo .pnpm",
"clean:storybook": "turbo run clean --filter @equinor/mobile-storybook"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.39.0",
"@typescript-eslint/parser": "^8.39.0",
"eslint": "^9.25.0",
"prettier": "^3.5.3",
"syncpack": "^14.0.0-alpha.32",
"tsup": "^8.5.0",
"turbo": "^2.7.4",
"typescript": "~5.8.3"
},
"engines": {
"node": ">=22"
},
"workspaces": [
"apps/*",
"packages/*",
"packages/**/*"
]
}