UNPKG

1.6 kBJSONView Raw
1{
2 "name": "@ovh-ux/component-rollup-config",
3 "version": "3.0.0",
4 "description": "Extensible rollup configuration to build OVH components",
5 "keywords": [
6 "build",
7 "components",
8 "configuration",
9 "ovh",
10 "rollup"
11 ],
12 "repository": "ovh-ux/component-rollup-config",
13 "license": "BSD-3-Clause",
14 "author": "OVH SAS",
15 "files": [
16 "src"
17 ],
18 "main": "./src/index.js",
19 "scripts": {
20 "lint": "eslint --quiet --fix .",
21 "test": "eslint --quiet . && mocha",
22 "version": "npx conventional-changelog-cli -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
23 "postversion": "git push && git push --tags"
24 },
25 "dependencies": {
26 "@babel/core": "^7.1.2",
27 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
28 "babel-plugin-angularjs-annotate": "^0.9.0",
29 "estree-walker": "^0.5.2",
30 "less": "^3.8.1",
31 "lodash": "^4.17.11",
32 "magic-string": "^0.25.1",
33 "node-sass": "^4.10.0",
34 "rollup": "^0.66.6",
35 "rollup-plugin-babel": "^4.0.3",
36 "rollup-plugin-commonjs": "^9.2.0",
37 "rollup-plugin-html": "^0.2.1",
38 "rollup-plugin-node-resolve": "^3.4.0",
39 "rollup-plugin-peer-deps-external": "^2.2.0",
40 "rollup-plugin-postcss": "^1.6.2",
41 "rollup-pluginutils": "^2.3.3",
42 "slash": "^2.0.0"
43 },
44 "devDependencies": {
45 "@commitlint/cli": "^7.1.2",
46 "@commitlint/config-angular": "^7.1.2",
47 "eslint": "^5.5.0",
48 "eslint-config-airbnb-base": "^13.1.0",
49 "eslint-plugin-import": "^2.14.0",
50 "husky": "^1.0.0",
51 "lint-staged": "^7.3.0",
52 "mocha": "^5.2.0",
53 "rollup-plugin-hypothetical": "^2.1.0"
54 }
55}