|
1 | 1 | { |
2 | 2 | "name": "react-trello-multiboard", |
3 | 3 | "version": "0.0.0", |
4 | | - "description": "React-Trello-Multiboard is a React application displaying multiple cards of several Trello boards and lists. The cards can be filtered by preferred team members.", |
| 4 | + "description": |
| 5 | + "React-Trello-Multiboard is a React application displaying multiple cards of several Trello boards and lists. The cards can be filtered by preferred team members.", |
5 | 6 | "repository": { |
6 | 7 | "type": "git", |
7 | 8 | "url": "git+https://github.com/natterstefan/react-trello-multiboard.git" |
|
18 | 19 | "yarn": ">=1.3.0" |
19 | 20 | }, |
20 | 21 | "scripts": { |
21 | | - "build": "npm run build:clean-dist && cross-env NODE_ENV=production BABEL_ENV=production webpack -p --config webpack/prod.config.js", |
| 22 | + "build": |
| 23 | + "npm run build:clean-dist && cross-env NODE_ENV=production BABEL_ENV=production webpack -p --config webpack/prod.config.js", |
22 | 24 | "build:clean-dist": "rm -rf dist", |
23 | 25 | "build:dev": "npm run build:clean-dist && webpack --config webpack/dev.config.js", |
24 | 26 | "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls", |
25 | 27 | "format": "eslint --fix ./src", |
26 | 28 | "format:scss": "stylelint --fix ./src", |
27 | 29 | "lint": "eslint ./src", |
28 | 30 | "lint:scss": "stylelint ./src", |
29 | | - "postinstall": "./node_modules/.bin/cpy \"./config/config.example.js\" \"./config\" --no-overwrite --rename=\"config.js\"", |
| 31 | + "postinstall": |
| 32 | + "./node_modules/.bin/cpy \"./config/config.example.js\" \"./config\" --no-overwrite --rename=\"config.js\"", |
30 | 33 | "precommit": "lint-staged", |
31 | 34 | "prepush": "npm test", |
32 | 35 | "start": "webpack-dev-server --hot --config webpack/dev.config.js", |
|
37 | 40 | "test:watch": "jest --watch" |
38 | 41 | }, |
39 | 42 | "lint-staged": { |
40 | | - "*.scss": [ |
41 | | - "stylelint --fix", |
42 | | - "git add" |
43 | | - ], |
44 | | - "*.js": [ |
45 | | - "eslint --fix", |
46 | | - "git add", |
47 | | - "jest --findRelatedTests" |
48 | | - ] |
| 43 | + "*.scss": ["stylelint --fix", "git add"], |
| 44 | + "*.js": ["eslint --fix", "git add", "jest --findRelatedTests"] |
49 | 45 | }, |
50 | 46 | "peerDependencies": { |
51 | 47 | "material-ui": "1.0.0-beta.36", |
|
0 commit comments