/
dedaMazai
/
BlockNote-on-Firebase
Обзор
Документация
Войти
/
dedaMazai
/
BlockNote-on-Firebase
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
package.json
81 строка
3 KB
Andrey Chipizubov
fix
30 июл 2023, 22:37
30 июл 2023, 22:37
e8af9bd
Код
Авторство
О чём код?
{ "name": "blocknote", "version": "1.0.0", "description": "", "main": "index.js", "homepage": ".", "scripts": { "start": "webpack serve --env port=3000", "build": "webpack --env mode=production", "lint:ts": "eslint \"**/*.{ts,tsx}\"", "lint:ts:fix": "eslint \"**/*.{ts,tsx}\" --fix", "lint:scss": "npx stylelint \"**/*.scss\"", "lint:scss:fix": "npx stylelint \"**/*.scss\" --fix" }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@babel/core": "^7.19.3", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/plugin-transform-typescript": "^7.20.2", "@babel/preset-env": "^7.19.3", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@pmmmwh/react-refresh-webpack-plugin": "^0.5.8", "@svgr/webpack": "^6.3.1", "@types/babel__core": "^7.20.1", "@types/circular-dependency-plugin": "^5.0.5", "@types/dotenv-webpack": "^7.0.4", "@types/node": "^18.7.18", "@types/react": "^18.0.21", "@types/react-dom": "^18.0.6", "@types/react-redux": "^7.1.24", "@types/react-router-dom": "^5.3.3", "@types/webpack": "^5.28.0", "@types/webpack-bundle-analyzer": "^4.4.2", "@types/webpack-dev-server": "^4.7.2", "@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/parser": "^5.12.1", "babel-loader": "^8.2.5", "circular-dependency-plugin": "^5.2.2", "copy-webpack-plugin": "^11.0.0", "css-loader": "^6.7.3", "dotenv-webpack": "^8.0.1", "eslint": "^8.24.0", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6.0", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "^7.2.13", "html-webpack-plugin": "^5.5.0", "identity-obj-proxy": "^3.0.0", "mini-css-extract-plugin": "^2.6.1", "react-refresh": "^0.14.0", "sass": "^1.55.0", "sass-loader": "^13.0.2", "style-loader": "^3.3.1", "stylelint": "^14.13.0", "stylelint-config-standard-scss": "^5.0.0", "ts-node": "^10.9.1", "typescript": "^4.8.4", "webpack": "^5.74.0", "webpack-bundle-analyzer": "^4.6.1", "webpack-cli": "^4.10.0", "webpack-dev-server": "^4.11.1" }, "dependencies": { "@ant-design/icons": "^5.1.4", "@reduxjs/toolkit": "^1.8.6", "antd": "^5.7.0", "dayjs": "^1.11.9", "firebase": "^10.0.0", "react": "^18.2.0", "react-device-detect": "^2.2.3", "react-dom": "^18.2.0", "react-redux": "^8.0.4", "react-router-dom": "^6.14.1" } }