-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.04 KB
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
{
"name": "webpack2-typescript-babel",
"author": {
"name": "Louis Grignon"
},
"homepage": "https://github.com/lgrignon",
"version": "1.0.0",
"description": "webpack 3 + TypeScript 2.8 + Babel example",
"license": "Apache-2.0",
"keywords": [
"tree shaking",
"babel",
"typescript",
"webpack",
"bundling",
"javascript",
"npm"
],
"devDependencies": {
"@types/lodash": "4.14.52",
"babel-cli": "6.10.1",
"babel-core": "6.23.1",
"babel-loader": "7.1.4",
"babel-polyfill": "6.23.0",
"babel-preset-env": "1.6.0",
"ts-loader": "3.5.0",
"typescript": "2.8.3",
"fork-ts-checker-webpack-plugin": "^0.4.1",
"happypack": "5.0.0",
"tslint": "5.9.1",
"webpack": "3"
},
"maintainers": [
{
"name": "louis",
"email": "louis.grignon@protonmail.com"
}
],
"directories": {},
"dependencies": {
"lodash": "^4.17.11"
}
}