This repository was archived by the owner on Jul 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.8 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.8 KB
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
59
60
61
62
{
"name": "emballer",
"version": "3.0.0-alpha.3",
"description": "rollup for clair",
"main": "lib/index.js",
"scripts": {
"test": "standard ./lib/*.js && bin/index build -c ./test/emballer.config.js"
},
"bin": "bin/index",
"files": [
"bin",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/clair-design/emballer.git"
},
"author": "wemlion<angusfu1126@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/clair-design/emballer/issues"
},
"homepage": "https://github.com/clair-design/emballer#readme",
"dependencies": {
"@babel/core": "^7.0.0-rc.1",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.1",
"@babel/preset-env": "^7.0.0-rc.1",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"chokidar": "^2.0.4",
"commander": "^2.16.0",
"cssnano": "^4.0.5",
"execa": "^0.10.0",
"fast-async": "^6.3.7",
"find-npm-prefix": "^1.0.2",
"mkdirp": "^0.5.1",
"postcss": "^7.0.2",
"postcss-load-config": "^2.0.0",
"rollup": "^0.63.4",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-babel": "^4.0.0-beta.8",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-progress": "^0.4.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-require-context": "0.0.2",
"rollup-plugin-uglify": "^4.0.0",
"rollup-plugin-vue": "^4.3.2",
"style-inject": "^0.3.0"
},
"devDependencies": {
"postcss-import": "^11.1.0",
"postcss-preset-env": "^5.3.0",
"pug": "^2.0.3",
"standard": "^11.0.1",
"stylus": "^0.54.5",
"vue-template-compiler": "^2.5.16"
}
}