Add the necessary library for the pad editor: - blocknote editor (Notion like editor) - yjs and y-webrtc for real-time collaboration
61 lines
1.7 KiB
JSON
61 lines
1.7 KiB
JSON
{
|
|
"name": "app-impress",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "prettier --check . && yarn stylelint && next build",
|
|
"build:ci": "cp .env.development .env.local && yarn build",
|
|
"build-theme": "cunningham -g css,ts -o src/cunningham --utility-classes",
|
|
"start": "npx -y serve@latest out",
|
|
"lint": "next lint",
|
|
"prettier": "prettier --write .",
|
|
"stylelint": "stylelint \"**/*.css\"",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"dependencies": {
|
|
"@blocknote/core": "0.12.4",
|
|
"@blocknote/react": "0.12.4",
|
|
"@openfun/cunningham-react": "2.7.0",
|
|
"@tanstack/react-query": "5.28.14",
|
|
"i18next": "23.10.1",
|
|
"lodash": "4.17.21",
|
|
"luxon": "3.4.4",
|
|
"next": "14.1.4",
|
|
"react": "18.2.0",
|
|
"react-aria-components": "1.1.1",
|
|
"react-dom": "18.2.0",
|
|
"react-i18next": "14.1.0",
|
|
"react-select": "5.8.0",
|
|
"styled-components": "6.1.8",
|
|
"y-webrtc": "10.3.0",
|
|
"yjs": "13.6.14",
|
|
"zustand": "4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@svgr/webpack": "8.1.0",
|
|
"@tanstack/react-query-devtools": "5.28.14",
|
|
"@testing-library/jest-dom": "6.4.2",
|
|
"@testing-library/react": "14.2.2",
|
|
"@testing-library/user-event": "14.5.2",
|
|
"@types/jest": "29.5.12",
|
|
"@types/lodash": "4.17.0",
|
|
"@types/luxon": "3.4.2",
|
|
"@types/node": "*",
|
|
"@types/react": "18.2.74",
|
|
"@types/react-dom": "*",
|
|
"dotenv": "16.4.5",
|
|
"eslint-config-impress": "*",
|
|
"fetch-mock": "9.11.0",
|
|
"jest": "29.7.0",
|
|
"jest-environment-jsdom": "29.7.0",
|
|
"node-fetch": "2.7.0",
|
|
"prettier": "3.2.5",
|
|
"stylelint": "16.3.1",
|
|
"stylelint-config-standard": "36.0.0",
|
|
"stylelint-prettier": "5.0.0",
|
|
"typescript": "*"
|
|
}
|
|
}
|