forked from qlik-oss/picasso.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.75 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
{
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://[email protected]:qlik-oss/picasso.js.git"
},
"scripts": {
"bootstrap": "lerna bootstrap",
"build": "lerna run build",
"build:dev": "lerna run build:dev",
"build:watch": "lerna run build:watch --stream --no-sort --concurrency 99",
"bump": "lerna publish --skip-npm --skip-git --ignore=test-utils",
"lint": "lerna run lint",
"test": "lerna run test --ignore=test-utils",
"test:component:coverage": "aw -c aw.config.comp.coverage.js",
"test:integration:local": "lerna run test:integration:local",
"test:unit:coverage": "aw -c aw.config.unit.coverage.js",
"test:unit:coverage:publish": "codeclimate-test-reporter < coverage/unit/lcov.info",
"docs": "cd docs && npm run docs"
},
"devDependencies": {
"after-work.js": "^4.1.0",
"babel-core": "^6.26.0",
"babel-helpers": "^6.24.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.14.0",
"babel-register": "^6.26.0",
"codeclimate-test-reporter": "^0.5.0",
"eslint": "^3.8.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-mocha": "^4.7.0",
"extend": "^3.0.0",
"lerna": "^2.9.0",
"protractor": "^5.2.1",
"rimraf": "^2.5.2",
"rollup": "^0.43.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-clean": "^1.0.0",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-filesize": "^1.4.2",
"rollup-plugin-license": "^0.4.0",
"rollup-plugin-multi-dest": "^1.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"rollup-watch": "^4.0.0"
}
}