{
|
|
"name": "cluar",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@animated-burgers/burger-slip": "^1.1.2",
|
|
"@ant-design/icons": "^4.2.1",
|
|
"@netuno/service-client": "^1.0.10",
|
|
"@testing-library/jest-dom": "^4.2.4",
|
|
"@testing-library/react": "^9.3.2",
|
|
"@testing-library/user-event": "^7.1.2pm i",
|
|
"antd": "^4.4.1",
|
|
"babel-plugin-import": "^1.13.0",
|
|
"classnames": "^2.2.6",
|
|
"customize-cra": "^1.0.0",
|
|
"import": "0.0.6",
|
|
"less-loader": "^6.2.0",
|
|
"react": "^16.13.1",
|
|
"react-app-rewired": "^2.1.6",
|
|
"react-dom": "^16.13.1",
|
|
"react-ga": "^3.3.0",
|
|
"react-map-gl": "^5.2.7",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-scripts": "3.4.1",
|
|
"react-scroll-parallax": "^2.3.4",
|
|
"sal.js": "^0.8.1",
|
|
"sprintf-js": "^1.1.2"
|
|
},
|
|
"scripts": {
|
|
"start": "react-app-rewired start",
|
|
"build": "react-app-rewired build",
|
|
"test": "react-app-rewired test",
|
|
"eject": "react-app-rewired eject"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": "react-app"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|