-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
170 lines (170 loc) · 4.79 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "frontend-skeleton",
"version": "0.3.0",
"private": true,
"engines": {
"node": ">=10.3.5"
},
"engineStrict": true,
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
"test": "node scripts/test.js --verbose --env=jsdom --coverage",
"update": "ncu -u",
"ncu": "ncu",
"reinstall": "rimraf node_modules && npm install && npm audit fix",
"tsc": "tsc",
"tslint": "tslint --fix -c tslint.json -e **/node_modules/** -e **/build/** **/*.ts*",
"documentation": "typedoc --excludeExternals --excludePrivate --excludeProtected --includeDeclarations --exclude *.d.ts --ignoreCompilerErrors --out ./documentation --tsconfig ./tsconfig.json ./src"
},
"devDependencies": {
"@types/node": "10.3.5",
"npm-check-updates": "2.14.2",
"rimraf": "2.6.2",
"webpack-bundle-analyzer": "2.13.1",
"webpack-dev-server": "2.11.1"
},
"dependencies": {
"@fortawesome/fontawesome": "1.1.8",
"@fortawesome/fontawesome-free-brands": "5.0.13",
"@fortawesome/fontawesome-free-regular": "5.0.13",
"@fortawesome/fontawesome-free-solid": "5.0.13",
"@types/highcharts": "5.0.23",
"@types/history": "4.6.2",
"@types/jest": "23.1.1",
"@types/qs": "6.5.1",
"@types/react": "16.4.1",
"@types/react-dom": "16.0.6",
"@types/react-redux": "6.0.2",
"@types/react-router-dom": "4.2.7",
"@types/react-router-redux": "5.0.15",
"@types/redux-logger": "3.0.6",
"app-root-path": "2.1.0",
"autoprefixer": "8.6.3",
"axios": "0.18.0",
"babel-jest": "23.0.1",
"babel-loader": "7.1.4",
"babel-preset-react-app": "3.1.2",
"bootstrap": "4.1.1",
"case-sensitive-paths-webpack-plugin": "2.1.2",
"chalk": "2.4.1",
"css-loader": "0.28.11",
"dotenv": "6.0.0",
"duplicate-package-checker-webpack-plugin": "2.1.0",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.11",
"fork-ts-checker-webpack-plugin": "0.4.2",
"fs-extra": "6.0.1",
"highcharts": "6.1.0",
"history": "4.7.2",
"html-webpack-plugin": "2.30.1",
"jest": "23.1.0",
"less": "3.0.4",
"less-loader": "4.1.0",
"node-sass": "4.9.0",
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.3.1",
"postcss-loader": "2.1.5",
"promise": "8.0.1",
"qs": "6.5.2",
"raf": "3.4.0",
"react": "16.4.1",
"react-dev-utils": "5.0.1",
"react-dom": "16.4.1",
"react-hot-loader": "4.3.3",
"react-redux": "5.0.7",
"react-router-dom": "4.3.1",
"react-router-redux": "5.0.0-alpha.9",
"redux": "3.7.2",
"redux-devtools-extension": "2.13.5",
"redux-logger": "3.0.6",
"redux-saga": "0.16.0",
"sass-loader": "7.0.3",
"source-map-loader": "0.2.3",
"stats-webpack-plugin": "0.6.2",
"style-loader": "0.21.0",
"sw-precache-webpack-plugin": "0.11.5",
"ts-jest": "22.4.6",
"ts-loader": "3.5.0",
"tsconfig-paths-webpack-plugin": "3.2.0",
"tslint": "5.10.0",
"tslint-loader": "3.6.0",
"tslint-react": "3.6.0",
"tslint-sonarts": "1.7.0",
"typedoc": "0.11.1",
"typedoc-webpack-plugin": "1.1.4",
"typescript": "2.9.2",
"uglify-js": "3.4.1",
"uglifyjs-webpack-plugin": "1.2.6",
"url-loader": "1.0.1",
"webpack": "3.12.0",
"webpack-manifest-plugin": "1.3.2",
"whatwg-fetch": "2.0.4"
},
"jest": {
"coverageThreshold": {
"global": {
"branches": 0,
"functions": 0,
"lines": 0,
"statements": 0
}
},
"collectCoverageFrom": [
"src/**/*.{js,jsx,ts,tsx}"
],
"setupFiles": [
"<rootDir>/config/polyfills.js"
],
"moduleDirectories": [
"node_modules",
"."
],
"moduleFileExtensions": [
"mjs",
"web.ts",
"ts",
"web.tsx",
"tsx",
"web.js",
"js",
"web.jsx",
"jsx",
"json",
"node"
],
"testMatch": [
"<rootDir>/test/**/__tests__/**/*.(j|t)s?(x)",
"<rootDir>/test/**/?(*.)(e2e).(j|t)s?(x)",
"<rootDir>/src/**/__tests__/**/*.(j|t)s?(x)",
"<rootDir>/src/**/?(*.)(spec).(j|t)s?(x)"
],
"testEnvironment": "node",
"testURL": "http://localhost",
"transform": {
".+\\.(js|jsx|mjs)$": "<rootDir>/node_modules/babel-jest",
".+\\.tsx?$": "<rootDir>/config/jest/typescriptTransform.js",
".+\\.css$": "<rootDir>/config/jest/cssTransform.js",
"(?!.*\\.(js|jsx|mjs|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
},
"transformIgnorePatterns": [
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs|ts|tsx)$"
],
"moduleNameMapper": {
"^react-native$": "react-native-web"
},
"globals": {
"ts-jest": {
"tsConfigFile": "tsconfig.test.json"
}
}
},
"babel": {
"presets": [
"react-app"
]
},
"eslintConfig": {
"extends": "react-app"
}
}