-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"name": "vista",
"version": "2.2.11",
"private": true,
"scripts": {
"build:prod": "env-cmd -f .env.production react-scripts build",
"build:stage": "env-cmd -f .env.stage react-scripts build",
"format": "prettier --write src --ignore-path ./.gitignore",
"lint": "eslint .",
"start": "react-scripts start",
"test": "react-scripts test"
},
"browserslist": [
"ie >= 11"
],
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!(query-string|decode-uri-component|split-on-first|filter-obj)).*\\.js$"
]
},
"dependencies": {
"core-js": "^3.39.0",
"fetch-jsonp": "^1.3.0",
"proj4": "^2.14.0",
"query-string": "^9.1.1",
"react": "^18.3.1",
"react-app-polyfill": "^3.0.0",
"react-dom": "^18.3.1",
"react-fast-compare": "^3.2.2",
"react-scripts": "^5.0.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@eslint/compat": "^1.2.2",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"env-cmd": "^10.1.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.11.0",
"jest-fetch-mock": "^3.0.3",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-packagejson": "^2.5.3"
}
}