-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 5 KB
/
package.json
File metadata and controls
148 lines (148 loc) · 5 KB
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
{
"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 eslint.config.js; exit 0;",
"errors": "./node_modules/.bin/eslint --config eslint.config.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",
"audit": "./node_modules/.bin/eslint --config eslint.config.js && ./node_modules/.bin/jest --runInBand;",
"lint-windows": "eslint --config eslint.config.js",
"test-windows": "jest",
"storybook": "storybook dev -p 6006 --ci",
"build-storybook": "storybook build",
"test-storybook": "test-storybook"
},
"engines": {
"node": ">=20.18.2",
"npm": ">=10.8.3"
},
"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": {
"glob-parent": "6.0.2",
"**/glob-parent": "6.0.2",
"decode-uri-component": "0.2.2",
"trim": "1.0.1",
"**/trim": "1.0.1",
"json5": "2.2.3"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@storybook/addon-styling-webpack": "^2.0.0",
"@storybook/addon-webpack5-compiler-swc": "^3.0.0",
"@storybook/react": "^9.1.1",
"@storybook/react-webpack5": "^9.1.1",
"@storybook/test-runner": "^0.23.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.6.1",
"babel-jest": "^30.0.5",
"babel-loader": "^10.0.0",
"babel-plugin-module-resolver": "^5.0.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"eslint": "^9.32.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-storybook": "^9.1.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^30.0.5",
"jest-canvas-mock": "^2.5.2",
"jest-cli": "^30.0.5",
"jest-environment-jsdom": "^30.0.5",
"jest-util": "^30.0.5",
"querystring-es3": "^0.2.1",
"react-test-renderer": "^19.1.1",
"sass-loader": "^12.4.0",
"storybook": "^9.1.1",
"terser-webpack-plugin": "^5.3.14",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"@babel/eslint-parser": "^7.28.0",
"@babel/runtime": "^7.28.2",
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-brands-svg-icons": "^7.0.0",
"@fortawesome/free-regular-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^0.2.3",
"@jest/globals": "^30.0.5",
"accounting": "^0.4.1",
"awesomplete": "^1.1.7",
"axios": "^1.12.2",
"bourbon": "^4.3.4",
"buffer": "^6.0.3",
"classnames": "^2.3.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"core-js": "^3.45.0",
"css-loader": "^7.1.2",
"d3": "^7.9.0",
"d3-scale": "^4.0.2",
"data-transparency-ui": "git+https://github.com/fedspendingtransparency/data-transparency-ui#v7.0.6",
"date-fns": "^4.1.0",
"ent": "^2.2.0",
"file-loader": "^6.2.0",
"git-revision-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.6.3",
"immutable": "^5.1.3",
"js-cookie": "^3.0.5",
"lodash": "^4.17.23",
"mini-css-extract-plugin": "^2.9.3",
"moment": "^2.29.4",
"node-gyp": "^11.3.0",
"prop-types": "^15.8.1",
"query-string": "^9.2.2",
"react": "^19.1.1",
"react-aria-modal": "^5.0.2",
"react-day-picker": "^9.8.1",
"react-dom": "^19.1.1",
"react-dropzone": "^14.3.8",
"react-hot-loader": "^4.13.1",
"react-markdown": "^10.1.0",
"react-redux": "^9.2.0",
"react-router": "^7.8.0",
"react-transition-group": "^4.4.5",
"redux": "^5.0.1",
"sass": "^1.92.1",
"stream": "^0.0.3",
"svg4everybody": "^2.0.3",
"tinycolor2": "^1.6.0",
"uuid": "^11.1.0",
"webpack": "^5.101.0",
"xmldoc": "^2.0.2"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}