Skip to content

Commit

Permalink
feat: moved forum folder to apps
Browse files Browse the repository at this point in the history
  • Loading branch information
nichnarmada committed Jan 19, 2023
1 parent 6f582b7 commit 37f5bd1
Show file tree
Hide file tree
Showing 132 changed files with 1,181 additions and 1,063 deletions.
781 changes: 415 additions & 366 deletions apps/campus/pnpm-lock.yaml

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
18 changes: 8 additions & 10 deletions forum/package.json → apps/forum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@
"tsc": "tsc",
"local": "concurrently --kill-others \"pnpm start\" \"cd ../root && pnpm start\"",
"fix": "pnpm run format && pnpm run lint:fix",
"lint": "eslint src --ext \"**/*.{js,ts,tsx}\"",
"lint:fix": "eslint --fix \"**/*.{js,ts,tsx}\"",
"format": "prettier --write \"**/*.{js,ts,tsx}\""
"lint": "eslint --fix \"src/**/*.{js,jsx,ts,tsx}\" && prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
},
"devDependencies": {
"@babel/core": "7.17.5",
"@babel/eslint-parser": "7.17.0",
"@babel/plugin-syntax-flow": "^7.17.12",
"@babel/plugin-transform-react-jsx": "^7.17.12",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.20.7",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
Expand All @@ -32,7 +30,7 @@
"babel-plugin-styled-components": "2.0.6",
"concurrently": "7.0.0",
"cssnano": "5.1.0",
"dotenv": "^16.0.1",
"dotenv": "^16.0.3",
"eslint": "8.10.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.5.0",
Expand All @@ -48,8 +46,8 @@
"prettier": "2.5.1",
"prettier-eslint": "13.0.0",
"prop-types": "^15.8.1",
"react-is": "^18.1.0",
"react-native": "^0.68.2",
"react-is": "^18.2.0",
"react-native": "^0.68.5",
"sass": "1.49.9",
"tailwindcss": "3.0.23",
"ts-config-single-spa": "2.0.1",
Expand Down Expand Up @@ -79,11 +77,11 @@
"react-ga": "3.3.0",
"react-helmet": "6.1.0",
"react-i18next": "11.15.6",
"react-router-dom": "^6.3.0",
"react-router-dom": "^6.7.0",
"recoil": "^0.7.6",
"single-spa-react": "3.2.0",
"styled-components": "5.3.3",
"vite": "^2.9.9",
"vite": "^2.9.15",
"vite-plugin-dynamic-import": "^0.7.1"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 37f5bd1

Please sign in to comment.