-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.33 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
45
46
47
{
"name": "mtbird-extension-enterprise",
"version": "0.0.1-beta.7",
"description": "星搭企业级套件",
"homepage": "",
"license": "Apache-2.0",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "dist/types",
"directories": {
"dist": "dist",
"test": "__tests__"
},
"files": [
"dist"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"start": "NODE_ENV=development mtbird start",
"serve": "NODE_ENV=production mtbird serve --port 3333",
"build": "NODE_ENV=production mtbird build",
"publish": "NODE_ENV=production mtbird publish --token=",
"link": "yarn link @mtbird/core & yarn link @mtbird/shared & yarn link @mtbird/cli & yarn link @mtbird/ui",
"preDev": "lerna link & yarn run link",
"test": "echo \"Error: run tests from root\" && exit 1",
"lint": "yarn prettier --write ."
},
"peerDependencies": {},
"dependencies": {
"classnames": "^2.3.2",
"html-to-image": "^1.10.8"
},
"devDependencies": {
"@mtbird/cli": "^0.0.3-beta.63",
"@mtbird/core": "^0.0.3-beta.63",
"@mtbird/shared": "^0.0.3-beta.63",
"@mtbird/ui": "^0.0.3-beta.63",
"@types/react": "^18.0.17",
"antd": "^5.1.4",
"prettier": "^2.8.4",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
}