This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
140 lines (140 loc) · 4.82 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
130
131
132
133
134
135
136
137
138
139
140
{
"name": "flood-web-viewer",
"version": "3.1.1",
"release": "Gizzard Shad",
"site_url": "map.texasflood.org",
"description": "Texas flood information web viewer",
"private": true,
"scripts": {
"start": "NODE_ENV=development bash -c 'npm run clean && ./node_modules/webpack-dev-server/bin/webpack-dev-server.js -d --hot --inline --config webpack.config.babel.js'",
"webpack": "./node_modules/webpack/bin/webpack.js -p --config webpack.config.babel.js",
"build": "webpack",
"dist": "NODE_ENV=production bash -c 'npm run clean && npm run webpack'",
"clean": "rm -rf ./dist/*",
"test": "export NODE_ENV=testing|| set NODE_ENV=testing && NODE_PATH=./src mocha src/test/setup.js \"src/**/test.*.es\" --require @babel/register --require test/null-compiler",
"test-debug": "NODE_PATH=./src mocha debug src/test/setup.js \"src/**/test.*.es\" --require @babel/register --require test/null-compiler"
},
"engines": {
"node": ">=12.13.0",
"npm": ">=6.12.0"
},
"repository": {
"type": "git",
"url": "https://github.com/tnris/flood.git"
},
"author": "TNRIS",
"contributors": [
"Adam Breznicky",
"Andy Wilson",
"David Hickman",
"James Seppi",
"Jason Kleinert",
"LH"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tnris/flood/issues"
},
"homepage": "https://github.com/tnris/flood",
"dependencies": {
"@babel/core": "^7.19.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-proposal-do-expressions": "^7.8.3",
"@babel/plugin-proposal-export-default-from": "^7.8.3",
"@babel/plugin-proposal-export-namespace-from": "^7.8.3",
"@babel/plugin-proposal-function-bind": "^7.8.3",
"@babel/plugin-proposal-function-sent": "^7.8.3",
"@babel/plugin-proposal-json-strings": "^7.8.3",
"@babel/plugin-proposal-logical-assignment-operators": "^7.8.3",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.8.3",
"@babel/plugin-proposal-numeric-separator": "^7.8.3",
"@babel/plugin-proposal-optional-chaining": "^7.8.3",
"@babel/plugin-proposal-pipeline-operator": "^7.8.3",
"@babel/plugin-proposal-throw-expressions": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-react-jsx": "^7.8.3",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.8.3",
"@turf/turf": "^6.5.0",
"acorn": "^8.8.0",
"amazon-cognito-identity-js": "^3.2.2",
"amazon-cognito-js": "^1.1.0",
"assets-webpack-plugin": "^3.9.10",
"autoprefixer-loader": "^3.2.0",
"aws-sdk": "^2.1182.0",
"aws-sdk-mock": "^5.0.0",
"axios": "^0.27.2",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-emotion": "^10.0.27",
"babel-plugin-react-transform": "^3.0.0",
"babel-preset-react-native": "^4.0.1",
"classnames": "^2.2.6",
"condense-whitespace": "^2.0.0",
"css-loader": "^3.4.2",
"dialog-polyfill": "^0.5.0",
"es6-promise": "^4.2.8",
"eslint": "^6.8.0",
"eslint-config-airbnb": "18.0.1",
"eslint-config-mourner": "^3.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"file-loader": "^5.0.2",
"foundation-icons": "^1.0.1",
"foundation-sites": "^6.6.1",
"fs-extra": "^8.1.0",
"fsevents": "^2.1.2",
"history": "4.10.1",
"jquery": "^3.6.0",
"jsdom": "^16.7.0",
"leaflet": "^1.6.0",
"leaflet-easybutton": "^2.4.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"nodemon": "^2.0.19",
"npm-check-updates": "^4.0.1",
"object-assign": "^4.1.1",
"object-hash": "^2.0.1",
"prop-types": "^15.7.2",
"qs": "^6.9.1",
"ramda": "^0.27.0",
"raw-loader": "^4.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-ga": "^2.7.0",
"react-hot-loader": "^4.12.19",
"react-modal": "^3.11.1",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-s-alert": "^1.4.1",
"react-share": "^4.0.1",
"react-spinners": "^0.8.0",
"react-toastr": "^3.0.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"react-twitter-widgets": "^1.7.1",
"redbox-react": "^1.6.0",
"redux": "^4.0.5",
"redux-actions": "^2.6.5",
"redux-devtools": "^3.5.0",
"redux-responsive": "^4.3.8",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.9",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.3",
"what-input": "^5.2.6"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.0.1",
"react-test-renderer": "^16.12.0"
}
}