forked from jpavon/react-scripts-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·102 lines (102 loc) · 2.9 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@jpavon/react-scripts-ts",
"version": "1.2.2",
"description": "Fork of react-scripts-ts with added features.",
"repository": "jpavon/react-scripts-ts",
"license": "MIT",
"engines": {
"node": ">=6"
},
"bugs": {
"url": "https://github.com/jpavon/react-scripts-ts/issues"
},
"scripts": {
"rename": "renamer --find '/(\\-)(\\d+\\.)?(\\d+\\.)?(\\*|\\d+)/' --replace '' './*.tgz'",
"pack": "npm pack",
"pack:rename": "npm-run-all --sequential pack rename",
"release": "standard-version"
},
"files": [
"bin",
"config",
"scripts",
"template",
"utils"
],
"bin": {
"react-scripts-ts": "./bin/react-scripts-ts.js"
},
"dependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@babel/runtime": "^7.3.4",
"@jpavon/typings-for-css-modules-loader": "^0.1.0",
"@svgr/webpack": "^4.1.0",
"autoprefixer": "^9.5.0",
"awesome-typescript-loader": "^5.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^24.5.0",
"babel-loader": "^8.0.5",
"babel-preset-react-app": "^7.0.2",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"chalk": "^2.4.2",
"css-loader": "^1.0.1",
"dotenv": "^7.0.0",
"dotenv-expand": "^5.0.0",
"file-loader": "^2.0.0",
"fork-ts-checker-webpack-plugin": "^1.0.0",
"fs-extra": "^7.0.1",
"html-webpack-plugin": "^4.0.0-beta.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.5.0",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"loader-utils": "^1.2.3",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"object-assign": "^4.1.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"promise": "^8.0.2",
"raf": "^3.4.1",
"react-dev-utils": "^8.0.0",
"resolve": "^1.10.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"sw-precache-webpack-plugin": "^0.11.5",
"terser-webpack-plugin": "^1.2.3",
"thread-loader": "^2.1.2",
"ts-jest": "^24.0.0",
"ts-loader": "^5.3.3",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"tslint-react": "^3.6.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-dev-server": "^3.2.1",
"webpack-manifest-plugin": "^2.0.4",
"whatwg-fetch": "^3.0.0",
"ts-import-plugin": "^1.6.1"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"renamer": "^1.1.1",
"standard-version": "^5.0.2",
"typescript": "^3.3.3333"
},
"peerDependencies": {
"typescript": "3.x.x"
},
"optionalDependencies": {
"fsevents": "^2.0.1"
}
}