42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"name": "app",
|
|
"private": "true",
|
|
"dependencies": {
|
|
"@apollo/client": "^3.6.9",
|
|
"@ckeditor/ckeditor5-build-classic": "^21.0.0",
|
|
"@ckeditor/ckeditor5-react": "^2.1.0",
|
|
"@headlessui/react": "^1.6.6",
|
|
"@heroicons/react": "^1.0.6",
|
|
"@nivo/core": "^0.79.0",
|
|
"@nivo/pie": "^0.79.1",
|
|
"@reduxjs/toolkit": "^1.8.3",
|
|
"boring-avatars": "^1.7.0",
|
|
"ckeditor5-mathtype": "^1.0.4",
|
|
"esbuild": "^0.14.49",
|
|
"graphql": "^16.5.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.33.1",
|
|
"react-icons": "^4.4.0",
|
|
"react-redux": "^8.0.2",
|
|
"react-router-dom": "^5.2.0",
|
|
"redux": "^4.2.0",
|
|
"styled-components": "^5.3.5",
|
|
"uuid": "^8.3.2"
|
|
},
|
|
"scripts": {
|
|
"build": "esbuild app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets --loader:.png=file --loader:.svg=file",
|
|
"build:watch": "esbuild --watch app/javascript/*.* --bundle --sourcemap --outdir=app/assets/builds --public-path=assets --loader:.png=file --loader:.svg=file",
|
|
"build-styles": "postcss app/assets/stylesheets/tailwind.css -o app/assets/stylesheets/main.css"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.15",
|
|
"@types/react-dom": "^18.0.6",
|
|
"autoprefixer": "^9.8.5",
|
|
"postcss": "^7.0.32",
|
|
"postcss-cli": "^7.1.1",
|
|
"postcss-import": "^12.0.1",
|
|
"tailwindcss": "^1.5.1"
|
|
}
|
|
}
|