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