forked from Logic-Flow/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 920 Bytes
/
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
{
"name": "docs-examples",
"version": "1.0.0",
"description": "文档&示例开发",
"directories": {
"doc": "docs",
"example": "examples"
},
"workspaces": [
"demo/*",
"examples",
"docs"
],
"private": true,
"scripts": {
"build": "lerna run build",
"build:local": "lerna run build && sh remove.sh",
"build:vercel": "sh build.sh",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Logic-Flow/docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Logic-Flow/docs/issues"
},
"homepage": "https://github.com/Logic-Flow/docs#readme",
"devDependencies": {
"@logicflow/core": "^1.2.12",
"@logicflow/extension": "^1.2.12",
"@vue/cli-plugin-eslint": "~4.5.13",
"lerna": "^6.0.1"
},
"dependencies": {
"yarn": "^1.22.21"
}
}