-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.72 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
49
50
51
52
53
{
"name": "version-helper",
"version": "1.2.0-beta1.5",
"description": "根据 git commit 记录获取构建数,组合 package 的 version 构成 app version 的 helper.",
"main": "index.js",
"bin": {
"version-helper": "bin/script.js",
"vh": "bin/script.js"
},
"scripts": {
"set:version": "vh gen --outdir public",
"publish:build": "npm publish ./dist --access public",
"release": "npm run build:ts; npm run publish:build",
"copy-files-ts": "node ./scripts/copy-files-ts",
"copy-files-bin": "cp -r ./bin ./dist/",
"build:ts": "rm -rf ./dist; tsc; npm run copy-files-ts; npm run copy-files-bin",
"gen:version:for:demo": "vh gen --outdir react"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minimal-studio/version-helper.git"
},
"peerDependencies": {
"@deer-ui/core": "4.0.x"
},
"devDependencies": {
"@types/react": "^16.8.17",
"@types/react-dom": "^16.8.4",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.3.3",
"basic-helper": "^3.0.7",
"eslint": "^6.5.1",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-react-app": "^5.0.2",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.16.0",
"eslint-plugin-react-hooks": "^2.1.2",
"fs-extra": "^8.1.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-transition-group": "^2.5.0",
"typescript": "3.6.4",
"@deer-ui/core": "^4.0.0-rc4.8",
"unistore": "^3.1.0"
},
"author": "Sanget",
"license": "MIT",
"bugs": {
"url": "https://github.com/minimal-studio/version-helper/issues"
},
"homepage": "https://github.com/minimal-studio/version-helper#readme"
}