This repository was archived by the owner on Jan 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.73 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.73 KB
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
{
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.6",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@testing-library/dom": "^6.10.1",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.3",
"@testing-library/react-hooks": "^3.2.1",
"@texastribune/queso-tools": "^2.2.5",
"@types/googlemaps": "^3.40.5",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.30",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@types/react-redux": "^7.1.16",
"@types/react-table": "^7.0.25",
"@typescript-eslint/eslint-plugin": "^4.15.2",
"@typescript-eslint/parser": "^4.15.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "24.1.0",
"babel-loader": "^8.2.4",
"babel-plugin-dynamic-import-node": "^2.0.0",
"css-loader": "^1.0.0",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fast-async": "^7.0.6",
"fast-glob": "^2.2.6",
"file-loader": "^4.0.0",
"glob-watcher": "^5.0.3",
"jest": "24.1.0",
"jest-environment-jsdom-fourteen": "^0.1.0",
"jest-haste-map": "^24.5.0",
"jest-resolve": "^24.5.0",
"mini-css-extract-plugin": "^0.4.1",
"mitt": "^1.2.0",
"npm-run-all": "^4.1.5",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"prettier": "^2.5.1",
"react-test-renderer": "^17.0.1",
"redux-mock-store": "^1.3.0",
"typescript": "^3.7.3",
"webpack": "^4.41.4",
"webpack-assets-manifest": "^3.0.1",
"webpack-cli": "^3.3.10",
"webpack-sources": "^1.1.0"
},
"dependencies": {
"@babel/runtime": "^7.7.6",
"@newswire/frames": "^0.3.1",
"@texastribune/text-balancer": "^1.0.1",
"aplayer": "^1.10.1",
"auth0-js": "^9.13.2",
"axios": "^0.24.0",
"date-fns": "^1.29.0",
"intersection-observer": "^0.5.1",
"lazysizes": "^5.2.2",
"lz-string": "^1.4.4",
"mapbox-gl": "^2.4.1",
"nodent-runtime": "^3.2.1",
"react": "^17.0.1",
"react-content-loader": "^6.0.1",
"react-dom": "^17.0.1",
"react-hook-form": "^6.15.4",
"react-redux": "^7.2.2",
"react-select": "^1.2.1",
"react-table": "^7.6.2",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"reframe.js": "^2.2.4",
"ttfiles": "https://github.com/texastribune/files.git#2.6.1",
"underscore": "^1.13.1",
"validator": "^13.7.0"
}
}