www-jrtorres042-github-enterprise-org
/
git_microsoft-powershell_achive-credential_covid-19_live-cam_usaspending-website_diff-1
Public template
forked from fedspendingtransparency/usaspending-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 5.3 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
{
"name": "usaspending-website",
"version": "2.5.0",
"description": "USAspending Website",
"repository": "fedspendingtransparency/usaspending-website",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --open --history-api-fallback --progress --config ./webpack/webpack.dev.config.js",
"sass": "webpack-dev-server --open --progress --config ./webpack/webpack.sass.config.js",
"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;",
"dev": "webpack --progress --config ./webpack/webpack.dev.config.js",
"prod": "webpack --progress --config ./webpack/webpack.prod.config.js",
"travis": "npm audit --audit-level=moderate --production && ./node_modules/.bin/eslint --config .eslintrc --ext .jsx,.js \"src/js/**\" && ./node_modules/.bin/jest --runInBand;",
"lhci:wizard": "lhci wizard",
"lhci:server": "lhci server --storage.storageMethod=sql --storage.sqlDialect=sqlite --storage.sqlDatabasePath=./db.sql",
"lhci:audit": "npx webpack --progress --config ./webpack/webpack.prod.config.js ; npx lhci autorun",
"build-redirect-config": "npx babel-node scripts/buildRedirectConfig.js"
},
"author": "",
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.13"
},
"license": "SEE LICENSE IN LICENSE.MD",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.1",
"@babel/node": "^7.10.5",
"@babel/polyfill": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@lhci/cli": "^0.8.0",
"@lhci/server": "^0.8.0",
"@testing-library/dom": "^7.24.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/react-hooks": "^5.0.3",
"@testing-library/user-event": "^12.1.6",
"babel-eslint": "^8.2.6",
"babel-jest": "^27.0.1",
"babel-loader": "^8.0.5",
"babel-plugin-module-resolver": "^3.2.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.6.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.2",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jasmine": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "7.5.1",
"eslint-plugin-react-hooks": "^1.6.0",
"git-revision-webpack-plugin": "^3.0.3",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
"jest-cli": "^26.4.2",
"json-loader": "^0.5.4",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^7.0.1",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"sass-loader": "^6.0.6",
"sinon": "^2.3.8",
"sqlite3": "^5.0.2",
"style-loader": "^0.18.2",
"terser-webpack-plugin": "^4.2.2",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"accounting": "^0.4.1",
"axios": "^0.26.0",
"clean-webpack-plugin": "^0.1.16",
"commonmark": "^0.27.0",
"core-js": "^3.0.1",
"d3": "^4.13.0",
"d3-hierarchy": "^1.1.4",
"d3-interpolate": "^1.1.4",
"d3-scale": "^1.0.4",
"data-transparency-ui": "github:fedspendingtransparency/data-transparency-ui#v3.2.4",
"date-fns": "^2.16.1",
"file-loader": "^3.0.1",
"history": "^4.6.1",
"immutable": "^3.8.1",
"js-cookie": "^2.1.0",
"js-search": "^1.4.2",
"lodash": "^4.17.12",
"mapbox-gl": "^1.13.0",
"moment": "2.19.3",
"moment-timezone": "^0.5.4",
"mousetrap": "^1.6.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-aria-modal": "^2.7.0",
"react-checkbox-tree": "^1.7.2",
"react-copy-to-clipboard": "^5.0.1",
"react-custom-scrollbars": "^4.1.2",
"react-day-picker": "^7.0.2",
"react-dom": "^16.8.6",
"react-helmet": "^5.0.0",
"react-hot-loader": "^4.8.2",
"react-markdown": "^2.5.0",
"react-redux": "^7.0.1",
"react-router-dom": "^5.1.2",
"react-string-replace": "^0.4.0",
"react-transition-group": "^4.4.1",
"redux": "^4.0.1",
"redux-perf-middleware": "^1.2.2",
"tinycolor2": "^1.3.0",
"tunnel": "^0.0.6",
"xmldoc": "^0.4.0"
}
}