-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 947 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
40
41
42
43
44
45
{
"name": "app-services-components",
"version": "0.0.0",
"private": true,
"workspaces": {
"packages": [
"apps/**/*",
"packages/**/*"
],
"nohoist": [
"*/@mendix",
"*/react",
"**/react/**",
"*/react-native",
"**/react-native/**",
"*/enzyme",
"**/enzyme/**",
"**/@mendix/**",
"*/jspdf",
"**/jspdf/**",
"**/html-to-image/**",
"*/html-to-image"
]
},
"scripts": {
"docs:dev": "npx docsify serve docs",
"build": "turbo run build --force",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"prettier": "latest",
"turbo": "latest",
"rollup-plugin-typescript2": "^0.31.2"
},
"resolutions": {
"mendix": "^9.12.50423"
},
"engines": {
"npm": ">=7.0.0",
"node": "14"
},
"packageManager": "[email protected]"
}