42 lines
944 B
JSON
42 lines
944 B
JSON
|
{
|
||
|
"name": "file-control-panel",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"moment": "^2.26.0",
|
||
|
"react": "^16.13.1",
|
||
|
"react-collapse": "^5.0.1",
|
||
|
"react-dom": "^16.13.1",
|
||
|
"react-draft-wysiwyg": "^1.14.5",
|
||
|
"react-router-dom": "^5.2.0",
|
||
|
"react-scripts": "^3.4.1"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "webpack --mode production && mv dist/main.js ../js/files.min.js"
|
||
|
},
|
||
|
"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": {
|
||
|
"@babel/core": "^7.10.2",
|
||
|
"@babel/preset-env": "^7.10.2",
|
||
|
"@babel/preset-react": "^7.10.1",
|
||
|
"babel-loader": "^8.1.0",
|
||
|
"babel-polyfill": "^6.26.0",
|
||
|
"webpack": "^4.43.0",
|
||
|
"webpack-cli": "^3.3.11"
|
||
|
}
|
||
|
}
|