-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
48
{
"name": "components",
"private": "true",
"workspaces": [
"base-components",
"extend-components/*",
"."
],
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"boot": "yarn && lerna run prepare",
"clean": "lerna clean -y && git clean -qfdx",
"dev": "breezr start --port 3335",
"build-docs": "breezr build",
"upload": "OSS_NAME=@alicloudfe/components oss-upload",
"upload:alpha": "OSS_TAG=alpha npm run upload"
},
"repository": {
"type": "git",
"url": "https://github.com/aliyun/cloud-design"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@alicloud/console-toolkit-cli": "^1.1.8",
"@alicloud/console-toolkit-preset-docs": "^1.0.15",
"@types/fs-extra": "^9.0.2",
"@types/react": "^16.9.46",
"@types/react-router-dom": "^5.1.5",
"ali-oss": "^6.11.2",
"fs-extra": "^9.0.1",
"globby": "^11.0.1",
"lerna": "^4.0.0",
"mdast-util-assert": "^3.0.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"remark-frontmatter": "^3.0.0",
"remark-parse": "^9.0.0",
"remark-stringify": "^9.0.0",
"styled-components": "^5.2.0",
"typescript": "^4.0.3",
"unified": "^9.2.0",
"unist-util-remove-position": "^3.0.0"
}
}