dolphins7.skeleton/client/package.json
0x1eef 2bf57351ea Re-implement the client
Not all website features are working, but this commit is mostly
focused on an architecture that can be used in future projects
2024-07-31 22:48:00 -03:00

44 lines
1.2 KiB
JSON

{
"name": "twenty",
"devDependencies": {
"@apollo/client": "^3.3",
"@graphql-codegen/cli": "^5.0",
"@graphql-codegen/typescript": "^4.0",
"@graphql-codegen/typescript-resolvers": "^4.0",
"@types/luxon": "^3.3",
"@types/react": "^18.0",
"@types/react-dom": "^18.0",
"@types/showdown": "^2.0",
"classnames": "^2.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0",
"css-loader": "^7.1",
"esbuild-loader": "^4.1",
"eslint": "^9.8",
"eslint-config-prettier": "^9.1",
"eslint-plugin-prettier": "^5.2.1",
"graphql": "^16.8",
"html-webpack-plugin": "^5.6",
"luxon": "^3.4",
"prettier": "^3.3",
"react": "^18.2",
"react-dom": "^18.2",
"react-hook-form": "^7.49",
"react-router-dom": "^6.25.1",
"sass": "^1.77",
"sass-loader": "^16.0",
"showdown": "^2.1",
"style-loader": "^4.0",
"tslib": "^2.2",
"typescript": "^5.5",
"typescript-eslint": "^8.0.0-alpha.58",
"webpack": "^5.93",
"webpack-cli": "^5.1",
"webpack-dev-server": "^5.0",
"webpack-merge": "^6.0"
},
"scripts": {
"eslint": "npm exec eslint -- --fix src/js/",
"prettier": "npm exec prettier -- -w src/js/"
}
}