forked from fedspendingtransparency/usaspending-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 4.71 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
{
"name": "usaspending-website",
"version": "2.5.0",
"description": "USAspending Website",
"repository": "fedspendingtransparency/usaspending-website",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server --open --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": "node ./scripts/buildSitemap.js && webpack --progress --config ./webpack/webpack.dev.config.js",
"prod": "node ./scripts/buildSitemap.js && webpack --progress --config ./webpack/webpack.prod.config.js",
"travis": "./node_modules/.bin/eslint --config .eslintrc --ext .jsx,.js \"src/js/**\" && ./node_modules/.bin/jest --runInBand;"
},
"author": "",
"engines": {
"node": ">=6.11.0",
"npm": ">=3.10.10"
},
"license": "SEE LICENSE IN LICENSE.MD",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.5",
"babel-plugin-module-resolver": "^3.2.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^0.28.4",
"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": "^24.6.0",
"jest-cli": "^24.6.0",
"json-loader": "^0.5.4",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.5.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"react-test-renderer": "^15.6.0",
"sass-loader": "^6.0.6",
"sinon": "^2.3.8",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^2.1.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.12.1",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"accounting": "^0.4.1",
"autoprefixer": "^6.7.7",
"axios": "^0.18.1",
"babel-jest": "^24.6.0",
"clean-webpack-plugin": "^0.1.16",
"clipboard": "^1.6.1",
"commonmark": "^0.27.0",
"core-js": "^3.0.1",
"d3-hierarchy": "^1.1.4",
"d3-interpolate": "^1.1.4",
"d3-scale": "^1.0.4",
"d3-time": "^1.0.11",
"data-transparency-ui": "github:fedspendingtransparency/data-transparency-ui#v1.0.0",
"file-loader": "^3.0.1",
"fixed-data-table": "0.6.3",
"history": "^4.6.1",
"immutable": "^3.8.1",
"js-cookie": "^2.1.0",
"js-search": "^1.4.2",
"lodash": "^4.17.12",
"mapbox-gl": "^0.44.2",
"moment": "2.19.3",
"moment-timezone": "^0.5.4",
"mousetrap": "^1.6.1",
"node-uuid": "^1.4.7",
"path-to-regexp": "^1.7.0",
"prop-types": "15.5.10",
"query-string": "^4.3.4",
"r-dom": "^2.3.2",
"react": "^16.8.6",
"react-addons-perf": "15.4.2",
"react-aria-modal": "^2.7.0",
"react-checkbox-tree": "^1.5.1",
"react-copy-to-clipboard": "^5.0.1",
"react-custom-scrollbars": "^4.1.2",
"react-day-picker": "^7.0.2",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "^16.8.6",
"react-helmet": "^5.0.0",
"react-hot-loader": "^4.8.2",
"react-map-gl": "^2.0.2",
"react-markdown": "^2.5.0",
"react-redux": "^7.0.1",
"react-string-replace": "^0.4.0",
"react-transition-group": "^1.1.2",
"redux": "^4.0.1",
"redux-perf-middleware": "^1.2.2",
"regenerator-runtime": "^0.13.2",
"svg4everybody": "^2.0.3",
"tinycolor2": "^1.3.0",
"xmldoc": "^0.4.0"
}
}