Skip to content

Commit

Permalink
some dnd working
Browse files Browse the repository at this point in the history
  • Loading branch information
Sofianel5 committed Jun 3, 2021
1 parent f38d0aa commit ed4e442
Show file tree
Hide file tree
Showing 22 changed files with 11,029 additions and 4,482 deletions.
Binary file modified .lsp/sqlite.db
Binary file not shown.
548 changes: 423 additions & 125 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,24 @@
"dependencies": {
"@tailwindcss/forms": "^0.3.2",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.2.6",
"axios": "^0.21.1",
"bufferutil": "^4.0.3",
"clean-css-cli": "^5.3.0",
"coffeescript": "^2.5.1",
"faye-websocket": "^0.11.3",
"form-data": "^0.2.0",
"node-localstorage": "^2.1.6",
"node-window-manager": "^2.2.4",
"postcss-cli": "^8.3.1",
"postcss-load-config": "^3.0.1",
"query-string": "^7.0.0",
"react": "16.13.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "16.13.0",
"react-phone-number-input": "^3.1.22",
"request": "^2.51.0",
"request-promise": "^4.2.6",
"schema-utils": "2.6.6",
"sound-play": "^1.1.0",
"tailwindcss": "^2.1.2",
Expand Down
9 changes: 9 additions & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
const path = require('path')

module.exports = (ctx) => ({
plugins: [
require('postcss-import')(),
require('tailwindcss')(),
require('autoprefixer')()
]
})
Loading

0 comments on commit ed4e442

Please sign in to comment.