|
3 | 3 | "version": "1.0.2", |
4 | 4 | "main": "src/index", |
5 | 5 | "repository": "git@github.com:marmelab/json-graphql-server.git", |
6 | | - "authors": ["François Zaninotto", "Gildas Garcia"], |
7 | | - "files": ["*.md", "src", "bin"], |
| 6 | + "authors": [ |
| 7 | + "François Zaninotto", |
| 8 | + "Gildas Garcia" |
| 9 | + ], |
| 10 | + "files": [ |
| 11 | + "*.md", |
| 12 | + "src", |
| 13 | + "bin" |
| 14 | + ], |
8 | 15 | "license": "MIT", |
9 | 16 | "scripts": { |
10 | 17 | "format": "make format", |
|
14 | 21 | "server": "make run" |
15 | 22 | }, |
16 | 23 | "lint-staged": { |
17 | | - "src/**/*.js": ["eslint --fix", "git add"] |
| 24 | + "src/**/*.js": [ |
| 25 | + "eslint --fix", |
| 26 | + "git add" |
| 27 | + ] |
18 | 28 | }, |
19 | 29 | "devDependencies": { |
20 | 30 | "@types/jest": "~19.2.4", |
21 | 31 | "babel-cli": "~6.24.1", |
22 | 32 | "babel-core": "~6.25.0", |
23 | 33 | "babel-eslint": "~7.2.3", |
24 | 34 | "babel-jest": "~20.0.3", |
| 35 | + "babel-loader": "7.1.2", |
25 | 36 | "babel-plugin-add-module-exports": "^0.2.1", |
26 | 37 | "babel-plugin-external-helpers": "~6.22.0", |
27 | 38 | "babel-plugin-transform-runtime": "~6.23.0", |
|
36 | 47 | "jest": "~20.0.4", |
37 | 48 | "lint-staged": "~3.4.1", |
38 | 49 | "prettier": "~1.5.2", |
39 | | - "rollup": "~0.43.0", |
40 | | - "rollup-plugin-babel": "~2.7.1", |
41 | | - "rollup-plugin-commonjs": "~8.0.2", |
42 | | - "rollup-plugin-json": "~2.3.0", |
43 | | - "rollup-plugin-node-builtins": "~2.1.2", |
44 | | - "rollup-plugin-node-globals": "~1.1.0", |
45 | | - "rollup-plugin-node-resolve": "~3.0.0", |
46 | | - "rollup-watch": "~4.0.0", |
47 | | - "supertest": "~3.0.0" |
| 50 | + "supertest": "~3.0.0", |
| 51 | + "webpack": "~3.10.0" |
48 | 52 | }, |
49 | 53 | "dependencies": { |
50 | 54 | "apollo-client": "~1.2.0", |
|
0 commit comments