-
-
Notifications
You must be signed in to change notification settings - Fork 132
/
package.json
44 lines (44 loc) · 1.64 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
{
"private": true,
"scripts": {
"build": "lerna exec --scope @uiw/* --scope react-codemirror-merge --ignore www -- npm run build",
"⬇️⬇️⬇️⬇️⬇️ package ⬇️⬇️⬇️⬇️⬇️": "▼▼▼▼▼ package ▼▼▼▼▼",
"watch": "npm run-script watch --workspace @uiw/react-codemirror",
"bundle": "npm run-script bundle --workspace @uiw/react-codemirror",
"doc": "npm run-script build --workspace www",
"start": "npm run-script start --workspace www",
"⬆️⬆️⬆️⬆️⬆️ package ⬆️⬆️⬆️⬆️⬆️": "▲▲▲▲▲ package ▲▲▲▲▲",
"test": "lerna exec \"tsbb test\" --scope @uiw/react-codemirror",
"coverage": "lerna exec \"tsbb test --coverage --bail\" --scope @uiw/react-codemirror",
"prepare": "husky",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,json}'",
"remove": "npm run clean && lerna exec \"rm -rf package-lock.json cjs esm lib\" --scope @uiw/* --scope website --scope react-codemirror-merge",
"clean": "lerna clean --yes"
},
"workspaces": [
"themes/**",
"extensions/**",
"example/**",
"core",
"merge",
"www"
],
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"@kkt/less-modules": "^7.5.4",
"@kkt/ncc": "^1.0.13",
"@types/react-test-renderer": "~18.0.0",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"husky": "^9.0.11",
"kkt": "^7.5.4",
"lerna": "^8.0.0",
"lint-staged": "^15.1.0",
"prettier": "^3.0.2",
"react-test-renderer": "~18.2.0",
"tsbb": "^4.2.4"
}
}