-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
142 lines (142 loc) · 4.69 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
{
"name": "data-act-broker",
"version": "0.0.0",
"description": "Data Broker",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/jest; exit 0;",
"lint": "./node_modules/.bin/eslint --config .eslintrc --ext .jsx,.js \"src/js/**\"; exit 0;",
"errors": "./node_modules/.bin/eslint --config .eslintrc --ext .jsx,.js \"src/js/**\" --quiet; exit 0;",
"start": "webpack-dev-server --progress --open --port 3002 --config ./webpack/webpack.dev.config.js",
"dev": "webpack --progress --config ./webpack/webpack.dev.config.js",
"prod": "webpack --progress --config ./webpack/webpack.prod.config.js",
"sass": "webpack --progress --config ./webpack/webpack.sass.config.js",
"travis": "./node_modules/.bin/eslint --config .eslintrc --ext .jsx,.js \"src/js/**\" && ./node_modules/.bin/jest --runInBand;"
},
"engines": {
"node": ">=16.14.2",
"npm": ">=8.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/fedspendingtransparency/data-act-broker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fedspendingtransparency/data-act-broker/issues"
},
"homepage": "https://github.com/fedspendingtransparency/data-act-broker",
"resolutions": {
"trim-newlines": "4.0.2",
"glob-parent": "6.0.2",
"**/glob-parent": "6.0.2",
"decode-uri-component": "0.2.2",
"trim": "1.0.1",
"**/trim": "1.0.1",
"validator": "13.7.0",
"**/validator": "13.7.0",
"got": "11.8.5",
"**/got": "11.8.5",
"json5": "2.2.3",
"http-cache-semantic": "4.1.1",
"sequelize": "6.29.0",
"eslint": "7.32.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@wojtekmaj/enzyme-adapter-react-17": "^0.8.0",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.0",
"babel-plugin-module-resolver": "^5.0.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"enzyme": "^3.9.0",
"eslint": "^8.32.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "^4.0.8",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"react-test-renderer": "^16.14.0",
"sass-loader": "^12.4.0",
"terser-webpack-plugin": "^4.2.3",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"@babel/eslint-parser": "^7.21.3",
"@babel/runtime": "^7.21.0",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.19",
"accounting": "^0.4.1",
"awesomplete": "^1.1.7",
"bootstrap-sass": "^3.4.3",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"clean-webpack-plugin": "^2.0.2",
"copy-webpack-plugin": "^10.2.4",
"core-js": "^3.30.0",
"css-loader": "^6.5.1",
"d3": "^3.5.16",
"d3-scale": "^4.0.2",
"data-transparency-ui": "github:fedspendingtransparency/data-transparency-ui#v5.4.0",
"dompurify": "^2.4.5",
"ent": "^2.2.0",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^3.0.6",
"history": "^4.10.1",
"html-webpack-plugin": "^5.5.0",
"immutable": "^3.8.1",
"jest-environment-jsdom": "^29.7.0",
"jquery": "^3.6.4",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.6.1",
"moment": "^2.29.4",
"node-gyp": "^9.3.1",
"prop-types": "^15.8.1",
"q": "^1.4.1",
"query-string": "^5.1.1",
"react": "^17.0.2",
"react-aria-modal": "^4.0.1",
"react-beautiful-dnd": "^13.1.1",
"react-dates": "^21.8.0",
"react-day-picker": "^9.0.5",
"react-dimensions": "^1.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^3.3.0",
"react-ga": "^2.7.0",
"react-hot-loader": "^4.13.1",
"react-markdown": "^5.0.3",
"react-redux": "^7.2.9",
"react-router": "5.0.1",
"react-router-dom": "^5.3.4",
"react-transition-group": "^4.4.1",
"react-with-direction": "^1.4.0",
"redux": "^4.2.1",
"rehype-attr": "^2.1.4",
"remark-rehype": "^10.1.0",
"sass": "^1.53.0",
"source-map-loader": "^4.0.1",
"stream": "^0.0.2",
"superagent": "^3.7.0",
"superagent-use": "0.1.0",
"svg4everybody": "^2.0.3",
"tinycolor2": "^1.6.0",
"uuid": "^8.3.2",
"webpack": "^5.76.0",
"xmldoc": "^0.4.0"
}
}