-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
140 lines (140 loc) · 4.39 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
{
"name": "haitaton",
"version": "0.1.0",
"private": true,
"scripts": {
"react-spring-issue-1078": "find node_modules -path \\*@react-spring/\\*/package.json -exec sed -i.bak 's/\"sideEffects\": false/\"sideEffects\": true/g' {} +",
"postinstall": "npm run react-spring-issue-1078",
"start": "REACT_APP_DISABLE_SENTRY=1 yarn run update-runtime-env && PORT=3001 react-scripts start",
"start-msw": "REACT_APP_MOCK_API=use yarn start",
"build": "react-scripts build",
"build-and-serve": "yarn run build && yarn run serve",
"update-runtime-env": "ts-node -P ./scripts/tsconfig.json --files scripts/update-runtime-env.ts",
"test": "TEST=true yarn run update-runtime-env && DEBUG_PRINT_LIMIT=50000 react-scripts test",
"testCI": "TEST=true yarn run update-runtime-env && CI=TRUE DEBUG_PRINT_LIMIT=50000 react-scripts test",
"eject": "react-scripts eject",
"type-check": "tsc --pretty --noEmit",
"format": "prettier --write",
"ts-check": "tsc --noEmit --project tsconfig.json",
"lint": "yarn ts-check && eslint --ext js,ts,tsx src",
"lint:css": "stylelint 'src/**/*.scss'",
"locales:export": "ts-node -P ./scripts/tsconfig.json ./scripts/translate-json-to-excel.ts",
"locales:import": "ts-node -P ./scripts/tsconfig.json ./scripts/translate-excel-to-json.ts",
"prepare": "husky"
},
"dependencies": {
"@axe-core/react": "^4.10.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^3.9.1",
"@popperjs/core": "^2.11.8",
"@reduxjs/toolkit": "^2.1.0",
"@sentry/react": "^8.1.0",
"@turf/boolean-contains": "^7.1.0",
"@turf/boolean-intersects": "^7.1.0",
"@turf/center": "^7.1.0",
"@turf/helpers": "^7.1.0",
"@turf/kinks": "^7.1.0",
"@types/geojson": "^7946.0.14",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.4",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-redux": "^7.1.33",
"@types/react-table": "^7.7.20",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.11.17",
"geojson": "^0.5.0",
"hds-core": "^3.9.0",
"hds-design-tokens": "^3.9.0",
"hds-react": "^3.10.1",
"http-proxy-middleware": "^3.0.2",
"i18next": "^23.14.0",
"i18next-browser-languagedetector": "^8.0.0",
"jest-fetch-mock": "^3.0.3",
"lodash": "^4.17.21",
"msw": "^2.4.2",
"ol": "^8.2.0",
"proj4": "^2.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.2",
"react-i18next": "^15.0.1",
"react-query": "^3.39.3",
"react-redux": "^9.0.4",
"react-router-dom": "^6.27.0",
"react-scripts": "^5.0.1",
"react-table": "^7.8.0",
"sass": "^1.77.6",
"ts-enum-util": "^4.0.2",
"typescript": "^5.3.3",
"undici": "^6.21.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@faker-js/faker": "^9.2.0",
"@testing-library/dom": "^10.2.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/proj4": "^2.5.5",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-jest": "^28.8.3",
"husky": "^9.1.7",
"jest-canvas-mock": "^2.5.2",
"lint-staged": "^15.2.7",
"prettier": "^3.2.5",
"resize-observer-polyfill": "^1.5.1",
"stylelint": "^16.9.0",
"stylelint-config-standard-scss": "^13.1.0",
"ts-node": "^10.9.2",
"xlsx": "^0.18.5"
},
"resolutions": {
"immer": "10.1.1",
"elliptic": "6.5.4",
"ini": "1.3.8"
},
"lint-staged": {
"*.@(js|jsx|ts|tsx)": [
"yarn lint"
],
"*.@(css|scss)": [
"yarn lint:css"
],
"*.@(js|jsx|ts|tsx|scss|css|md)": [
"yarn format"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
},
"jest": {
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!ol)/"
]
},
"msw": {
"workerDirectory": "public"
}
}