|
13 | 13 | "lint:fix": "eslint --fix src/**", |
14 | 14 | "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", |
15 | 15 | "prepublish": "npm run build", |
16 | | - "docs": "php -S localhost:8080 -t .github/sereno/public", |
17 | | - "sereno": "gulp --gulpfile .github/sereno/gulpfile.js watch", |
18 | | - "sereno:build": "gulp --gulpfile .github/sereno/gulpfile.js --env default", |
19 | | - "sereno:deploy": "sereno deploy" |
| 16 | + "docs": "php -S localhost:8080 -t .github/sereno/public" |
20 | 17 | }, |
21 | 18 | "repository": { |
22 | 19 | "type": "git", |
|
38 | 35 | "homepage": "https://github.com/znck/rollup-plugin-vue#readme", |
39 | 36 | "dependencies": { |
40 | 37 | "babel-runtime": "^6.22.0", |
| 38 | + "camelcase": "^4.0.0", |
41 | 39 | "de-indent": "^1.0.2", |
42 | 40 | "debug": "^2.6.0", |
43 | 41 | "html-minifier": "^3.2.3", |
44 | | - "less": "^2.7.2", |
45 | 42 | "magic-string": "^0.19.0", |
46 | | - "node-sass": "^4.5.0", |
47 | | - "parse5": "^3.0.1", |
| 43 | + "merge-options": "0.0.64", |
| 44 | + "parse5": "^2.1.0", |
48 | 45 | "postcss": "^5.2.11", |
49 | 46 | "postcss-modules": "^0.6.4", |
50 | 47 | "posthtml": "^0.9.2", |
51 | 48 | "posthtml-attrs-parser": "^0.1.1", |
52 | | - "pug": "^2.0.0-beta10", |
53 | 49 | "rollup-pluginutils": "^2.0.1", |
54 | 50 | "vue-template-compiler": "^2.1.10", |
55 | 51 | "vue-template-es2015-compiler": "^1.5.0", |
|
65 | 61 | "eslint": "^3.14.0", |
66 | 62 | "eslint-config-standard": "^6.2.1", |
67 | 63 | "eslint-plugin-html": "^1.7.0", |
68 | | - "eslint-plugin-import": "^2.2.0", |
69 | 64 | "eslint-plugin-promise": "^3.4.0", |
70 | 65 | "eslint-plugin-standard": "^2.0.1", |
71 | | - "gulp": "^3.9.1", |
72 | 66 | "istanbul": "^0.4.5", |
73 | | - "laravel-elixir": "^6.0.0-15", |
74 | | - "merge-options": "0.0.64", |
75 | 67 | "mocha": "^3.2.0", |
76 | | - "mocha-lcov-reporter": "^1.2.0", |
77 | 68 | "rollup": "^0.41.4", |
78 | 69 | "rollup-plugin-babel": "^2.7.1", |
| 70 | + "rollup-plugin-buble": "^0.15.0", |
79 | 71 | "rollup-plugin-css-only": "^0.2.0", |
80 | 72 | "rollup-plugin-replace": "^1.1.1", |
81 | | - "uglify-js": "^2.7.5", |
82 | | - "vue-hot-reload-api": "^2.0.8", |
83 | | - "yargs": "^6.6.0" |
| 73 | + "uglify-js": "^2.7.5" |
84 | 74 | }, |
85 | 75 | "optionalDependencies": { |
86 | 76 | "coffee-script": "^1.12.4", |
87 | | - "coffeescript-compiler": "^0.1.1" |
| 77 | + "coffeescript-compiler": "^0.1.1", |
| 78 | + "less": "^2.7.2", |
| 79 | + "node-sass": "^4.5.0", |
| 80 | + "pug": "^2.0.0-beta11", |
| 81 | + "stylus": "^0.54.5" |
| 82 | + }, |
| 83 | + "peerDependencies": { |
| 84 | + "vue": "^2.2.1" |
88 | 85 | } |
89 | 86 | } |
0 commit comments