|
1 | 1 | {
|
2 |
| - "name": "awesome-typescript-loader", |
3 |
| - "version": "5.0.0", |
4 |
| - "description": "Awesome TS loader for webpack", |
5 |
| - "main": "dist/entry.js", |
6 |
| - "typings": "./dist/index.d.ts", |
7 |
| - "scripts": { |
8 |
| - "prepublish": "npm run build", |
9 |
| - "watch": "npm run watch:ts", |
10 |
| - "watch:ts": "npm run build:ts -- --watch --diagnostics", |
11 |
| - "prebuild": "npm run lint", |
12 |
| - "compile": "tsc --pretty", |
13 |
| - "build": "rimraf dist && tsc --pretty", |
14 |
| - "lint": "tslint src/*.ts", |
15 |
| - "release": "standard-version", |
16 |
| - "test": "rimraf .test && mocha --trace-warnings --timeout 30000 --exit dist/__test__", |
17 |
| - "precommit": "lint-staged" |
18 |
| - }, |
19 |
| - "author": "Stanislav Panferov <[email protected]> (http://panferov.me/)", |
20 |
| - "repository": { |
21 |
| - "type": "git", |
22 |
| - "url": "https://github.com/s-panferov/awesome-typescript-loader.git" |
23 |
| - }, |
24 |
| - "license": "MIT", |
25 |
| - "keywords": [ |
26 |
| - "webpack", |
27 |
| - "loader", |
28 |
| - "webpack-loader", |
29 |
| - "typescript" |
30 |
| - ], |
31 |
| - "bugs": { |
32 |
| - "url": "https://github.com/s-panferov/awesome-typescript-loader/issues" |
33 |
| - }, |
34 |
| - "homepage": "https://github.com/s-panferov/awesome-typescript-loader", |
35 |
| - "dependencies": { |
36 |
| - "chalk": "^2.4.1", |
37 |
| - "enhanced-resolve": "^4.0.0", |
38 |
| - "loader-utils": "^1.1.0", |
39 |
| - "lodash": "^4.17.5", |
40 |
| - "micromatch": "^3.1.9", |
41 |
| - "mkdirp": "^0.5.1", |
42 |
| - "source-map-support": "^0.5.3" |
43 |
| - }, |
44 |
| - "peerDependencies": { |
45 |
| - "typescript": "^2.7" |
46 |
| - }, |
47 |
| - "devDependencies": { |
48 |
| - "@types/chai": "^4.1.3", |
49 |
| - "@types/lodash": "^4.14.109", |
50 |
| - "@types/micromatch": "^3.1.0", |
51 |
| - "@types/mocha": "^5.2.1", |
52 |
| - "@types/node": "^10.3.2", |
53 |
| - "@types/shelljs": "^0.8.0", |
54 |
| - "@types/sinon": "^5.0.1", |
55 |
| - "@types/webpack": "^4.4.0", |
56 |
| - "bluebird": "^3.5.1", |
57 |
| - "chai": "^4.1.2", |
58 |
| - "empty-module": "0.0.2", |
59 |
| - "fs-extra": "^6.0.1", |
60 |
| - "husky": "^0.14.3", |
61 |
| - "lint-staged": "^7.1.3", |
62 |
| - "mocha": "^5.2.0", |
63 |
| - "prettier": "^1.13.5", |
64 |
| - "ps-node": "^0.1.6", |
65 |
| - "rimraf": "^2.6.1", |
66 |
| - "shelljs": "^0.7.8", |
67 |
| - "standard-version": "^4.4.0", |
68 |
| - "temp": "^0.8.3", |
69 |
| - "tslint": "^5.10.0", |
70 |
| - "typescript": "^2.9.1", |
71 |
| - "webpack": "^4.12.0", |
72 |
| - "webpack-cli": "^3.0.3", |
73 |
| - "webpack-log": "^1.2.0" |
74 |
| - } |
| 2 | + "name": "awesome-typescript-loader", |
| 3 | + "version": "5.1.0", |
| 4 | + "description": "Awesome TS loader for webpack", |
| 5 | + "main": "dist/entry.js", |
| 6 | + "typings": "./dist/index.d.ts", |
| 7 | + "scripts": { |
| 8 | + "prepublish": "npm run build", |
| 9 | + "watch": "npm run watch:ts", |
| 10 | + "watch:ts": "npm run build:ts -- --watch --diagnostics", |
| 11 | + "prebuild": "npm run lint", |
| 12 | + "compile": "tsc --pretty", |
| 13 | + "build": "rimraf dist && tsc --pretty", |
| 14 | + "lint": "tslint src/*.ts", |
| 15 | + "release": "standard-version", |
| 16 | + "test": "rimraf .test && mocha --trace-warnings --timeout 30000 --exit dist/__test__", |
| 17 | + "precommit": "lint-staged" |
| 18 | + }, |
| 19 | + "author": "Stanislav Panferov <[email protected]> (http://panferov.me/)", |
| 20 | + "repository": { |
| 21 | + "type": "git", |
| 22 | + "url": "https://github.com/s-panferov/awesome-typescript-loader.git" |
| 23 | + }, |
| 24 | + "license": "MIT", |
| 25 | + "keywords": [ |
| 26 | + "webpack", |
| 27 | + "loader", |
| 28 | + "webpack-loader", |
| 29 | + "typescript" |
| 30 | + ], |
| 31 | + "bugs": { |
| 32 | + "url": "https://github.com/s-panferov/awesome-typescript-loader/issues" |
| 33 | + }, |
| 34 | + "homepage": "https://github.com/s-panferov/awesome-typescript-loader", |
| 35 | + "dependencies": { |
| 36 | + "chalk": "^2.4.1", |
| 37 | + "enhanced-resolve": "^4.0.0", |
| 38 | + "loader-utils": "^1.1.0", |
| 39 | + "lodash": "^4.17.5", |
| 40 | + "micromatch": "^3.1.9", |
| 41 | + "mkdirp": "^0.5.1", |
| 42 | + "source-map-support": "^0.5.3" |
| 43 | + }, |
| 44 | + "peerDependencies": { |
| 45 | + "typescript": "^2.7" |
| 46 | + }, |
| 47 | + "devDependencies": { |
| 48 | + "@types/chai": "^4.1.3", |
| 49 | + "@types/lodash": "^4.14.109", |
| 50 | + "@types/micromatch": "^3.1.0", |
| 51 | + "@types/mocha": "^5.2.1", |
| 52 | + "@types/node": "^10.3.2", |
| 53 | + "@types/shelljs": "^0.8.0", |
| 54 | + "@types/sinon": "^5.0.1", |
| 55 | + "@types/webpack": "^4.4.0", |
| 56 | + "bluebird": "^3.5.1", |
| 57 | + "chai": "^4.1.2", |
| 58 | + "empty-module": "0.0.2", |
| 59 | + "fs-extra": "^6.0.1", |
| 60 | + "husky": "^0.14.3", |
| 61 | + "lint-staged": "^7.1.3", |
| 62 | + "mocha": "^5.2.0", |
| 63 | + "prettier": "^1.13.5", |
| 64 | + "ps-node": "^0.1.6", |
| 65 | + "rimraf": "^2.6.1", |
| 66 | + "shelljs": "^0.7.8", |
| 67 | + "standard-version": "^4.4.0", |
| 68 | + "temp": "^0.8.3", |
| 69 | + "tslint": "^5.10.0", |
| 70 | + "typescript": "^2.9.1", |
| 71 | + "webpack": "^4.12.0", |
| 72 | + "webpack-cli": "^3.0.3", |
| 73 | + "webpack-log": "^1.2.0" |
| 74 | + } |
75 | 75 | }
|
0 commit comments