dolphins7.skeleton/twenty-frontend/package.json
0x1eef 2a0e987e0f backend/frontend: add edit / update support
This change makes good progress towards having a usable
app. "Write", and "Preview" tabs have been added - in the
"Preview" tab markdown is transformed into HTML in real-time.
2023-12-22 15:33:26 -03:00

29 lines
719 B
JSON

{
"name": "twenty",
"dependencies": {
"classnames": "^2.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/luxon": "^3.3.7",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/showdown": "^2.0.6",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"luxon": "^3.4.4",
"prettier": "^2.7.1",
"react-hook-form": "^7.49.2",
"showdown": "^2.1.0",
"ts-loader": "^9.3.1",
"ts-standard": "^12.0.1",
"typescript": "^4.8.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"scripts": {
"eslint": "npm exec eslint -- --fix src/js/",
"prettier": "npm exec prettier -- -w src/js/"
}
}