|
1 | 1 | { |
2 | 2 | "name": "tasty.js", |
3 | | - "version": "1.0.7", |
| 3 | + "version": "1.0.8", |
4 | 4 | "description": "A Pie- and Marking-Menu Framework written in TypeScript.", |
5 | 5 | "scripts": { |
6 | 6 | "type-check": "tsc --noEmit", |
7 | 7 | "type-check:watch": "npm run type-check -- --watch", |
8 | 8 | "build:types": "tsc --emitDeclarationOnly", |
9 | 9 | "build:js": "webpack --mode=production", |
10 | | - "build": "npm run build:types && npm run build:js", |
| 10 | + "build": "npm run lint:fix && npm run build:types && npm run build:js", |
11 | 11 | "lint": "eslint --ext .js,.jsx,.ts,.tsx ./src", |
12 | 12 | "lint:fix": "eslint --ext .js,.jsx,.ts,.tsx ./src --fix", |
13 | 13 | "start:dev": "webpack-dev-server" |
|
20 | 20 | "types": "dist/index.d.ts", |
21 | 21 | "license": "MIT", |
22 | 22 | "devDependencies": { |
23 | | - "@babel/core": "^7.8.4", |
24 | | - "@babel/plugin-proposal-class-properties": "^7.8.3", |
25 | | - "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
26 | | - "@babel/preset-env": "^7.8.4", |
27 | | - "@babel/preset-typescript": "^7.8.3", |
28 | | - "@fortawesome/free-solid-svg-icons": "^5.12.1", |
29 | | - "@types/lodash": "^4.14.149", |
30 | | - "@typescript-eslint/eslint-plugin": "^2.20.0", |
31 | | - "@typescript-eslint/parser": "^2.20.0", |
32 | | - "babel-loader": "^8.0.6", |
33 | | - "eslint": "^6.8.0", |
34 | | - "eslint-config-airbnb-typescript": "^7.0.0", |
35 | | - "eslint-plugin-import": "^2.20.1", |
36 | | - "fork-ts-checker-webpack-plugin": "^4.0.4", |
37 | | - "html-loader": "^0.5.5", |
38 | | - "html-webpack-plugin": "^3.2.0", |
39 | | - "typescript": "^3.7.5", |
40 | | - "webpack": "^4.41.6", |
41 | | - "webpack-cli": "^3.3.11", |
42 | | - "webpack-dev-server": "^3.10.3" |
| 23 | + "@babel/core": "^7.10.3", |
| 24 | + "@babel/plugin-proposal-class-properties": "^7.10.1", |
| 25 | + "@babel/plugin-proposal-object-rest-spread": "^7.10.3", |
| 26 | + "@babel/preset-env": "^7.10.3", |
| 27 | + "@babel/preset-typescript": "^7.10.1", |
| 28 | + "@fortawesome/free-solid-svg-icons": "^5.13.1", |
| 29 | + "@types/lodash": "^4.14.157", |
| 30 | + "@typescript-eslint/eslint-plugin": "^3.4.0", |
| 31 | + "@typescript-eslint/parser": "^3.4.0", |
| 32 | + "babel-loader": "^8.1.0", |
| 33 | + "eslint": "^7.3.1", |
| 34 | + "eslint-config-airbnb-typescript": "^8.0.2", |
| 35 | + "eslint-plugin-import": "^2.21.2", |
| 36 | + "fork-ts-checker-webpack-plugin": "^5.0.5", |
| 37 | + "html-loader": "^1.1.0", |
| 38 | + "html-webpack-plugin": "^4.3.0", |
| 39 | + "typescript": "^3.9.5", |
| 40 | + "webpack": "^4.43.0", |
| 41 | + "webpack-cli": "^3.3.12", |
| 42 | + "webpack-dev-server": "^3.11.0" |
43 | 43 | }, |
44 | 44 | "resolutions": { |
45 | 45 | "terser": "3.14.1" |
46 | 46 | }, |
47 | 47 | "dependencies": { |
48 | 48 | "lodash": "^4.17.15", |
49 | 49 | "paper": "^0.12.4", |
50 | | - "rxjs": "^6.5.4" |
| 50 | + "rxjs": "^6.5.5" |
51 | 51 | }, |
52 | 52 | "files": [ |
53 | 53 | "dist" |
|
0 commit comments