-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.37 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
54
55
56
57
58
{
"name": "dio-bundler",
"version": "0.6.1",
"description": "📦 零配置 JavaScript、TypeScript、Vue 包构建工具,基于 Rollup",
"author": "komo <[email protected]>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/komomoo/dio"
},
"keywords": [
"rollup",
"webpack",
"javascript bundler",
"vue bundler",
"zero-config bundler",
"package-bundler"
],
"bin": {
"dio": "bin/dio.js"
},
"scripts": {
"release": "sh scripts/release.sh"
},
"eslintConfig": {
"extends": [
"@momoko/js"
]
},
"dependencies": {
"@babel/core": "^7.3.3",
"autoprefixer": "^9.5.1",
"lodash": "^4.17.11",
"ora": "^3.1.0",
"postcss": "^7.0.14",
"rollup": "^1.2.1",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-typescript": "^1.0.1",
"rollup-plugin-url": "^2.2.0",
"rollup-plugin-vue": "^4.7.1",
"shelljs": "^0.8.3",
"stylus": "^0.54.5",
"terser": "^3.16.1",
"tslib": "^1.9.3",
"typescript": "^3.0.0",
"vue-template-compiler": "^2.0.0",
"yargs": "^13.2.1"
},
"devDependencies": {
"@momoko/eslint-config-js": "^0.2.0",
"standard-version": "^4.4.0"
}
}