-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.45 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
{
"name": "@baristalabs/react-scripts-ts-ce",
"version": "2.9.4",
"description": "Configuration and scripts for Create React App.",
"repository": "baristalabs/react-scripts-ts-ce",
"license": "MIT",
"engines": {
"node": ">=6"
},
"bugs": {
"url": "https://github.com/baristalabs/react-scripts-ts-ce/issues"
},
"files": [
"bin",
"config",
"scripts",
"template",
"utils"
],
"bin": {
"react-scripts-ts": "./bin/react-scripts-ts.js"
},
"dependencies": {
"autoprefixer": "7.1.6",
"awesome-typescript-loader": "^3.4.0",
"babel-core": "6.26.0",
"babel-eslint": "8.0.2",
"babel-jest": "21.2.0",
"babel-loader": "7.1.2",
"babel-plugin-dynamic-import-node": "1.1.0",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-constant-elements": "6.23.0",
"babel-plugin-transform-react-jsx": "6.24.1",
"babel-plugin-transform-react-jsx-self": "6.22.0",
"babel-plugin-transform-react-jsx-source": "6.22.0",
"babel-plugin-transform-regenerator": "6.26.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "2.3.0",
"copy-webpack-plugin": "^4.2.3",
"css-loader": "0.28.7",
"dotenv": "4.0.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"fs-extra": "4.0.2",
"html-webpack-plugin": "2.30.1",
"jest": "21.2.1",
"node-sass": "^4.7.2",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.9",
"raf": "3.4.0",
"raw-loader": "^0.5.1",
"react-dev-utils": "^4.2.1",
"react-error-overlay": "^3.0.0",
"sass-loader": "^6.0.6",
"source-map-loader": "^0.2.3",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "0.11.4",
"ts-jest": "^21.2.3",
"tslint": "^5.8.0",
"tslint-loader": "^3.5.3",
"tslint-react": "^3.2.0",
"typescript": "~2.6.1",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4",
"webpack-manifest-plugin": "1.3.2",
"worker-loader": "baristalabs/worker-loader",
"write-file-webpack-plugin": "^4.2.0"
},
"devDependencies": {
"react": "^16.1.1",
"react-dom": "^16.1.1"
},
"optionalDependencies": {
"fsevents": "1.1.3"
}
}