|
1 | 1 | {
|
2 |
| - "name": "kaba", |
3 |
| - "version": "9.0.1", |
4 |
| - "description": "Build system which is used internally by Becklyn Studios.", |
5 |
| - "license": "BSD-3-Clause", |
6 |
| - "homepage": "https://github.com/Becklyn/kaba", |
7 |
| - "repository": { |
8 |
| - "type": "git", |
9 |
| - "url": "https://github.com/Becklyn/kaba.git" |
10 |
| - }, |
11 |
| - "main": "src/Kaba.js", |
12 |
| - "bin": { |
13 |
| - "kaba": "bin/run.js" |
14 |
| - }, |
15 |
| - "scripts": { |
16 |
| - "build": "node_modules/.bin/tsc --noEmitOnError --noErrorTruncation --listEmittedFiles --pretty --noUnusedLocals && chmod +x bin/run.js", |
17 |
| - "dev": "node_modules/.bin/tsc --noEmitOnError --noErrorTruncation --listEmittedFiles --pretty --watch", |
18 |
| - "prepublishOnly": "npm run-script build", |
19 |
| - "test": "npm run-script build && ava" |
20 |
| - }, |
21 |
| - "optionalDependencies": {}, |
22 |
| - "dependencies": { |
23 |
| - "@babel/core": "^7.9.0", |
24 |
| - "@becklyn/typescript-error-formatter": "^1.0.4", |
25 |
| - "babel-eslint": "^10.1.0", |
26 |
| - "babel-loader": "^8.1.0", |
27 |
| - "clean-webpack-plugin": "^3.0.0", |
28 |
| - "core-js": "^3.6.5", |
29 |
| - "duplicate-package-checker-webpack-plugin": "^3.0.0", |
30 |
| - "eslint": "^6.8.0", |
31 |
| - "eslint-loader": "^4.0.0", |
32 |
| - "eslint-plugin-jsdoc": "^23.0.0", |
33 |
| - "eslint-plugin-react": "^7.19.0", |
34 |
| - "eslint-plugin-react-hooks": "^3.0.0", |
35 |
| - "fs-extra": "^9.0.0", |
36 |
| - "kaba-babel-preset": "^4.1.2", |
37 |
| - "kleur": "^3.0.3", |
38 |
| - "postcss-loader": "^3.0.0", |
39 |
| - "pretty-hrtime": "^1.0.3", |
40 |
| - "progress-bar-webpack-plugin": "^2.1.0", |
41 |
| - "raw-loader": "^4.0.1", |
42 |
| - "sade": "^1.7.3", |
43 |
| - "style-loader": "^1.1.4", |
44 |
| - "terser-webpack-plugin": "^2.3.5", |
45 |
| - "ts-loader": "^7.0.0", |
46 |
| - "typescript": "^3.8.3", |
47 |
| - "webpack": "^4.42.1" |
48 |
| - }, |
49 |
| - "devDependencies": { |
50 |
| - "@types/terser-webpack-plugin": "^2.2.0", |
51 |
| - "ava": "^3.7.0", |
52 |
| - "esm": "^3.2.25", |
53 |
| - "execa": "^4.0.0", |
54 |
| - "kaba-scss": "^3.3.7", |
55 |
| - "webpack-bundle-analyzer": "^3.7.0" |
56 |
| - }, |
57 |
| - "engines": { |
58 |
| - "node": ">= 12.0" |
59 |
| - }, |
60 |
| - "ava": { |
61 |
| - "files": [ |
62 |
| - "tests/*.js" |
63 |
| - ], |
64 |
| - "require": [ |
65 |
| - "esm" |
66 |
| - ] |
67 |
| - } |
| 2 | + "name": "kaba", |
| 3 | + "version": "9.0.1", |
| 4 | + "description": "Build system which is used internally by Becklyn Studios.", |
| 5 | + "license": "BSD-3-Clause", |
| 6 | + "homepage": "https://github.com/Becklyn/kaba", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/Becklyn/kaba.git" |
| 10 | + }, |
| 11 | + "main": "src/Kaba.js", |
| 12 | + "bin": { |
| 13 | + "kaba": "bin/run.js" |
| 14 | + }, |
| 15 | + "scripts": { |
| 16 | + "build": "node_modules/.bin/tsc --noEmitOnError --noErrorTruncation --listEmittedFiles --pretty --noUnusedLocals && chmod +x bin/run.js", |
| 17 | + "dev": "node_modules/.bin/tsc --noEmitOnError --noErrorTruncation --listEmittedFiles --pretty --watch", |
| 18 | + "prepublishOnly": "npm run-script build", |
| 19 | + "test": "npm run-script build" |
| 20 | + }, |
| 21 | + "optionalDependencies": {}, |
| 22 | + "dependencies": { |
| 23 | + "@babel/core": "^7.9.0", |
| 24 | + "@becklyn/typescript-error-formatter": "^1.0.4", |
| 25 | + "babel-eslint": "^10.1.0", |
| 26 | + "babel-loader": "^8.1.0", |
| 27 | + "clean-webpack-plugin": "^3.0.0", |
| 28 | + "core-js": "^3.6.5", |
| 29 | + "duplicate-package-checker-webpack-plugin": "^3.0.0", |
| 30 | + "eslint": "^6.8.0", |
| 31 | + "eslint-loader": "^4.0.0", |
| 32 | + "eslint-plugin-jsdoc": "^23.0.0", |
| 33 | + "eslint-plugin-react": "^7.19.0", |
| 34 | + "eslint-plugin-react-hooks": "^3.0.0", |
| 35 | + "fs-extra": "^9.0.0", |
| 36 | + "kaba-babel-preset": "^4.1.2", |
| 37 | + "kleur": "^3.0.3", |
| 38 | + "postcss-loader": "^3.0.0", |
| 39 | + "pretty-hrtime": "^1.0.3", |
| 40 | + "progress-bar-webpack-plugin": "^2.1.0", |
| 41 | + "raw-loader": "^4.0.1", |
| 42 | + "sade": "^1.7.3", |
| 43 | + "style-loader": "^1.1.4", |
| 44 | + "terser-webpack-plugin": "^2.3.5", |
| 45 | + "ts-loader": "^7.0.0", |
| 46 | + "typescript": "^3.8.3", |
| 47 | + "webpack": "^4.42.1" |
| 48 | + }, |
| 49 | + "devDependencies": { |
| 50 | + "@types/terser-webpack-plugin": "^2.2.0", |
| 51 | + "ava": "^3.7.0", |
| 52 | + "esm": "^3.2.25", |
| 53 | + "execa": "^4.0.0", |
| 54 | + "kaba-scss": "^3.3.7", |
| 55 | + "webpack-bundle-analyzer": "^3.7.0" |
| 56 | + }, |
| 57 | + "engines": { |
| 58 | + "node": ">= 12.0" |
| 59 | + }, |
| 60 | + "ava": { |
| 61 | + "files": [ |
| 62 | + "tests/*.js" |
| 63 | + ], |
| 64 | + "require": [ |
| 65 | + "esm" |
| 66 | + ] |
| 67 | + } |
68 | 68 | }
|
0 commit comments