web-base/fileControlPanel/package.json

42 lines
955 B
JSON
Raw Normal View History

2021-01-07 20:47:43 +01:00
{
"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",
2021-01-09 23:34:45 +01:00
"react-scripts": "^3.4.4"
2021-01-07 20:47:43 +01:00
},
"scripts": {
2021-01-09 23:34:45 +01:00
"build": "webpack --mode production && mv dist/main.js ../js/files.min.js",
"debug": "react-scripts start"
2021-01-07 20:47:43 +01:00
},
"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"
]
},
2021-01-09 23:34:45 +01:00
"proxy": "http://localhost",
2021-01-07 20:47:43 +01:00
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"babel-loader": "^8.1.0",
2021-01-09 23:34:45 +01:00
"babel-polyfill": "^6.26.0"
2021-01-07 20:47:43 +01:00
}
}