-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.14 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
{
"name": "north-korea-missile-ranges",
"version": "3.0.0",
"description": "A project generated from aunty's react-app template.",
"license": "MIT",
"private": true,
"contributors": [
"Joshua Byrd <phocks@gmail.com>",
"Nathan Hoad <nathan@nathanhoad.net>"
],
"repository": {
"type": "git",
"url": "https://github.com/abcnews/north-korea-missile-map"
},
"aunty": "react-app",
"scripts": {
"start": "aunty serve",
"test": "jest"
},
"jest": {
"transform": {
".*": "<rootDir>/node_modules/@abcnews/aunty/src/utils/jest"
}
},
"devDependencies": {
"@abcnews/aunty": "^13.0.3",
"@babel/preset-react": "^7.18.6",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"cryptiles": ">=4.1.2",
"extend": ">=3.0.2",
"jest": "^29.1.2",
"react-test-renderer": "^16.4.0",
"tunnel-agent": ">=0.6.0",
"url-parse": ">=1.4.3",
"webpack-dev-server": ">=3.1.11"
},
"dependencies": {
"@abcnews/env-utils": "^3.0.1",
"@abcnews/mount-utils": "^2.0.0",
"@abcnews/react-globe": "^1.0.6",
"@abcnews/scrollyteller": "^4.1.1",
"d3-request": "^1.0.6",
"hoek": "^4.2.1",
"react": "^16.4.2",
"react-dom": "^16.4.2"
}
}