|
1 | 1 | { |
2 | 2 | "name": "@fivb/sdk", |
3 | | - "version": "0.1.0-alpha.15", |
| 3 | + "version": "0.1.0-alpha.16", |
4 | 4 | "description": "FIVB SDK to interact with the FIVB WebService", |
5 | 5 | "author": "Romain Lanz <romain.lanz@fivb.com>", |
6 | 6 | "main": "dist/sdk.cjs.js", |
7 | 7 | "module": "dist/sdk.esm.js", |
8 | 8 | "jsnext:main": "dist/sdk.esm.js", |
9 | 9 | "license": "MIT", |
10 | 10 | "scripts": { |
11 | | - "prepublish": "yarn run build", |
12 | | - "build": "yarn run lint && rollup -c", |
13 | | - "lint": "eslint src/**/*.js", |
14 | | - "test": "yarn run lint && nyc japa" |
15 | | - }, |
16 | | - "dependencies": { |
17 | | - "babel-polyfill": "^6.26.0", |
18 | | - "isomorphic-unfetch": "^2.0.0", |
19 | | - "resetable": "^1.0.3" |
| 11 | + "prepublish": "gulp bundle", |
| 12 | + "lint": "gulp lint", |
| 13 | + "build": "gulp build", |
| 14 | + "bundle": "gulp bundle", |
| 15 | + "test": "gulp test" |
20 | 16 | }, |
| 17 | + "dependencies": {}, |
21 | 18 | "devDependencies": { |
22 | | - "babel-core": "^6.26.0", |
23 | | - "babel-eslint": "^8.2.1", |
24 | | - "babel-plugin-external-helpers": "^6.22.0", |
25 | | - "babel-preset-env": "^1.6.1", |
26 | | - "eslint": "^4.15.0", |
27 | | - "eslint-config-airbnb-base": "^12.1.0", |
| 19 | + "@slynova/eslint-config": "^1.0.4", |
| 20 | + "eslint": "^4.19.1", |
28 | 21 | "eslint-plugin-import": "^2.8.0", |
29 | | - "fetch-mock": "^6.0.0-beta.7", |
| 22 | + "gulp": "^3.9.1", |
| 23 | + "gulp-eslint": "^4.0.2", |
| 24 | + "gulp-help": "^1.6.1", |
| 25 | + "gulp-load-plugins": "^1.5.0", |
| 26 | + "gulp-typescript": "^4.0.2", |
30 | 27 | "japa": "^1.0.6", |
31 | 28 | "japa-cli": "^1.0.1", |
32 | 29 | "nyc": "^11.4.1", |
33 | | - "reify": "^0.15.1", |
| 30 | + "rimraf": "^2.6.2", |
34 | 31 | "rollup": "^0.57.1", |
35 | | - "rollup-plugin-babel": "^3.0.3", |
36 | 32 | "rollup-plugin-commonjs": "^9.1.0", |
37 | | - "rollup-plugin-json": "^2.3.0", |
38 | | - "rollup-plugin-node-resolve": "^3.0.2", |
39 | 33 | "rollup-plugin-uglify": "^3.0.0", |
40 | | - "sinon": "^4.1.5" |
| 34 | + "typescript": "^2.8.1", |
| 35 | + "typescript-eslint-parser": "^14.0.0" |
41 | 36 | } |
42 | 37 | } |
0 commit comments