-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
64 lines (64 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
{
"name": "water-ui",
"private": true,
"version": "1.0.0-beta.1",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint src --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"deploy-develop": "aws s3 rm s3://$CASTLECI_DEVELOP_S3_BUCKET_APPS/water --recursive && aws s3 cp ./dist/ s3://$CASTLECI_DEVELOP_S3_BUCKET_APPS/water --recursive",
"deploy-stable": "aws s3 rm s3://$CASTLECI_STABLE_S3_BUCKET_APPS/water --recursive && aws s3 cp ./dist/ s3://$CASTLECI_STABLE_S3_BUCKET_APPS/water --recursive"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@headlessui/tailwindcss": "^0.1.3",
"@tailwindcss/forms": "^0.5.3",
"@turf/distance": "^6.5.0",
"@usace/create-jwt-api-bundle": "^0.4.7",
"@usace/create-keycloak-auth-bundle": "^0.3.7",
"@usace/create-rest-bundle": "^0.3.7",
"d3": "^7.8.5",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"highcharts": "^11.1.0",
"highcharts-react-official": "^3.2.0",
"internal-nav-helper": "^3.1.0",
"lodash": "^4.17.21",
"maplibre-gl": "^3.1.0",
"maplibre-gl-basemaps": "^0.1.2",
"maplibre-gl-measures": "^0.0.7",
"money-clip": "^3.0.5",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.10.1",
"react-spinners": "^0.13.8",
"react-tooltip": "^5.15.0",
"redux": "^4.2.1",
"redux-bundler": "^28.0.3",
"redux-bundler-hook": "^1.0.3",
"redux-bundler-react": "^1.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9",
"vite-plugin-eslint": "^1.8.1"
}
}