-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
44 lines (44 loc) · 1.54 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": {
"⬇️⬇️⬇️⬇️⬇️ package ⬇️⬇️⬇️⬇️⬇️": "▼▼▼▼▼ package ▼▼▼▼▼",
"watch": "npm run-script watch --workspace @uiw/react-heat-map",
"build": "npm run-script build --workspace @uiw/react-heat-map",
"bundle": "npm run-script bundle --workspace @uiw/react-heat-map",
"bundle:min": "npm run-script bundle:min --workspace @uiw/react-heat-map",
"doc": "npm run-script build --workspace www",
"start": "npm run-script start --workspace www",
"⬆️⬆️⬆️⬆️⬆️ package ⬆️⬆️⬆️⬆️⬆️": "▲▲▲▲▲ package ▲▲▲▲▲",
"version": "lerna version --exact --force-publish --no-push --no-git-tag-version",
"prepare": "npm run build",
"prettier": "prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\"",
"type-check": "tsc --noEmit",
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
},
"author": "kenny wong <wowohoo@qq.com>",
"license": "MIT",
"lint-staged": {
"*.{js,jsx,tsx,ts,less,md,json}": [
"prettier --write \"**/*.{js,jsx,tsx,ts,less,md,json}\""
]
},
"devDependencies": {
"@kkt/less-modules": "^7.4.9",
"@kkt/ncc": "^1.0.14",
"compile-less-cli": "^1.8.13",
"husky": "^8.0.3",
"kkt": "^7.4.9",
"lerna": "^8.0.0",
"lint-staged": "^15.0.0",
"prettier": "^3.0.0",
"react-test-renderer": "^18.2.0",
"tsbb": "^4.1.4"
},
"workspaces": [
"core",
"www"
],
"engines": {
"node": ">=16.0.0"
}
}