-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 982 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
{
"name": "umi-plugin-tpl-pro",
"version": "0.0.10",
"description": "umi plugin for pro",
"main": "index.js",
"scripts": {
"test": "test",
"dev": "npm run dev",
"build": "rimraf dist/ && babel ./src/ --out-dir lib/ --ignore ./template,./node_modules,./.babelrc,./package.json,./npm-debug.log --copy-files",
"start": "npm run build && node dist/index.js"
},
"keywords": [
"umi"
],
"author": "ql434",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/ql434/umi-plugin-tpl-pro.git"
},
"bugs": {
"url": "https://github.com/ql434/umi-plugin-tpl-pro/issues"
},
"homepage": "https://github.com/ql434/umi-plugin-tpl-pro#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"rimraf": "^2.6.2"
},
"dependencies": {
"camelcase": "^5.0.0",
"umi-utils": "^1.2.1"
}
}