This repository was archived by the owner on Jan 18, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 150
/
Copy pathpackage.json
91 lines (91 loc) · 2.82 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "rollup-plugin-vue",
"version": "2.4.1",
"description": "Roll .vue files",
"main": "dist/rollup-plugin-vue.common.js",
"module": "dist/rollup-plugin-vue.js",
"scripts": {
"test": "npm run lint && npm run build && npm run unit",
"build": "node config/build.js",
"dev": "npm run unit -- -w",
"unit": "NODE_ENV=production mocha test/test.js --slow=5000 --timeout=10000",
"lint": "eslint src/**",
"lint:fix": "eslint --fix src/**",
"coveralls": "NODE_ENV=production istanbul cover --default-excludes -x 'dist/**' -x 'config/**' ./node_modules/mocha/bin/_mocha --report lcovonly -- --slow=5000 --timeout=10000 test/test.js && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"prepublish": "npm run build",
"docs": "php -S localhost:8080 -t .github/sereno/public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/znck/rollup-plugin-vue.git"
},
"keywords": [
"rollup-plugin",
"vue"
],
"files": [
"dist/",
"src/"
],
"author": "Rahul Kadyan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/znck/rollup-plugin-vue/issues"
},
"homepage": "https://github.com/znck/rollup-plugin-vue#readme",
"dependencies": {
"babel-runtime": "^6.22.0",
"camelcase": "^4.0.0",
"de-indent": "^1.0.2",
"debug": "^2.6.0",
"hash-sum": "^1.0.2",
"html-minifier": "^3.2.3",
"magic-string": "^0.19.0",
"merge-options": "0.0.64",
"parse5": "^2.1.0",
"postcss": "^5.2.11",
"postcss-load-config": "^1.2.0",
"postcss-modules": "^0.6.4",
"postcss-selector-parser": "^2.2.3",
"posthtml": "^0.9.2",
"posthtml-attrs-parser": "^0.1.1",
"rollup-pluginutils": "^2.0.1",
"typescript": "^2.4.1",
"vue-template-compiler": "*",
"vue-template-es2015-compiler": "^1.5.0",
"vue-template-validator": "^1.1.5"
},
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-2": "^6.22.0",
"clean-css": "^3.4.24",
"coveralls": "^2.11.15",
"eslint": "^3.14.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"istanbul": "^0.4.5",
"mocha": "^3.2.0",
"rollup": "^0.41.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-css-only": "^0.2.0",
"rollup-plugin-replace": "^1.1.1",
"uglify-js": "^2.7.5"
},
"optionalDependencies": {
"coffee-script": "^1.12.4",
"coffeescript-compiler": "^0.1.1",
"less": "^2.7.2",
"node-sass": "^4.5.0",
"pug": "^2.0.0-beta11",
"stylus": "^0.54.5"
},
"peerDependencies": {
"vue": "*"
}
}