55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "gallery",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.6",
|
|
"@mantine/carousel": "^6.0.1",
|
|
"@mantine/core": "^6.0.1",
|
|
"@mantine/hooks": "^6.0.1",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^16.18.14",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"env-cmd": "^10.1.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-image-gallery": "^1.2.11",
|
|
"react-scripts": "5.0.1",
|
|
"typescript": "^4.9.5",
|
|
"web-vitals": "^2.1.4"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"build:local": "env-cmd -f .env.local npm run build",
|
|
"build:hope-fly": "env-cmd -f .env.hope-fly npm run build",
|
|
"postbuild:local": "cp -vrRT ./build/. /opt/lampp/htdocs/gallery/"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"homepage": "./",
|
|
"devDependencies": {
|
|
"@types/react-image-gallery": "^1.2.0",
|
|
"tailwindcss": "^3.2.7"
|
|
}
|
|
}
|