You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

52 lines
1.2 KiB

{
"name": "cluar",
"version": "0.1.0",
"private": true,
"dependencies": {
"@animated-burgers/burger-slip": "^1.1.2",
"@ant-design/icons": "^4.7.0",
"@netuno/service-client": "^1.0.10",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"antd": "^4.18.7",
"classnames": "^2.3.1",
"craco-less": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0",
"react-icons": "^4.3.1",
"react-map-gl": "^7.0.9",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"react-scroll-parallax": "^3.0.3",
"sal.js": "^0.8.5",
"sprintf-js": "^1.1.2",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"watch": "craco start --watch"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}