forked from usdoj/foia.gov
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
89 lines (89 loc) · 2.21 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
{
"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*",
"watch": "webpack --watch"
},
"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": "4.x",
"assert": "2.x",
"axios": "0.x",
"babel-polyfill": "6.x",
"d8-jsonapi-querystring": "0.0.8",
"excellentexport": "3.x",
"exitscript": "1.1.7",
"flux": "4.x",
"glossary-panel": "1.x",
"history": "4.x",
"immutable": "3.x",
"jquery": "3.x",
"jsonapi-parse": "1.x",
"lodash": "4.x",
"prop-types": "15.x",
"react": "16.x",
"react-dom": "16.x",
"react-modal": "3.x",
"react-router-dom": "5.x",
"react-url-query": "1.x",
"tabulator-tables": "4.x",
"tooltip.js": "1.x",
"typeahead.js": "0.x",
"url": "0.x",
"uswds": "1.x"
},
"devDependencies": {
"@babel/core": "7.x",
"@babel/preset-env": "7.x",
"@babel/preset-react": "7.x",
"@cucumber/cucumber": "7.x",
"babel-loader": "8.x",
"chai": "4.x",
"css-loader": "6.x",
"cucumber-mink": "2.x",
"enzyme": "3.x",
"enzyme-adapter-react-16": "1.x",
"eslint": "8.x",
"eslint-config-airbnb": "19.x",
"eslint-import-resolver-webpack": "0.x",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": "7.x",
"express": "4.x",
"faker": "5.x",
"mocha": "9.x",
"mochapack": "2.x",
"npm-run-all": "4.x",
"process": "0.x",
"react-test-renderer": "17.x",
"sinon": "13.x",
"sinon-chai": "3.x",
"style-loader": "3.x",
"webpack": "5.x",
"webpack-cli": "4.x",
"webpack-node-externals": "3.x"
}
}