-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
103 lines (103 loc) · 2.8 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
{
"name": "foia",
"version": "1.0.0",
"description": "New beta FOIA site and national portal.",
"main": "index.js",
"private": true,
"scripts": {
"build": "webpack",
"lint": "eslint --ext jsx,js js/",
"test": "mochapack --webpack-config webpack.config.test.js js/**.test.js*",
"serve:watch": "webpack --watch --progress --config webpack.config.dev.js",
"serve:dev": "make serve.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/18F/beta.foia.gov.git"
},
"keywords": [
"doj",
"foia",
"government",
"national portal",
"usa",
"uswds"
],
"author": "Aaron D Borden <[email protected]>",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/18F/beta.foia.gov/issues"
},
"homepage": "https://github.com/18F/beta.foia.gov#readme",
"dependencies": {
"@rjsf/core": "^5.20.1",
"@rjsf/utils": "^5.20.1",
"@rjsf/validator-ajv8": "^5.20.1",
"@usdoj/uswds-external-link": "github:ameshkin/uswds-external-link",
"assert": "2.x",
"axios": "0.x",
"babel-polyfill": "6.x",
"bluebird": "^3.7.2",
"cucumber-mink": "2.x",
"d8-jsonapi-querystring": "0.0.8",
"excellentexport": "3.x",
"flux": "4.x",
"glossary-panel": "1.x",
"history": "4.x",
"immutable": "^3.8.2",
"jquery": "^3.6.4",
"jsonapi-parse": "1.x",
"lodash": "4.x",
"pluralize": "^8.0.0",
"prop-types": "15.x",
"react": "16.x",
"react-dom": "16.x",
"react-google-recaptcha": "^3.1.0",
"react-modal": "3.x",
"react-router-dom": "5.x",
"react-url-query": "1.x",
"swagger-ui": "^3.52.5",
"swagger-ui-react": "^3.52.5",
"tabulator-tables": "6.x",
"tooltip.js": "1.x",
"typeahead.js": "0.x",
"url": "0.x",
"uswds": "1.x",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@cucumber/cucumber": "^9.1.0",
"@types/react-google-recaptcha": "^2.1.9",
"babel-loader": "9.x",
"btoa": "^1.2.1",
"buffer": "^6.0.3",
"chai": "4.x",
"css-loader": "7.x",
"enzyme": "3.x",
"enzyme-adapter-react-16": "1.x",
"eslint": "^8.37.0",
"eslint-config-airbnb": "19.x",
"eslint-import-resolver-webpack": "0.x",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-react": "^7.34.3",
"express": "4.x",
"faker": "5.x",
"mocha": "10.x",
"mochapack": "2.x",
"npm-run-all": "^4.1.5",
"process": "0.x",
"react-test-renderer": "16.x",
"sinon": "^15.0.3",
"sinon-chai": "3.x",
"stream-browserify": "^3.0.0",
"style-loader": "^3.3.3",
"webpack": "^5.85.0",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "3.x",
"webpack-watch-files-plugin": "^1.2.1"
}
}