mirror of
https://github.com/sasjs/server.git
synced 2025-12-10 11:24:35 +00:00
82 lines
2.2 KiB
JSON
82 lines
2.2 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "npx webpack-dev-server --config webpack.dev.ts --hot",
|
|
"build": "npx webpack --config webpack.prod.ts"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.4.1",
|
|
"@emotion/styled": "^11.3.0",
|
|
"@mui/icons-material": "^5.0.3",
|
|
"@mui/lab": "^5.0.0-alpha.50",
|
|
"@mui/material": "^5.0.3",
|
|
"@mui/styles": "^5.0.1",
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^11.2.7",
|
|
"@testing-library/user-event": "^12.8.3",
|
|
"@types/jest": "^26.0.24",
|
|
"@types/node": "^12.20.28",
|
|
"@types/react": "^17.0.27",
|
|
"axios": "^0.24.0",
|
|
"monaco-editor": "^0.33.0",
|
|
"monaco-editor-webpack-plugin": "^7.0.1",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-monaco-editor": "^0.48.0",
|
|
"react-router-dom": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.16.0",
|
|
"@babel/node": "^7.16.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.16.0",
|
|
"@babel/preset-env": "^7.16.4",
|
|
"@babel/preset-react": "^7.16.0",
|
|
"@babel/preset-typescript": "^7.16.0",
|
|
"@types/dotenv-webpack": "^7.0.3",
|
|
"@types/prismjs": "^1.16.6",
|
|
"@types/react": "^17.0.37",
|
|
"@types/react-dom": "^17.0.11",
|
|
"@types/react-router-dom": "^5.3.1",
|
|
"babel-loader": "^8.2.3",
|
|
"babel-plugin-prismjs": "^2.1.0",
|
|
"copy-webpack-plugin": "^10.0.0",
|
|
"css-loader": "^6.5.1",
|
|
"dotenv-webpack": "^7.1.0",
|
|
"eslint": "^8.5.0",
|
|
"eslint-config-react-app": "^7.0.0",
|
|
"eslint-webpack-plugin": "^3.1.1",
|
|
"file-loader": "^6.2.0",
|
|
"html-webpack-plugin": "5.5.0",
|
|
"path": "0.12.7",
|
|
"prettier": "^2.4.1",
|
|
"sass": "^1.44.0",
|
|
"sass-loader": "^12.3.0",
|
|
"style-loader": "^3.3.1",
|
|
"ts-loader": "^9.2.6",
|
|
"typescript": "^4.5.2",
|
|
"webpack": "5.64.3",
|
|
"webpack-cli": "^4.9.2",
|
|
"webpack-dev-server": "4.7.4"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|