-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
158 lines (158 loc) · 6.24 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
{
"name": "gestalt-ui",
"version": "2.4.5",
"title": "Galactic Fog",
"description": "gestalt ui",
"engines": {
"node": ">=10.15.0"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/galacticfog/gestalt-ui-react.git"
},
"author": "Galactic Fog Ui Team",
"license": "Private",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config ./webpack/webpack.config.js --env=development --mode development --progress --colors",
"build": "cross-env NODE_ENV=production webpack --config ./webpack/webpack.config.js --env=production --progress --mode production --colors",
"test": "cross-env NODE_ENV=test jest --config ./test/jest.config.js",
"test:tdd": "cross-env NODE_ENV=test jest --config ./test/jest.config.js --watch",
"test:tdd-coverage": "cross-env NODE_ENV=test jest --config ./test/jest.config.js --watch --coverage",
"test:coverage": "cross-env NODE_ENV=test jest --config ./test/jest.config.js --coverage --ci",
"lint:js": "eslint src *.js *.jsx",
"lint:css": "stylelint ./src/**/*.jsx",
"lint": "npm run lint:js && npm run lint:css",
"purge-coverage": "rm -rf ./test/coverage",
"analyze": "yarn stats && webpack-bundle-size-analyzer build-stats.json",
"stats": "webpack --config ./webpack/webpack.config.js --profile --json > build-stats.json",
"check-circular": "madge --format es6 --circular --warning --extensions js,jsx --webpack src/",
"purge": "rm -rf node_modules",
"reinstall": "yarn purge && yarn install",
"packages": "yarn list --depth=0",
"killall": "killall node",
"generate-disclaimer": "yarn licenses generate-disclaimer > LICENSES.txt"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/polyfill": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.0",
"autoprefixer": "^9.5.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.6.0",
"babel-loader": "^8.0.5",
"babel-plugin-react-intl": "^3.0.1",
"babel-plugin-styled-components": "^1.10.0",
"bundle-loader": "^0.5.6",
"circular-dependency-plugin": "^5.0.2",
"clean-webpack-plugin": "^2.0.1",
"codecov": "^3.2.0",
"compression-webpack-plugin": "^2.0.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-import-resolver-webpack": "^0.11.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.6.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.6.0",
"jest-styled-components": "^7.0.0-2",
"json-loader": "^0.5.7",
"moment-timezone-data-webpack-plugin": "^1.0.3",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^2.0.0",
"react-test-renderer": "^16.8.6",
"react-testing-library": "^6.0.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"stylelint": "^9.10.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.6.0",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.1.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.2.1",
"yaml-loader": "^0.5.0"
},
"dependencies": {
"@acemarke/react-redux": "^7.0.0-beta.0",
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"axios": "^0.18.0",
"base-64": "^0.1.0",
"brace": "^0.11.1",
"chart.js": "^2.8.0",
"connected-react-router": "^6.3.2",
"fast-json-patch": "^2.0.7",
"final-form": "^4.12.0",
"final-form-arrays": "^1.1.2",
"final-form-focus": "^1.1.2",
"history": "^4.9.0",
"i18next": "^15.0.8",
"i18next-browser-languagedetector": "^3.0.1",
"i18next-localstorage-cache": "^1.1.1",
"i18next-xhr-backend": "^2.0.1",
"js-yaml": "^3.13.0",
"lodash": "^4.17.11",
"memoize-one": "^5.0.2",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"mousetrap": "^1.6.3",
"postcss": "^7.0.14",
"prop-types": "^15.7.2",
"query-string": "^6.4.2",
"react": "^16.8.6",
"react-ace": "^6.4.0",
"react-chartjs-2": "^2.7.6",
"react-copy-to-clipboard": "^5.0.1",
"react-data-table-component": "^1.4.6",
"react-dom": "^16.8.6",
"react-dropzone": "^10.1.0",
"react-fast-compare": "^2.0.4",
"react-final-form": "^4.1.0",
"react-final-form-arrays": "^2.0.3",
"react-flexybox": "^2.5.0",
"react-frame-component": "^4.1.0",
"react-ga": "^2.5.7",
"react-i18next": "^10.6.1",
"react-inlinesvg": "^0.8.4",
"react-intl": "^2.8.0",
"react-jss": "^8.6.1",
"react-redux": "^7.0.0-beta.0",
"react-router-dom": "^5.0.0",
"react-select": "^2.4.2",
"react-test-render": "^1.1.1",
"react-transition-group": "^2.7.1",
"react-virtualized": "^9.21.0",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.2",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sanitize-html": "^1.20.0",
"sanitize.css": "^8.0.0",
"shortid": "^2.2.14",
"styled-components": "^4.2.0",
"universal-cookie": "^3.0.7",
"url-join": "^4.0.0",
"validator": "^10.11.0",
"yup": "^0.27.0"
}
}