mirror of
https://github.com/pawelmalak/snippet-box.git
synced 2025-12-21 13:23:05 +01:00
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"name": "client",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@icons-pack/react-simple-icons": "^4.6.1",
|
|
"@mdi/js": "^6.1.95",
|
|
"@mdi/react": "^1.5.0",
|
|
"@types/node": "^12.20.25",
|
|
"@types/react": "^17.0.21",
|
|
"@types/react-dom": "^17.0.9",
|
|
"@types/react-router-dom": "^5.3.0",
|
|
"axios": "^0.21.4",
|
|
"bootstrap": "^5.1.1",
|
|
"clipboard-copy": "^4.0.1",
|
|
"dayjs": "^1.10.7",
|
|
"node-sass": "^6.0.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-markdown": "^7.0.1",
|
|
"react-router-dom": "^5.3.0",
|
|
"react-scripts": "4.0.3",
|
|
"typescript": "^4.4.3"
|
|
},
|
|
"scripts": {
|
|
"start": "react-scripts start",
|
|
"build": "react-scripts build",
|
|
"test": "react-scripts test",
|
|
"eject": "react-scripts eject",
|
|
"postbuild": "purgecss --css build/static/css/*.css --content build/index.html build/static/js/*.js --output build/static/css"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"proxy": "http://localhost:5000",
|
|
"devDependencies": {
|
|
"purgecss": "^4.0.3"
|
|
}
|
|
}
|