TinyForest system front-end written with ReactJS
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.
 
 
 

44 lines
1.0 KiB

{
"name": "tinyforest",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.5.0",
"bootstrap": "^4.3.1",
"file-system": "^2.2.2",
"react": "^16.10.2",
"react-bootstrap": "^1.0.0-beta.14",
"react-dom": "^16.10.2",
"react-gesture-gallery": "^1.1.0",
"react-gesture-responder": "^2.1.0",
"react-image-lightbox": "^5.1.0",
"react-multiple-image-grid": "^0.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"read-last-lines": "^1.7.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts 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"
]
},
"devDependencies": {
"fslightbox-react": "^1.4.2"
}
}