-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
164 lines (164 loc) · 5.47 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "wri-web-platform-version-2",
"version": "2.4.0",
"private": true,
"scripts": {
"postinstall": "patch-package",
"dev": "next dev",
"build": "npm run generate:api && npm run generate:services && next build",
"start": "next start",
"test": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci",
"lint": "eslint --ext .jsx,.js,.ts,.tsx --quiet --fix --ignore-path .gitignore",
"format": "prettier --write",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"generate:api": "openapi-codegen gen api",
"generate:userService": "openapi-codegen gen userService",
"generate:entityService": "openapi-codegen gen entityService",
"generate:services": "yarn generate:userService && yarn generate:entityService",
"tx:push": "eval $(grep '^TRANSIFEX_TOKEN' .env) && eval $(grep '^TRANSIFEX_SECRET' .env) && txjs-cli push --key-generator=hash src/ --token=$TRANSIFEX_TOKEN --secret=$TRANSIFEX_SECRET",
"tx:pull": "eval $(grep '^TRANSIFEX_TOKEN' .env) && eval $(grep '^TRANSIFEX_SECRET' .env) && txjs-cli pull --token=$TRANSIFEX_TOKEN --secret=$TRANSIFEX_SECRET"
},
"dependencies": {
"@faker-js/faker": "^8.0.2",
"@headlessui/react": "^1.7.8",
"@headlessui/tailwindcss": "^0.1.2",
"@hookform/resolvers": "^2.9.10",
"@mapbox/geojson-normalize": "^0.0.1",
"@mapbox/mapbox-gl-draw": "^1.4.2",
"@mapbox/mapbox-gl-draw-static-mode": "^1.0.1",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@mui/x-data-grid": "^6.16.1",
"@reduxjs/toolkit": "^2.2.7",
"@sentry/nextjs": "^7.109.0",
"@tailwindcss/forms": "^0.5.3",
"@tanstack/react-query": "^4.23.0",
"@tanstack/react-query-devtools": "^4.24.10",
"@tanstack/react-table": "^8.9.3",
"@tiptap/extension-horizontal-rule": "^2.0.4",
"@transifex/cli": "^5.0.6",
"@transifex/native": "^5.0.6",
"@transifex/react": "^5.0.6",
"@turf/bbox": "^6.5.0",
"canvg": "^4.0.1",
"case": "^1.6.3",
"circle-to-polygon": "^2.2.0",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"diff": "^5.2.0",
"eslint-config-next": "13.1.5",
"exifr": "^7.1.3",
"filesize": "^10.1.0",
"form-data": "^4.0.0",
"isomorphic-dompurify": "^1.8.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"mapbox-gl": "^2.15.0",
"mapbox-gl-draw-circle": "^1.1.2",
"next": "13.1.5",
"next-redux-wrapper": "^8.1.0",
"nookies": "^2.5.2",
"prettier-plugin-tailwindcss": "^0.2.2",
"ra-input-rich-text": "^4.12.2",
"react": "18.2.0",
"react-admin": "^4.7.4",
"react-cookie": "^4.1.1",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.42.1",
"react-if": "^4.1.4",
"react-inlinesvg": "^3.0.0",
"react-joyride": "^2.5.5",
"react-redux": "^9.1.2",
"redux-logger": "^3.0.6",
"recharts": "^2.13.0",
"reselect": "^4.1.8",
"swiper": "^9.0.5",
"tailwind-merge": "^1.14.0",
"typescript": "4.9.4",
"use-timer": "^2.0.1",
"uuid": "^9.0.1",
"yup": "^1.3.2"
},
"devDependencies": {
"@3sidedcube/prettier-config": "^1.0.0",
"@babel/core": "^7.20.12",
"@faker-js/faker": "^8.0.2",
"@openapi-codegen/cli": "^2.0.0",
"@openapi-codegen/typescript": "^6.1.0",
"@storybook/addon-actions": "^7.0.2",
"@storybook/addon-essentials": "^7.0.2",
"@storybook/addon-interactions": "^7.0.2",
"@storybook/addon-links": "^7.0.2",
"@storybook/addon-mdx-gfm": "^7.0.2",
"@storybook/addon-storyshots": "^7.0.2",
"@storybook/addon-styling": "^0.3.2",
"@storybook/nextjs": "^7.0.2",
"@storybook/react": "^7.0.2",
"@storybook/testing-library": "^0.1.0",
"@svgr/webpack": "^6.5.1",
"@tailwindcss/line-clamp": "^0.4.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@types/diff": "^5.0.9",
"@types/mapbox-gl": "^2.7.13",
"@types/mapbox__mapbox-gl-draw": "^1.4.1",
"@types/node": "18.11.18",
"@types/pluralize": "^0.0.33",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/react-test-renderer": "^18.0.0",
"@types/redux-logger": "^3.0.13",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"adm-zip": "^0.5.10",
"autoprefixer": "^10.4.7",
"babel-loader": "^8.3.0",
"cssnano": "^6.0.1",
"dotenv": "^16.0.3",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-storybook": "^0.6.11",
"husky": "^7.0.4",
"jest": "^29.5.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^12.3.7",
"next-router-mock": "^0.9.3",
"patch-package": "^8.0.0",
"postcss": "^8.4.14",
"prettier": "^2.5.1",
"storybook": "^7.0.2",
"svg-url-loader": "^8.0.0",
"tailwindcss": "^3.1.5",
"typescript": "4.9.4",
"url-loader": "^4.1.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{ts,tsx,js,jsx}": [
"npm run format",
"npm run lint"
]
},
"engines": {
"npm": "please-use-yarn",
"yarn": ">= 1.19.1"
}
}