-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.22 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
{
"name": "peoples-budgeting",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.3.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@trussworks/react-uswds": "^1.14.0",
"body-parser": "^1.19.0",
"chroma-js": "^2.1.1",
"d3": "^6.5.0",
"d3-sankey": "^0.12.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-pino-logger": "^5.0.0",
"node-env-run": "^4.0.2",
"nodemon": "^2.0.7",
"pino": "^6.11.0",
"pino-colada": "^2.1.0",
"pino-pretty": "^4.3.0",
"rd3": "^0.8.1",
"react": "^17.0.1",
"react-d3-tree": "^2.0.1",
"react-d3-treemap": "^1.0.27",
"react-dom": "^17.0.1",
"react-router": "^5.2.0",
"react-scripts": "4.0.1",
"react-spring": "^8.0.27",
"react-vis": "^1.11.7",
"uswds": "^2.10.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start | pino-colada",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"server": "nodemon backend/index.js | pino-colada",
"dev": "run-p server start"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/code-frame": "^7.12.13",
"@babel/compat-data": "^7.13.12",
"@babel/core": "^7.13.14",
"@babel/generator": "^7.13.9",
"@babel/helper-annotate-as-pure": "^7.12.13",
"@babel/helper-builder-binary-assignment-operator-visitor": "^7.12.13",
"@babel/helper-builder-react-jsx": "^7.12.13",
"@babel/helper-builder-react-jsx-experimental": "^7.12.11",
"@babel/helper-compilation-targets": "^7.13.13",
"@babel/helper-create-class-features-plugin": "^7.13.11",
"@babel/helper-create-regexp-features-plugin": "^7.12.17",
"@babel/helper-define-map": "^7.13.12",
"@babel/helper-explode-assignable-expression": "^7.13.0",
"npm-run-all": "^4.1.5",
"pg": "^8.5.1"
}
}