-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1 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
{
"scripts": {
"preinstall": "npx only-allow pnpm",
"prepare": "husky install",
"docs:build": "rescript build; cross-env NODE_OPTIONS='--openssl-legacy-provider' pnpm dogumentation build",
"docs": "rescript clean && rescript build; concurrently --names 'wp,bs' -c 'bgBlue.bold,bgGreen.bold' 'rescript build -w' ' cross-env NODE_OPTIONS='--openssl-legacy-provider' pnpm dogumentation start --entry=./example/Demo.bs.js'",
"build": "lerna run build #",
"format": "lerna run format #"
},
"lint-staged": {
"*.res": [
"yarn build",
"yarn format"
]
},
"workspaces": [
"packages/*"
],
"devDependencies": {
"@rescript/react": "^0.11.0",
"bs-platform": "^9.0.2",
"concurrently": "^6.0.0",
"cross-env": "^7.0.3",
"dogumentation": "*",
"file-loader": "^6.2.0",
"husky": "^8.0.3",
"lerna": "^7.0.2",
"lint-staged": "^13.2.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rescript": "^10.1.4",
"reskeleton": "^0.7.1"
}
}