-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.04 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
{
"name": "elux-project-templates-simple",
"version": "2.0.0",
"description": "",
"scripts": {
"recommit": "git commit --amend --no-edit",
"lock:web-react": "elux tpl-lock ./lock/web-react",
"lock:web-vue": "elux tpl-lock ./lock/web-vue",
"lock:micro-react": "elux tpl-lock ./lock/micro-react",
"lock:micro-vue": "elux tpl-lock ./lock/micro-vue",
"lock:model-web": "elux tpl-lock ./lock/model-web",
"lock:taro-react": "elux tpl-lock ./lock/taro-react",
"lock:taro-vue": "elux tpl-lock ./lock/taro-vue",
"build:local": "node build/local.js",
"build:online": "node build/online.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hiisea/elux-project-templates-simple.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/hiisea/elux-project-templates-simple/issues"
},
"homepage": "https://github.com/hiisea/elux-project-templates-simple#readme",
"dependencies": {
"@elux/cli": "^2.5.1",
"@elux/cli-tpl": "^2.1.0",
"archiver": "^5.3.1"
}
}