move move frontend to progress-test
This commit is contained in:
19
package.json
19
package.json
@@ -3,10 +3,27 @@
|
||||
"private": "true",
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.6.9",
|
||||
"@ckeditor/ckeditor5-react": "^5.0.2",
|
||||
"@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",
|
||||
"axios": "^0.27.2",
|
||||
"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-avatar-edit": "^1.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-hook-form": "^6.2.0",
|
||||
"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"
|
||||
|
||||
Reference in New Issue
Block a user