-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.98 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
{
"name": "cumulus-ui",
"version": "1.4.4",
"private": true,
"dependencies": {
"@headlessui/react": "^1.4.3",
"@heroicons/react": "^2.0.14",
"@observablehq/plot": "^0.4.1",
"@tailwindcss/forms": "^0.5.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@usace/create-jwt-api-bundle": "^0.3.1",
"@usace/create-keycloak-auth-bundle": "^0.2.1",
"@usace/create-rest-bundle": "^0.1.2",
"d3": "^7.3.0",
"date-fns": "^2.28.0",
"internal-nav-helper": "^3.1.0",
"money-clip": "^3.0.5",
"react": "^18.2.0",
"react-colorful": "^5.5.1",
"react-datepicker": "^4.7.0",
"react-dom": "^18.2.0",
"react-select": "^5.2.2",
"redux-bundler": "^28.0.3",
"redux-bundler-react": "^1.2.0",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy-tailwindui": "aws s3 rm s3://$CASTLECI_DEVELOP_S3_BUCKET_APPS/cumulus-tailwindui --recursive && aws s3 cp ./build/ s3://$CASTLECI_DEVELOP_S3_BUCKET_APPS/cumulus-tailwindui --recursive",
"deploy-develop": "aws s3 rm s3://$CASTLECI_DEVELOP_S3_BUCKET_APPS/cumulus --recursive && aws s3 cp ./build/ s3://$CASTLECI_DEVELOP_S3_BUCKET_APPS/cumulus --recursive",
"deploy-stable": "aws s3 rm s3://$CASTLECI_STABLE_S3_BUCKET_APPS/cumulus --recursive && aws s3 cp ./build/ s3://$CASTLECI_STABLE_S3_BUCKET_APPS/cumulus --recursive"
},
"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": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"react-scripts": "5.0.1",
"tailwindcss": "^3.0.18"
}
}