-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.66 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
55
56
57
58
59
60
61
62
63
{
"name": "react-typescripts",
"version": "0.0.8",
"description": "CRA react-typescripts fork with typescript support",
"repository": "git@github.com:ewgenius/react-typescripts.git",
"author": "Evgeniy Khramkov <ewgeniux@gmail.com>",
"license": "BSD-3-Clause",
"engines": {
"node": ">=4"
},
"files": [
"bin",
"scripts",
"dist",
"template"
],
"bin": {
"react-typescripts": "./bin/react-typescripts.js"
},
"scripts": {
"build": "rm -rf dist && tsc -p ./"
},
"bugs": {
"url": "https://github.com/ewgenius/react-scripts/issues"
},
"dependencies": {
"autoprefixer": "6.7.7",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3",
"css-loader": "0.27.3",
"detect-port": "1.1.0",
"dotenv": "4.0.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.10.1",
"fs-extra": "2.0.0",
"html-webpack-plugin": "2.28.0",
"object-assign": "4.1.1",
"postcss-loader": "1.3.3",
"promise": "7.1.1",
"react-dev-utils": "0.5.2",
"style-loader": "0.13.2",
"ts-loader": "2.0.1",
"tslint": "4.5.1",
"tslint-loader": "3.4.3",
"typescript": "2.2.1",
"url-loader": "0.5.8",
"webpack": "2.2.1",
"webpack-dev-server": "2.4.1",
"webpack-manifest-plugin": "1.1.0",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"@types/autoprefixer": "6.7.0",
"@types/chalk": "0.4.31",
"@types/dotenv": "2.0.20",
"@types/extract-text-webpack-plugin": "2.0.1",
"@types/fs-extra": "0.0.37",
"@types/html-webpack-plugin": "2.11.2",
"@types/node": "7.0.8",
"@types/webpack": "2.2.11",
"@types/webpack-dev-server": "1.12.6"
}
}