-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
131 lines (131 loc) · 4.72 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
{
"name": "insights-frontend-starter-app",
"version": "1.1.0",
"private": false,
"dependencies": {
"@babel/runtime": "^7.1.2",
"@patternfly/patternfly": "^4.10.31",
"@patternfly/react-charts": "^6.5.1",
"@patternfly/react-core": "^4.22.2",
"@patternfly/react-table": "^4.8.3",
"@redhat-cloud-services/frontend-components": "^2.1.2",
"@redhat-cloud-services/frontend-components-notifications": "^2.1.1",
"@redhat-cloud-services/frontend-components-utilities": "^2.1.0",
"@types/jest": "^24.0.13",
"@types/lodash": "^4.14.130",
"@types/node": "^12.0.2",
"@types/react": "^16.8.18",
"@types/react-dom": "^16.8.4",
"@types/react-redux": "^7.0.9",
"@types/react-router-dom": "^4.3.3",
"@types/redux-logger": "^3.0.7",
"axios": "^0.19.0",
"classnames": "^2.2.5",
"create-react-class": "^15.6.3",
"formik": "^1.5.7",
"react-dropzone": "^10.1.4",
"typesafe-actions": "^4.4.2",
"typescript": "^3.4.5",
"yup": "^0.27.0"
},
"sassIncludes": {
"patternfly": "node_modules/patternfly/dist/sass",
"bootstrap": "node_modules/patternfly/node_modules/bootstrap-sass/assets/stylesheets",
"fontAwesome": "node_modules/patternfly/node_modules/font-awesome-sass/assets/stylesheets"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.3.4",
"@babel/preset-flow": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@redhat-cloud-services/frontend-components-config": "^2.1.0",
"@types/enzyme": "^3.9.3",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.4",
"babel-plugin-dual-import": "^1.2.1",
"babel-plugin-lodash": "^3.3.2",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"cross-fetch": "^2.2.2",
"css-loader": "^2.1.1",
"d3": "^5.7.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.5.0",
"enzyme-to-json": "^3.3.4",
"eslint": "^5.15.1",
"eslint-config-prettier": "^2.10.0",
"eslint-loader": "^2.1.0",
"eslint-plugin-react": "^7.11.1",
"file-loader": "^1.1.11",
"git-revision-webpack-plugin": "^3.0.3",
"glob": "^7.1.3",
"html-replace-webpack-plugin": "^2.5.3",
"html-webpack-plugin": "^3.0.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.1.0",
"lodash-webpack-plugin": "^0.11.5",
"material-ui": "^0.20.2",
"mini-css-extract-plugin": "^0.4.2",
"moment": "^2.22.1",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.3",
"prettier": "^1.18.2",
"prop-types": "^15.6.2",
"react": "^16.8.6",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^5.1.1",
"regenerator-runtime": "^0.12.1",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.21.0",
"stylelint": "^9.10.1",
"stylelint-config-recommended-scss": "^3.2.0",
"stylelint-scss": "^3.3.0",
"topojson": "^3.0.2",
"ts-jest": "^24.0.2",
"ts-loader": "^6.2.1",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-react": "^4.0.0",
"webpack": "^4.41.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-visualizer-plugin": "^0.1.11",
"write-file-webpack-plugin": "^4.4.0"
},
"scripts": {
"build": "webpack --config config/prod.webpack.config.js",
"test": "TZ=UTC jest --verbose",
"update:snapshots": "TZ=UTC jest -u",
"lint": "npm-run-all lint:*",
"lint:js": "eslint config src",
"lint:js:fix": "eslint config src --fix",
"lint:sass": "stylelint 'src/**/*.scss' --config .stylelintrc.json",
"lint:ts": "tslint -c ./tslint.json --project .",
"lint:ts:fix": "tslint -c ./tslint.json --fix --project .",
"prod": "NODE_ENV=production webpack-dev-server --config config/dev.webpack.config.js",
"server:ctr": "node src/server/generateServerKey.js",
"start": "NODE_ENV=development webpack-dev-server --config config/dev.webpack.config.js",
"build:prod": "NODE_ENV=production webpack --config config/prod.webpack.config.js",
"deploy": "npm-run-all build:prod lint test",
"verify": "npm-run-all build lint test",
"format": "prettier --check --write ./src/**/*.{tsx,ts,js}"
},
"insights": {
"appname": "migration-analytics"
}
}