-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
54 lines (54 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@monet/tsickle-loader",
"version": "0.5.3",
"description": "tsickle webpack loader",
"main": "lib/index.js",
"repository": "github.com/AppMonet/tickle-loader",
"author": "Nick Jacob <nickbjacob@gmail.com>",
"license": "MIT",
"sideEffects": false,
"scripts": {
"build": "tsc -p tsconfig.json",
"test": "rm -rf ./test/tmp/* && jest"
},
"jest": {
"testEnvironment": "node"
},
"peerDependencies": {
"typescript": "~3.8.3",
"webpack": "^4.29.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-transform-modules-commonjs": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.1.0",
"@babel/runtime": "^7.3.1",
"@types/fs-extra": "^5.0.5",
"@types/loader-utils": "^1.1.3",
"@types/node": "^11.11.3",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"closure-webpack-plugin": "^2.0.0-rc.17",
"eslint": "^5.13.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.2.2",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"google-closure-compiler": "^20181231.0.0-webpack-beta",
"jest": "^24.1.0",
"memory-fs": "^0.4.1",
"postscribe": "^2.0.8",
"source-map": "^0.6.1",
"ts-loader": "^5.3.3",
"typescript": "~3.8.3",
"webpack": "^4.29.1"
},
"dependencies": {
"fs-extra": "^7.0.1",
"tsickle": "^0.38.1"
}
}