1
0
ohmyform/ui/package.json
Michael Schramm 9c4c325e5a
Switch to single branch (#221)
* remove submodules
* add api and ui files
* update github actions
* use sparse checkout
* update node setup
* update checkout
* update docker
* change permissions
* update mariadb health check
* update changelog
2023-12-02 19:22:40 +01:00

78 lines
2.4 KiB
JSON

{
"name": "ohmyform-react",
"version": "1.0.3",
"license": "AGPL-3.0-or-later",
"scripts": {
"start:dev": "next dev -p 4000",
"build": "next build",
"lint": "eslint pages/ store/ components/ graphql/",
"type-check": "tsc --pretty",
"export": "cross-env SPA=1 next build && cross-env SPA=1 next export",
"start": "next start -p $PORT",
"translation:sort": "cross-env TS_NODE_TRANSPILE_ONLY=true ts-node-script locales/sort.ts",
"translation:missing": "cross-env TS_NODE_TRANSPILE_ONLY=true ts-node locales/missing.ts"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.5.9",
"antd": "^4.18.8",
"cross-env": "^7.0.3",
"dayjs": "^1.10.7",
"debug": "^4.3.3",
"exceljs": "^4.3.0",
"expressionparser": "^1.1.5",
"graphql": "^16.3.0",
"i18next": "^21.6.12",
"i18next-browser-languagedetector": "^6.1.3",
"imagemin-optipng": "^8.0.0",
"isomorphic-fetch": "^3.0.0",
"jimp": "^0.16.1",
"leaflet": "^1.7.1",
"next": "^12.1.0",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"next-redux-wrapper": "^7.0.5",
"polished": "^4.1.4",
"react": "^17.0.2",
"react-color": "^2.19.3",
"react-dom": "^17.0.2",
"react-github-button": "^0.1.11",
"react-i18next": "^11.15.5",
"react-icons": "^4.3.1",
"react-id-swiper": "^4.0.0",
"react-leaflet": "^3.2.5",
"react-markdown": "^8.0.0",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-thunk": "^2.4.1",
"responsive-loader": "^2.3.0",
"sass": "^1.49.9",
"styled-components": "^5.3.3",
"swiper": "^8.0.6"
},
"devDependencies": {
"@types/leaflet": "^1.7.9",
"@types/mathjs": "^9.4.2",
"@types/node": "^16.11.17",
"@types/node-fetch": "^3.0.3",
"@types/react": "^17.0.39",
"@types/styled-components": "^5.1.23",
"@types/swiper": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"commander": "^9.0.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-unused-imports": "^2.0.0",
"lodash.merge": "^4.6.2",
"prettier": "^2.5.1",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
}
}