Files
vanillameta/frontend-web/package.json

119 lines
3.3 KiB
JSON

{
"name": "vanilla-meta-frontend",
"version": "0.1.0",
"title": "Vanilla Meta",
"description": "Vanilla Meta",
"author": {
"name": "vanillabrain",
"url": "https://vanillabrain.com"
},
"private": true,
"dependencies": {
"@babel/core": "^7.18.9",
"@codemirror/lang-sql": "^6.0.0",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.92",
"@mui/material": "^5.9.1",
"@mui/styled-engine-sc": "^5.8.0",
"@mui/x-date-pickers": "^5.0.9",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"@toast-ui/react-grid": "^4.21.4",
"ace-builds": "^1.10.1",
"axios": "^0.27.2",
"dayjs": "^1.11.7",
"echarts": "^5.3.3",
"echarts-for-react": "^3.0.2",
"echarts-gl": "^2.0.9",
"lodash": "^4.17.21",
"mathjs": "^11.3.3",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-alert": "^7.0.3",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.3.4",
"react-helmet-async": "^1.3.0",
"react-intersection-observer": "^9.4.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"request-ip": "^3.3.0",
"save": "^2.9.0",
"styled-components": "^5.3.5",
"swiper": "^8.3.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "env-cmd -f .env.local craco start",
"start:dev": "env-cmd -f .env.development craco start",
"start:local": "env-cmd -f .env.local craco start",
"build": "craco build",
"build:dev": "env-cmd -f .env.development craco build",
"build:feat": "env-cmd -f .env.feature craco build",
"test": "jest",
"eject": "craco eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"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/eslint-parser": "^7.18.9",
"@craco/craco": "^6.4.5",
"@types/jest": "^29.2.1",
"@types/numeral": "^2.0.2",
"@types/request-ip": "0.0.37",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"babel-jest": "^29.2.2",
"babel-loader": "^8.2.5",
"babel-plugin-named-exports-order": "0.0.2",
"craco-alias": "^3.0.1",
"env-cmd": "^10.1.0",
"eslint": "7.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.7.1",
"prop-types": "^15.8.1",
"react-error-overlay": "^6.0.11",
"serve": "^14.0.1",
"ts-jest": "^29.0.3",
"typescript": "^4.7.4",
"webpack": "^5.73.0"
}
}